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
CompressedAirReduction::Output Struct Reference

Public Member Functions

 Output (double energyUse, double energyCost, double flowRate, double singleNozzleFlowRate, double consumption)
 

Public Attributes

double energyUse = 0
 
double energyCost = 0
 
double flowRate = 0
 
double singleNozzleFlowRate = 0
 
double consumption = 0
 

Detailed Description

Definition at line 107 of file CompressedAirReduction.h.

Constructor & Destructor Documentation

◆ Output()

CompressedAirReduction::Output::Output ( double  energyUse,
double  energyCost,
double  flowRate,
double  singleNozzleFlowRate,
double  consumption 
)
inline

Definition at line 108 of file CompressedAirReduction.h.

Member Data Documentation

◆ consumption

double CompressedAirReduction::Output::consumption = 0

Definition at line 113 of file CompressedAirReduction.h.

◆ energyCost

double CompressedAirReduction::Output::energyCost = 0

Definition at line 113 of file CompressedAirReduction.h.

◆ energyUse

double CompressedAirReduction::Output::energyUse = 0

Definition at line 113 of file CompressedAirReduction.h.

◆ flowRate

double CompressedAirReduction::Output::flowRate = 0

Definition at line 113 of file CompressedAirReduction.h.

◆ singleNozzleFlowRate

double CompressedAirReduction::Output::singleNozzleFlowRate = 0

Definition at line 113 of file CompressedAirReduction.h.


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