|
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 parameters for the pipe sizing calculation. More...
#include <pipe_sizing.h>
Public Attributes | |
| double | airflow = 0.0 |
| Volumetric free-air flow rate \([\unit{\cubicFoot\per\minute}]\). | |
| double | airline_pressure = 0.0 |
| Operating gauge pressure in the pipe \([\unit{\psig}]\). | |
| double | design_velocity = 0.0 |
| Maximum allowable compressed-air velocity \([\unit{\foot\per\second}]\). | |
| double | atmospheric_pressure = physics::us::kAtmosphericPressurePsi |
| Local atmospheric pressure \([\unit{\psia}]\). | |
Definition at line 56 of file pipe_sizing.h.
| double pipe_sizing::Input::airflow = 0.0 |
Definition at line 57 of file pipe_sizing.h.
| double pipe_sizing::Input::airline_pressure = 0.0 |
Definition at line 58 of file pipe_sizing.h.
| double pipe_sizing::Input::atmospheric_pressure = physics::us::kAtmosphericPressurePsi |
Definition at line 60 of file pipe_sizing.h.
| double pipe_sizing::Input::design_velocity = 0.0 |
Definition at line 59 of file pipe_sizing.h.