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
natural_gas_reduction::AirMassFlowMeasuredData Struct Reference

Measured air duct data used to derive the air flow rate. More...

#include <natural_gas_reduction.h>

Public Attributes

double area_of_duct = 0.0
 Cross-sectional area of the duct \([\unit{\squareFoot}]\).
 
double air_velocity = 0.0
 Air velocity measured in the duct \([\unit{\foot\per\minute}]\).
 

Detailed Description

Used when air mass flow is determined by direct measurements of duct area and air velocity rather than nameplate specifications.

See also
Air Mass Flow Energy Use Formula

Definition at line 55 of file natural_gas_reduction.h.

Member Data Documentation

◆ air_velocity

double natural_gas_reduction::AirMassFlowMeasuredData::air_velocity = 0.0

Definition at line 57 of file natural_gas_reduction.h.

◆ area_of_duct

double natural_gas_reduction::AirMassFlowMeasuredData::area_of_duct = 0.0

Definition at line 56 of file natural_gas_reduction.h.


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