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
Classes | Public Member Functions | Private Attributes | List of all members
OrificeMethod Class Reference

Classes

struct  Output
 

Public Member Functions

 OrificeMethod (const double operatingTime, const double airTemp, const double atmPressure, const double dischargeCoef, const double diameter, const double supplyPressure, const int numOrifices)
 
Output calculate ()
 

Private Attributes

double operatingTime
 
double airTemp
 
double atmPressure
 
double dischargeCoef
 
double diameter
 
double supplyPressure
 
int numOrifices
 

Detailed Description

Definition at line 22 of file OrificeMethod.h.

Constructor & Destructor Documentation

◆ OrificeMethod()

OrificeMethod::OrificeMethod ( const double  operatingTime,
const double  airTemp,
const double  atmPressure,
const double  dischargeCoef,
const double  diameter,
const double  supplyPressure,
const int  numOrifices 
)
inline

Constructor for OrificeMethod - The orifice method estimates the air loss by using the pressure and diameter of the orifice

Parameters
operatingTimedouble, operating time of the system per year - hours
airTempdouble, compressor air temperature (usually between 200 and 300 degrees F)
atmPressuredouble, atmospheric temperature (standard pressure is 14.7 psia)
dischargeCoefdouble, discharge coefficient used to capture the effect of the shape of the outlet on air loss
parameterdouble, diameter of the orifice in inches
supplyPressuredouble, supply pressure to the orifice in psi
numOrificesint, number of orifices

Definition at line 48 of file OrificeMethod.h.

Member Function Documentation

◆ calculate()

Output OrificeMethod::calculate ( )
inline
Returns
OrificeMethod::Output, standard density, sonic density, leak velocity, leak rate LBMmin, leak rate Scfm, leak rate estimate, annual consumption

Definition at line 57 of file OrificeMethod.h.

Member Data Documentation

◆ airTemp

double OrificeMethod::airTemp
private

Definition at line 73 of file OrificeMethod.h.

◆ atmPressure

double OrificeMethod::atmPressure
private

Definition at line 73 of file OrificeMethod.h.

◆ diameter

double OrificeMethod::diameter
private

Definition at line 73 of file OrificeMethod.h.

◆ dischargeCoef

double OrificeMethod::dischargeCoef
private

Definition at line 73 of file OrificeMethod.h.

◆ numOrifices

int OrificeMethod::numOrifices
private

Definition at line 74 of file OrificeMethod.h.

◆ operatingTime

double OrificeMethod::operatingTime
private

Definition at line 73 of file OrificeMethod.h.

◆ supplyPressure

double OrificeMethod::supplyPressure
private

Definition at line 73 of file OrificeMethod.h.


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