|
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.
|
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. | |
Contains all output values from the air heating using exhaust calculation.
Definition at line 25 of file air_heating_using_exhaust.h.
| double air_heating_using_exhaust::AirHeatingUsingExhaustResults::energy_savings = 0 |
Definition at line 28 of file air_heating_using_exhaust.h.
| double air_heating_using_exhaust::AirHeatingUsingExhaustResults::heat_capacity_air = 0 |
Definition at line 30 of file air_heating_using_exhaust.h.
| double air_heating_using_exhaust::AirHeatingUsingExhaustResults::heat_capacity_flue = 0 |
Definition at line 29 of file air_heating_using_exhaust.h.
| double air_heating_using_exhaust::AirHeatingUsingExhaustResults::hx_cold_air = 0 |
Definition at line 26 of file air_heating_using_exhaust.h.
| double air_heating_using_exhaust::AirHeatingUsingExhaustResults::hx_outlet_exhaust = 0 |
Definition at line 27 of file air_heating_using_exhaust.h.