|
MEASUR-Tools-Suite v1.0.11
The MEASUR Tools Suite is a collection of industrial efficiency calculations written in C++ and with bindings for compilation to WebAssembly.
|
Input parameters for the annual compressor operating cost calculation. More...
#include <operating_cost.h>
Public Attributes | |
| double | motor_bhp = 0.0 |
| Full-load motor brake horsepower \([\unit{\bhp}]\). | |
| double | bhp_unloaded = 0.0 |
| Percentage of full-load BHP consumed when unloaded \([\unit{\percent}]\). | |
| double | annual_operating_hours = 0.0 |
| Total compressor operating hours per year \([\unit{\hour}]\). | |
| double | run_time_loaded = 0.0 |
| Percentage of operating time the compressor runs loaded \([\unit{\percent}]\). | |
| double | efficiency_loaded = 0.0 |
| Motor efficiency in the loaded condition \([\unit{\percent}]\). | |
| double | efficiency_unloaded = 0.0 |
| Motor efficiency in the unloaded condition \([\unit{\percent}]\). | |
| double | cost_of_electricity = 0.0 |
| Electricity unit cost \([\unit{\dollar\per\kilowatt\hour}]\). | |
Definition at line 43 of file operating_cost.h.
| double operating_cost::Input::annual_operating_hours = 0.0 |
Definition at line 46 of file operating_cost.h.
| double operating_cost::Input::bhp_unloaded = 0.0 |
Definition at line 45 of file operating_cost.h.
| double operating_cost::Input::cost_of_electricity = 0.0 |
Definition at line 50 of file operating_cost.h.
| double operating_cost::Input::efficiency_loaded = 0.0 |
Definition at line 48 of file operating_cost.h.
| double operating_cost::Input::efficiency_unloaded = 0.0 |
Definition at line 49 of file operating_cost.h.
| double operating_cost::Input::motor_bhp = 0.0 |
Definition at line 44 of file operating_cost.h.
| double operating_cost::Input::run_time_loaded = 0.0 |
Definition at line 47 of file operating_cost.h.