|
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 flow calculations energy use. More...
#include <flow_calculations_energy_use.h>
Public Attributes | |
| double | flow_per_hour = 0 |
| Flow rate \([\unit{SCF/hr}]\). | |
| double | heat_input = 0 |
| Heat input \([\unit{MMBtu}]\). | |
| double | total_flow = 0 |
| Total flow \([\unit{SCF}]\). | |
Contains output values for flow rate, heat input, and total flow.
Definition at line 26 of file flow_calculations_energy_use.h.
| double flow_calculations_energy_use::FlowCalculationsEnergyUseResults::flow_per_hour = 0 |
Definition at line 27 of file flow_calculations_energy_use.h.
| double flow_calculations_energy_use::FlowCalculationsEnergyUseResults::heat_input = 0 |
Definition at line 28 of file flow_calculations_energy_use.h.
| double flow_calculations_energy_use::FlowCalculationsEnergyUseResults::total_flow = 0 |
Definition at line 29 of file flow_calculations_energy_use.h.