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::MassFlowMeasuredData Struct Reference

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

Detailed Description

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.

Member Data Documentation

◆ air_velocity

double steam_reduction::MassFlowMeasuredData::air_velocity = 0.0

Definition at line 82 of file steam_reduction.h.

◆ area_of_duct

double steam_reduction::MassFlowMeasuredData::area_of_duct = 0.0

Definition at line 81 of file steam_reduction.h.


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