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::Input Struct Reference

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

Detailed Description

Definition at line 43 of file operating_cost.h.

Member Data Documentation

◆ annual_operating_hours

double operating_cost::Input::annual_operating_hours = 0.0

Definition at line 46 of file operating_cost.h.

◆ bhp_unloaded

double operating_cost::Input::bhp_unloaded = 0.0

Definition at line 45 of file operating_cost.h.

◆ cost_of_electricity

double operating_cost::Input::cost_of_electricity = 0.0

Definition at line 50 of file operating_cost.h.

◆ efficiency_loaded

double operating_cost::Input::efficiency_loaded = 0.0

Definition at line 48 of file operating_cost.h.

◆ efficiency_unloaded

double operating_cost::Input::efficiency_unloaded = 0.0

Definition at line 49 of file operating_cost.h.

◆ motor_bhp

double operating_cost::Input::motor_bhp = 0.0

Definition at line 44 of file operating_cost.h.

◆ run_time_loaded

double operating_cost::Input::run_time_loaded = 0.0

Definition at line 47 of file operating_cost.h.


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