|
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.
|
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}]\). | |
Used when air mass flow is determined by direct measurements of duct area and air velocity rather than nameplate specifications.
Definition at line 55 of file natural_gas_reduction.h.
| double natural_gas_reduction::AirMassFlowMeasuredData::air_velocity = 0.0 |
Definition at line 57 of file natural_gas_reduction.h.
| double natural_gas_reduction::AirMassFlowMeasuredData::area_of_duct = 0.0 |
Definition at line 56 of file natural_gas_reduction.h.