|
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.
|
Input data for the air or water mass flow measurement method. More...
#include <steam_reduction.h>
Public Attributes | |
| bool | is_nameplate = false |
| True to use nameplate data; false to use measured data. | |
| MassFlowMeasuredData | mass_flow_measured_data |
| Field-measured duct area and air velocity. | |
| MassFlowNameplateData | mass_flow_nameplate_data |
| Nameplate flow rate data. | |
| double | inlet_temperature = 0.0 |
| Inlet temperature \([\unit{\degreeCelsius}]\). | |
| double | outlet_temperature = 0.0 |
| Outlet temperature \([\unit{\degreeCelsius}]\). | |
Aggregates all data needed for either the air mass flow or water mass flow method. If is_nameplate is true, the nameplate flow rate is used; otherwise the flow rate is derived from the measured duct area and air velocity.
Definition at line 95 of file steam_reduction.h.
| double steam_reduction::MassFlowMethodData::inlet_temperature = 0.0 |
Definition at line 99 of file steam_reduction.h.
| bool steam_reduction::MassFlowMethodData::is_nameplate = false |
Definition at line 96 of file steam_reduction.h.
| MassFlowMeasuredData steam_reduction::MassFlowMethodData::mass_flow_measured_data |
Definition at line 97 of file steam_reduction.h.
| MassFlowNameplateData steam_reduction::MassFlowMethodData::mass_flow_nameplate_data |
Definition at line 98 of file steam_reduction.h.
| double steam_reduction::MassFlowMethodData::outlet_temperature = 0.0 |
Definition at line 100 of file steam_reduction.h.