|
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.
|
Result of the annual compressor operating cost calculation. More...
#include <operating_cost.h>
Public Attributes | |
| double | run_time_unloaded = 0.0 |
| Percentage of operating time the compressor runs unloaded \([\unit{\percent}]\). | |
| double | cost_for_loaded = 0.0 |
| Annual electricity cost in the loaded condition \([\unit{\dollar\per\year}]\). | |
| double | cost_for_unloaded = 0.0 |
| Annual electricity cost in the unloaded condition \([\unit{\dollar\per\year}]\). | |
| double | total_annual_cost = 0.0 |
| Total annual electricity cost \([\unit{\dollar\per\year}]\). | |
Definition at line 58 of file operating_cost.h.
| double operating_cost::Result::cost_for_loaded = 0.0 |
Definition at line 60 of file operating_cost.h.
| double operating_cost::Result::cost_for_unloaded = 0.0 |
Definition at line 61 of file operating_cost.h.
| double operating_cost::Result::run_time_unloaded = 0.0 |
Definition at line 59 of file operating_cost.h.
| double operating_cost::Result::total_annual_cost = 0.0 |
Definition at line 62 of file operating_cost.h.