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 Member Functions | Public Attributes | List of all members
CompressorEEMs::PressureReductionSavingOutput Struct Reference

Public Member Functions

 PressureReductionSavingOutput (double kW_savings, double kWh_savings, double cost_savings)
 

Public Attributes

double kW_savings = 0
 
double kWh_savings = 0
 
double cost_savings = 0
 

Detailed Description

Definition at line 1127 of file Compressors.h.

Constructor & Destructor Documentation

◆ PressureReductionSavingOutput()

CompressorEEMs::PressureReductionSavingOutput::PressureReductionSavingOutput ( double  kW_savings,
double  kWh_savings,
double  cost_savings 
)
inline

Definition at line 1128 of file Compressors.h.

Member Data Documentation

◆ cost_savings

double CompressorEEMs::PressureReductionSavingOutput::cost_savings = 0

Definition at line 1132 of file Compressors.h.

◆ kW_savings

double CompressorEEMs::PressureReductionSavingOutput::kW_savings = 0

Definition at line 1132 of file Compressors.h.

◆ kWh_savings

double CompressorEEMs::PressureReductionSavingOutput::kWh_savings = 0

Definition at line 1132 of file Compressors.h.


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