|
| OrificeMethod (const double operatingTime, const double airTemp, const double atmPressure, const double dischargeCoef, const double diameter, const double supplyPressure, const int numOrifices) |
|
Output | calculate () |
|
Definition at line 22 of file OrificeMethod.h.
◆ 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
-
operatingTime | double, operating time of the system per year - hours |
airTemp | double, compressor air temperature (usually between 200 and 300 degrees F) |
atmPressure | double, atmospheric temperature (standard pressure is 14.7 psia) |
dischargeCoef | double, discharge coefficient used to capture the effect of the shape of the outlet on air loss |
parameter | double, diameter of the orifice in inches |
supplyPressure | double, supply pressure to the orifice in psi |
numOrifices | int, number of orifices |
Definition at line 48 of file OrificeMethod.h.
◆ 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.
◆ airTemp
double OrificeMethod::airTemp |
|
private |
◆ atmPressure
double OrificeMethod::atmPressure |
|
private |
◆ diameter
double OrificeMethod::diameter |
|
private |
◆ dischargeCoef
double OrificeMethod::dischargeCoef |
|
private |
◆ numOrifices
int OrificeMethod::numOrifices |
|
private |
◆ operatingTime
double OrificeMethod::operatingTime |
|
private |
◆ supplyPressure
double OrificeMethod::supplyPressure |
|
private |
The documentation for this class was generated from the following file: