AMO-Tools-Suite  v.0.9.0
Set of tools for calculating energy efficiency in industrial equipment
All Classes Namespaces Files Functions Variables Enumerations Friends Macros Pages
Classes | Public Member Functions | 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 ()
 
 OrificeMethod (const double operatingTime, const double airTemp, const double atmPressure, const double dischargeCoef, const double diameter, const double supplyPressure, const int numOrifices)
 
Output calculate ()
 
 OrificeMethod (const double operatingTime, const double airTemp, const double atmPressure, const double dischargeCoef, const double diameter, const double supplyPressure, const int numOrifices)
 
Output calculate ()
 

Detailed Description

Definition at line 465 of file CompressedAir.h.

Constructor & Destructor Documentation

◆ OrificeMethod() [1/3]

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

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 219 of file CompressedAir.cpp.

◆ OrificeMethod() [2/3]

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

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

◆ OrificeMethod() [3/3]

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

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

Member Function Documentation

◆ calculate() [1/3]

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

Definition at line 225 of file CompressedAir.cpp.

◆ calculate() [2/3]

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

◆ calculate() [3/3]

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

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