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

Public Member Functions

 Output (double kW_Calc, double C_Calc, double PerkW, double C_Per)
 

Public Attributes

double kW_Calc = 0
 
double C_Calc = 0
 
double PerkW = 0
 
double C_Per = 0
 

Detailed Description

Definition at line 66 of file Compressors.h.

Constructor & Destructor Documentation

◆ Output()

CompressorsBase::Output::Output ( double  kW_Calc,
double  C_Calc,
double  PerkW,
double  C_Per 
)
inline

Definition at line 67 of file Compressors.h.

Member Data Documentation

◆ C_Calc

double CompressorsBase::Output::C_Calc = 0

Definition at line 71 of file Compressors.h.

◆ C_Per

double CompressorsBase::Output::C_Per = 0

Definition at line 71 of file Compressors.h.

◆ kW_Calc

double CompressorsBase::Output::kW_Calc = 0

Definition at line 71 of file Compressors.h.

◆ PerkW

double CompressorsBase::Output::PerkW = 0

Definition at line 71 of file Compressors.h.


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