|
| OperatingCost (double motorBhp, double bhpUnloaded, double annualOperatingHours, double runTimeLoaded, double efficiencyLoaded, double efficiencyUnloaded, double costOfElectricity) |
|
Output | calculate () |
|
| OperatingCost (double motorBhp, double bhpUnloaded, double annualOperatingHours, double runTimeLoaded, double efficiencyLoaded, double efficiencyUnloaded, double costOfElectricity) |
|
Output | calculate () |
|
| OperatingCost (double motorBhp, double bhpUnloaded, double annualOperatingHours, double runTimeLoaded, double efficiencyLoaded, double efficiencyUnloaded, double costOfElectricity) |
|
Output | calculate () |
|
Definition at line 218 of file CompressedAir.h.
◆ OperatingCost() [1/3]
Compressor::OperatingCost::OperatingCost |
( |
double |
motorBhp, |
|
|
double |
bhpUnloaded, |
|
|
double |
annualOperatingHours, |
|
|
double |
runTimeLoaded, |
|
|
double |
efficiencyLoaded, |
|
|
double |
efficiencyUnloaded, |
|
|
double |
costOfElectricity |
|
) |
| |
Constructor for Compressor::OperatingCost - This finds the cost of operation of the compressor in both fully and partially loaded instances.
- Parameters
-
motorBhp | double, Brake Horse Power is the input power required at the compressor input shaft for a specific speed, capacity and pressure condition. It is generally shown on the compressor panel. - bhp |
bhpUnloaded | double, Brake horse power in the unloaded condition. - % |
annualOperatingHours | double, Time for which the compressor operates in a year - hours |
runTimeLoaded | double, Percentage of time the compressor runs in loaded condition - % |
efficiencyLoaded | double, Percentage of efficiency in loaded condition - % |
efficiencyUnloaded | double, Percentage of efficiency in un-loaded condition - % |
costOfElectricity | double, Cost of electricity per kWh - $ |
Definition at line 89 of file CompressedAir.cpp.
◆ OperatingCost() [2/3]
Compressor::OperatingCost::OperatingCost |
( |
double |
motorBhp, |
|
|
double |
bhpUnloaded, |
|
|
double |
annualOperatingHours, |
|
|
double |
runTimeLoaded, |
|
|
double |
efficiencyLoaded, |
|
|
double |
efficiencyUnloaded, |
|
|
double |
costOfElectricity |
|
) |
| |
Constructor for Compressor::OperatingCost - This finds the cost of operation of the compressor in both fully and partially loaded instances.
- Parameters
-
motorBhp | double, Brake Horse Power is the input power required at the compressor input shaft for a specific speed, capacity and pressure condition. It is generally shown on the compressor panel. - bhp |
bhpUnloaded | double, Brake horse power in the unloaded condition. - % |
annualOperatingHours | double, Time for which the compressor operates in a year - hours |
runTimeLoaded | double, Percentage of time the compressor runs in loaded condition - % |
efficiencyLoaded | double, Percentage of efficiency in loaded condition - % |
efficiencyUnloaded | double, Percentage of efficiency in un-loaded condition - % |
costOfElectricity | double, Cost of electricity per kWh - $ |
◆ OperatingCost() [3/3]
Compressor::OperatingCost::OperatingCost |
( |
double |
motorBhp, |
|
|
double |
bhpUnloaded, |
|
|
double |
annualOperatingHours, |
|
|
double |
runTimeLoaded, |
|
|
double |
efficiencyLoaded, |
|
|
double |
efficiencyUnloaded, |
|
|
double |
costOfElectricity |
|
) |
| |
Constructor for Compressor::OperatingCost - This finds the cost of operation of the compressor in both fully and partially loaded instances.
- Parameters
-
motorBhp | double, Brake Horse Power is the input power required at the compressor input shaft for a specific speed, capacity and pressure condition. It is generally shown on the compressor panel. - bhp |
bhpUnloaded | double, Brake horse power in the unloaded condition. - % |
annualOperatingHours | double, Time for which the compressor operates in a year - hours |
runTimeLoaded | double, Percentage of time the compressor runs in loaded condition - % |
efficiencyLoaded | double, Percentage of efficiency in loaded condition - % |
efficiencyUnloaded | double, Percentage of efficiency in un-loaded condition - % |
costOfElectricity | double, Cost of electricity per kWh - $ |
The documentation for this class was generated from the following files: