MEASUR-Tools-Suite v1.0.11
The MEASUR Tools Suite is a collection of industrial efficiency calculations written in C++ and with bindings for compilation to WebAssembly.
Loading...
Searching...
No Matches
Public Attributes | List of all members
air_heating_using_exhaust::AirHeatingUsingExhaustResults Struct Reference

Results of the air heating using exhaust calculation. More...

#include <air_heating_using_exhaust.h>

Public Attributes

double hx_cold_air = 0
 Heat recovered by cold air \([\unit{Btu/hr}]\).
 
double hx_outlet_exhaust = 0
 Outlet exhaust temperature \([\unit{\degreeFahrenheit}]\).
 
double energy_savings = 0
 Annual energy savings \([\unit{MMBtu/yr}]\).
 
double heat_capacity_flue = 0
 Heat capacity of flue gas.
 
double heat_capacity_air = 0
 Heat capacity of air.
 

Detailed Description

Contains all output values from the air heating using exhaust calculation.

Definition at line 25 of file air_heating_using_exhaust.h.

Member Data Documentation

◆ energy_savings

double air_heating_using_exhaust::AirHeatingUsingExhaustResults::energy_savings = 0

Definition at line 28 of file air_heating_using_exhaust.h.

◆ heat_capacity_air

double air_heating_using_exhaust::AirHeatingUsingExhaustResults::heat_capacity_air = 0

Definition at line 30 of file air_heating_using_exhaust.h.

◆ heat_capacity_flue

double air_heating_using_exhaust::AirHeatingUsingExhaustResults::heat_capacity_flue = 0

Definition at line 29 of file air_heating_using_exhaust.h.

◆ hx_cold_air

double air_heating_using_exhaust::AirHeatingUsingExhaustResults::hx_cold_air = 0

Definition at line 26 of file air_heating_using_exhaust.h.

◆ hx_outlet_exhaust

double air_heating_using_exhaust::AirHeatingUsingExhaustResults::hx_outlet_exhaust = 0

Definition at line 27 of file air_heating_using_exhaust.h.


The documentation for this struct was generated from the following file: