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 | Private Attributes | List of all members
CompressedAirReductionInput Class Reference

Public Member Functions

 CompressedAirReductionInput (const int hoursPerYear, const int utilityType, const double utilityCost, const int measurementMethod, const CompressedAirFlowMeterMethodData flowMeterMethodData, const BagMethod bagMethod, const PressureMethodData pressureMethodData, const CompressedAirOtherMethodData otherMethodData, const CompressorElectricityData compressorElectricityData, const int units)
 
int getHoursPerYear () const
 
int getUtilityType () const
 
int getMeasurementMethod () const
 
int getUnits () const
 
double getUtilityCost () const
 
CompressedAirFlowMeterMethodData getFlowMeterMethodData () const
 
BagMethod getBagMethod () const
 
PressureMethodData getPressureMethodData () const
 
CompressedAirOtherMethodData getOtherMethodData () const
 
CompressorElectricityData getCompressorElectricityData () const
 

Private Attributes

int hoursPerYear
 
int utilityType
 
double utilityCost
 
int measurementMethod
 
CompressedAirFlowMeterMethodData flowMeterMethodData
 
BagMethod bagMethod
 
PressureMethodData pressureMethodData
 
CompressedAirOtherMethodData otherMethodData
 
CompressorElectricityData compressorElectricityData
 
int units
 

Detailed Description

Definition at line 69 of file CompressedAirReduction.h.

Constructor & Destructor Documentation

◆ CompressedAirReductionInput()

CompressedAirReductionInput::CompressedAirReductionInput ( const int  hoursPerYear,
const int  utilityType,
const double  utilityCost,
const int  measurementMethod,
const CompressedAirFlowMeterMethodData  flowMeterMethodData,
const BagMethod  bagMethod,
const PressureMethodData  pressureMethodData,
const CompressedAirOtherMethodData  otherMethodData,
const CompressorElectricityData  compressorElectricityData,
const int  units 
)
inline

Definition at line 72 of file CompressedAirReduction.h.

Member Function Documentation

◆ getBagMethod()

BagMethod CompressedAirReductionInput::getBagMethod ( ) const
inline

Definition at line 88 of file CompressedAirReduction.h.

◆ getCompressorElectricityData()

CompressorElectricityData CompressedAirReductionInput::getCompressorElectricityData ( ) const
inline

Definition at line 91 of file CompressedAirReduction.h.

◆ getFlowMeterMethodData()

CompressedAirFlowMeterMethodData CompressedAirReductionInput::getFlowMeterMethodData ( ) const
inline

Definition at line 87 of file CompressedAirReduction.h.

◆ getHoursPerYear()

int CompressedAirReductionInput::getHoursPerYear ( ) const
inline

Definition at line 82 of file CompressedAirReduction.h.

◆ getMeasurementMethod()

int CompressedAirReductionInput::getMeasurementMethod ( ) const
inline

Definition at line 84 of file CompressedAirReduction.h.

◆ getOtherMethodData()

CompressedAirOtherMethodData CompressedAirReductionInput::getOtherMethodData ( ) const
inline

Definition at line 90 of file CompressedAirReduction.h.

◆ getPressureMethodData()

PressureMethodData CompressedAirReductionInput::getPressureMethodData ( ) const
inline

Definition at line 89 of file CompressedAirReduction.h.

◆ getUnits()

int CompressedAirReductionInput::getUnits ( ) const
inline

Definition at line 85 of file CompressedAirReduction.h.

◆ getUtilityCost()

double CompressedAirReductionInput::getUtilityCost ( ) const
inline

Definition at line 86 of file CompressedAirReduction.h.

◆ getUtilityType()

int CompressedAirReductionInput::getUtilityType ( ) const
inline

Definition at line 83 of file CompressedAirReduction.h.

Member Data Documentation

◆ bagMethod

BagMethod CompressedAirReductionInput::bagMethod
private

Definition at line 98 of file CompressedAirReduction.h.

◆ compressorElectricityData

CompressorElectricityData CompressedAirReductionInput::compressorElectricityData
private

Definition at line 101 of file CompressedAirReduction.h.

◆ flowMeterMethodData

CompressedAirFlowMeterMethodData CompressedAirReductionInput::flowMeterMethodData
private

Definition at line 97 of file CompressedAirReduction.h.

◆ hoursPerYear

int CompressedAirReductionInput::hoursPerYear
private

Definition at line 94 of file CompressedAirReduction.h.

◆ measurementMethod

int CompressedAirReductionInput::measurementMethod
private

Definition at line 96 of file CompressedAirReduction.h.

◆ otherMethodData

CompressedAirOtherMethodData CompressedAirReductionInput::otherMethodData
private

Definition at line 100 of file CompressedAirReduction.h.

◆ pressureMethodData

PressureMethodData CompressedAirReductionInput::pressureMethodData
private

Definition at line 99 of file CompressedAirReduction.h.

◆ units

int CompressedAirReductionInput::units
private

Definition at line 102 of file CompressedAirReduction.h.

◆ utilityCost

double CompressedAirReductionInput::utilityCost
private

Definition at line 95 of file CompressedAirReduction.h.

◆ utilityType

int CompressedAirReductionInput::utilityType
private

Definition at line 94 of file CompressedAirReduction.h.


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