|
MEASUR-Tools-Suite v1.2.4
The MEASUR Tools Suite is a collection of industrial efficiency calculations written in C++ and with bindings for compilation to WebAssembly.
|
Input parameters for the air velocity calculation. More...
#include <air_velocity.h>
Public Attributes | |
| double | airflow = 0.0 |
| Volumetric free-air flow rate \([\unit{\standardCubicFeetPerMinute}]\). | |
| double | pipe_pressure = 0.0 |
| Pipe gauge pressure \([\unit{\psig}]\). | |
| double | atmospheric_pressure = 0.0 |
| Atmospheric absolute pressure \([\unit{\psia}]\). | |
Definition at line 28 of file air_velocity.h.
| double air_velocity::Input::airflow = 0.0 |
Definition at line 29 of file air_velocity.h.
| double air_velocity::Input::atmospheric_pressure = 0.0 |
Definition at line 31 of file air_velocity.h.
| double air_velocity::Input::pipe_pressure = 0.0 |
Definition at line 30 of file air_velocity.h.