|
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 orifice method compressed air leak calculation. More...
#include <orifice_method.h>
Public Attributes | |
| double | operating_time = 0.0 |
| Annual system operating time \([\unit{\hour}]\). | |
| double | air_temp = 0.0 |
| Compressed air temperature at the leak point \([\unit{\degreeFahrenheit}]\). | |
| double | atm_pressure = physics::us::kAtmosphericPressurePsi |
| Local atmospheric (barometric) pressure \([\unit{\psia}]\). | |
| double | discharge_coef = 1.0 |
| Orifice discharge coefficient, accounting for vena contracta \([\unit{\unitless}]\). | |
| double | diameter = 0.0 |
| Orifice (leak opening) diameter \([\unit{\inch}]\). | |
| double | supply_pressure = 0.0 |
| Compressed air supply pressure (gauge) \([\unit{\psig}]\). | |
| int | num_orifices = 1 |
| Number of identical orifice leak points \([\unit{\unitless}]\). | |
Definition at line 56 of file orifice_method.h.
| double orifice_method::Input::air_temp = 0.0 |
Definition at line 58 of file orifice_method.h.
| double orifice_method::Input::atm_pressure = physics::us::kAtmosphericPressurePsi |
Definition at line 59 of file orifice_method.h.
| double orifice_method::Input::diameter = 0.0 |
Definition at line 61 of file orifice_method.h.
| double orifice_method::Input::discharge_coef = 1.0 |
Definition at line 60 of file orifice_method.h.
| int orifice_method::Input::num_orifices = 1 |
Definition at line 63 of file orifice_method.h.
| double orifice_method::Input::operating_time = 0.0 |
Definition at line 57 of file orifice_method.h.
| double orifice_method::Input::supply_pressure = 0.0 |
Definition at line 62 of file orifice_method.h.