|
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.
|
Result of the orifice method leak flow rate and annual consumption calculation. More...
#include <orifice_method.h>
Public Attributes | |
| double | standard_density = 0.0 |
| Air density at standard (atmospheric) conditions \([\unit{\pound\per\cubicFoot}]\). | |
| double | sonic_density = 0.0 |
| Air density at the isentropic sonic throat \([\unit{\pound\per\cubicFoot}]\). | |
| double | leak_velocity = 0.0 |
| Sonic air velocity at the orifice throat \([\unit{\foot\per\second}]\). | |
| double | leak_rate_lbm_min = 0.0 |
| Mass flow rate of leaked air through one orifice \([\unit{\pound\per\minute}]\). | |
| double | leak_rate_scfm = 0.0 |
| Volumetric flow rate of leaked air through one orifice \([\unit{\scfm}]\). | |
| double | leak_rate_estimate = 0.0 |
| Total volumetric leak flow rate through all orifices \([\unit{\scfm}]\). | |
| double | annual_consumption = 0.0 |
| Estimated annual compressed air loss \([\unit{\kscf}]\). | |
Definition at line 71 of file orifice_method.h.
| double orifice_method::Result::annual_consumption = 0.0 |
Definition at line 78 of file orifice_method.h.
| double orifice_method::Result::leak_rate_estimate = 0.0 |
Definition at line 77 of file orifice_method.h.
| double orifice_method::Result::leak_rate_lbm_min = 0.0 |
Definition at line 75 of file orifice_method.h.
| double orifice_method::Result::leak_rate_scfm = 0.0 |
Definition at line 76 of file orifice_method.h.
| double orifice_method::Result::leak_velocity = 0.0 |
Definition at line 74 of file orifice_method.h.
| double orifice_method::Result::sonic_density = 0.0 |
Definition at line 73 of file orifice_method.h.
| double orifice_method::Result::standard_density = 0.0 |
Definition at line 72 of file orifice_method.h.