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
steam_reduction::MassFlowMethodData Struct Reference

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}]\).
 

Detailed Description

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.

See also
Air Mass Flow Method Formula
Water Mass Flow Method Formula

Definition at line 95 of file steam_reduction.h.

Member Data Documentation

◆ inlet_temperature

double steam_reduction::MassFlowMethodData::inlet_temperature = 0.0

Definition at line 99 of file steam_reduction.h.

◆ is_nameplate

bool steam_reduction::MassFlowMethodData::is_nameplate = false

Definition at line 96 of file steam_reduction.h.

◆ mass_flow_measured_data

MassFlowMeasuredData steam_reduction::MassFlowMethodData::mass_flow_measured_data

Definition at line 97 of file steam_reduction.h.

◆ mass_flow_nameplate_data

MassFlowNameplateData steam_reduction::MassFlowMethodData::mass_flow_nameplate_data

Definition at line 98 of file steam_reduction.h.

◆ outlet_temperature

double steam_reduction::MassFlowMethodData::outlet_temperature = 0.0

Definition at line 100 of file steam_reduction.h.


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