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.
Loading...
Searching...
No Matches
Public Attributes | List of all members
operating_cost::Result Struct Reference

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}]\).
 

Detailed Description

Definition at line 58 of file operating_cost.h.

Member Data Documentation

◆ cost_for_loaded

double operating_cost::Result::cost_for_loaded = 0.0

Definition at line 60 of file operating_cost.h.

◆ cost_for_unloaded

double operating_cost::Result::cost_for_unloaded = 0.0

Definition at line 61 of file operating_cost.h.

◆ run_time_unloaded

double operating_cost::Result::run_time_unloaded = 0.0

Definition at line 59 of file operating_cost.h.

◆ total_annual_cost

double operating_cost::Result::total_annual_cost = 0.0

Definition at line 62 of file operating_cost.h.


The documentation for this struct was generated from the following file: