Definition at line 18 of file BagMethod.h.
◆ BagMethod()
BagMethod::BagMethod |
( |
double |
operatingTime, |
|
|
double |
bagFillTime, |
|
|
double |
bagVolume, |
|
|
int |
numberOfUnits |
|
) |
| |
|
inline |
Constructor for BagMethod - The bag method estimates the air flow using a trash bag by counting the time it takes to fill it. This is the second most accurate means of measuring compressed air consumption.
- Parameters
-
operatingTime | double, operating time of the system per year - hours |
bagFillTime | double, time that it takes for the bag to fill with air - seconds |
bagVolume | double, volume of the bag filler - cubic feet |
numberOfUnits | int, number of trash bags |
- Returns
- flowRate in scfm, annualConsumption in kscfm
Definition at line 36 of file BagMethod.h.
◆ calculate()
Output BagMethod::calculate |
( |
| ) |
|
|
inline |
◆ bagFillTime
double BagMethod::bagFillTime |
|
private |
◆ bagVolume
double BagMethod::bagVolume |
|
private |
◆ numberOfUnits
double BagMethod::numberOfUnits |
|
private |
◆ operatingTime
double BagMethod::operatingTime |
|
private |
The documentation for this class was generated from the following file: