|
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 field-measured mass flow. More...
#include <steam_reduction.h>
Public Attributes | |
| double | area_of_duct = 0.0 |
| Cross-sectional area of the duct \([\unit{m^2}]\). | |
| double | air_velocity = 0.0 |
| Measured air velocity in the duct \([\unit{m\per\minute}]\). | |
Used when the flow rate is calculated from field measurements of duct area and air velocity.
Definition at line 80 of file steam_reduction.h.
| double steam_reduction::MassFlowMeasuredData::air_velocity = 0.0 |
Definition at line 82 of file steam_reduction.h.
| double steam_reduction::MassFlowMeasuredData::area_of_duct = 0.0 |
Definition at line 81 of file steam_reduction.h.