|
| BagMethod (double operatingTime, double bagFillTime, double heightOfBag, double diameterOfBag, int numberOfUnits) |
|
Output | calculate () |
|
| BagMethod (double operatingTime, double bagFillTime, double heightOfBag, double diameterOfBag, int numberOfUnits) |
|
Output | calculate () |
|
| BagMethod (double operatingTime, double bagFillTime, double heightOfBag, double diameterOfBag, int numberOfUnits) |
|
Output | calculate () |
|
Definition at line 361 of file CompressedAir.h.
◆ BagMethod() [1/3]
BagMethod::BagMethod |
( |
double |
operatingTime, |
|
|
double |
bagFillTime, |
|
|
double |
heightOfBag, |
|
|
double |
diameterOfBag, |
|
|
int |
numberOfUnits |
|
) |
| |
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 |
heightOfBag | double, height of the bag - inches |
diameterOfBag | double, diameter of the bag - inches |
numberOfUnits | int, number of trash bags |
Definition at line 163 of file CompressedAir.cpp.
◆ BagMethod() [2/3]
BagMethod::BagMethod |
( |
double |
operatingTime, |
|
|
double |
bagFillTime, |
|
|
double |
heightOfBag, |
|
|
double |
diameterOfBag, |
|
|
int |
numberOfUnits |
|
) |
| |
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 |
heightOfBag | double, height of the bag - inches |
diameterOfBag | double, diameter of the bag - inches |
numberOfUnits | int, number of trash bags |
◆ BagMethod() [3/3]
BagMethod::BagMethod |
( |
double |
operatingTime, |
|
|
double |
bagFillTime, |
|
|
double |
heightOfBag, |
|
|
double |
diameterOfBag, |
|
|
int |
numberOfUnits |
|
) |
| |
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 |
heightOfBag | double, height of the bag - inches |
diameterOfBag | double, diameter of the bag - inches |
numberOfUnits | int, number of trash bags |
◆ calculate() [1/3]
◆ calculate() [2/3]
Output BagMethod::calculate |
( |
| ) |
|
◆ calculate() [3/3]
Output BagMethod::calculate |
( |
| ) |
|
The documentation for this class was generated from the following files: