Defines physical constants and unit conversions.
Compressed air compressor annual operating cost calculations.
Result calculateOperatingCost(const Input &input)
Calculates the annual electricity cost for a compressor cycling between loaded and unloaded operation...
Result of the annual compressor operating cost calculation.
double run_time_unloaded
Percentage of operating time the compressor runs unloaded .
double cost_for_unloaded
Annual electricity cost in the unloaded condition .
double cost_for_loaded
Annual electricity cost in the loaded condition .
double total_annual_cost
Total annual electricity cost .