|
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 water heating using exhaust calculation. More...
#include <water_heating_using_exhaust.h>
Public Attributes | |
| double | recovered_heat = 0 |
| Recovered heat \([\unit{Btu/hr}]\). | |
| double | hot_water_flow = 0 |
| Hot water flow \([\unit{gal/hr}]\). | |
| double | tons_refrigeration = 0 |
| Tons of refrigeration \([\unit{tons}]\). | |
| double | capacity_chiller = 0 |
| Chiller capacity \([\unit{tons}]\). | |
| double | electrical_energy = 0 |
| Electrical energy \([\unit{Btu/hr}]\). | |
Contains all output values from the water heating using exhaust calculation.
Definition at line 24 of file water_heating_using_exhaust.h.
| double water_heating_using_exhaust::WaterHeatingUsingExhaustResults::capacity_chiller = 0 |
Definition at line 28 of file water_heating_using_exhaust.h.
| double water_heating_using_exhaust::WaterHeatingUsingExhaustResults::electrical_energy = 0 |
Definition at line 29 of file water_heating_using_exhaust.h.
| double water_heating_using_exhaust::WaterHeatingUsingExhaustResults::hot_water_flow = 0 |
Definition at line 26 of file water_heating_using_exhaust.h.
| double water_heating_using_exhaust::WaterHeatingUsingExhaustResults::recovered_heat = 0 |
Definition at line 25 of file water_heating_using_exhaust.h.
| double water_heating_using_exhaust::WaterHeatingUsingExhaustResults::tons_refrigeration = 0 |
Definition at line 27 of file water_heating_using_exhaust.h.