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.
Loading...
Searching...
No Matches
Public Attributes | List of all members
orifice_method::Result Struct Reference

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}]\).
 

Detailed Description

Definition at line 71 of file orifice_method.h.

Member Data Documentation

◆ annual_consumption

double orifice_method::Result::annual_consumption = 0.0

Definition at line 78 of file orifice_method.h.

◆ leak_rate_estimate

double orifice_method::Result::leak_rate_estimate = 0.0

Definition at line 77 of file orifice_method.h.

◆ leak_rate_lbm_min

double orifice_method::Result::leak_rate_lbm_min = 0.0

Definition at line 75 of file orifice_method.h.

◆ leak_rate_scfm

double orifice_method::Result::leak_rate_scfm = 0.0

Definition at line 76 of file orifice_method.h.

◆ leak_velocity

double orifice_method::Result::leak_velocity = 0.0

Definition at line 74 of file orifice_method.h.

◆ sonic_density

double orifice_method::Result::sonic_density = 0.0

Definition at line 73 of file orifice_method.h.

◆ standard_density

double orifice_method::Result::standard_density = 0.0

Definition at line 72 of file orifice_method.h.


The documentation for this struct was generated from the following file: