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.
|
Public Member Functions | |
AirMassFlowData (const bool isNameplate, const AirMassFlowMeasuredData airMassFlowMeasuredData, const AirMassFlowNameplateData airMassFlowNameplateData, const double inletTemperature, const double outletTemperature, const double systemEfficiency) | |
bool | getIsNameplate () const |
AirMassFlowMeasuredData | getAirMassFlowMeasuredData () const |
AirMassFlowNameplateData | getAirMassFlowNameplateData () const |
double | getInletTemperature () const |
double | getOutletTemperature () const |
double | getSystemEfficiency () const |
void | setIsNameplate (bool isNameplate) |
void | setAirMassFlowMeasuredData (AirMassFlowMeasuredData airMassFlowMeasuredData) |
void | setAirMassFlowNameplateData (AirMassFlowNameplateData airMassFlowNameplateData) |
void | setInletTemperature (double inletTemperature) |
void | setOutletTemperature (double outletTemperature) |
void | setSystemEfficiency (double systemEfficiency) |
Private Attributes | |
bool | isNameplate |
AirMassFlowMeasuredData | airMassFlowMeasuredData |
AirMassFlowNameplateData | airMassFlowNameplateData |
double | inletTemperature |
double | outletTemperature |
double | systemEfficiency |
Definition at line 55 of file NaturalGasReduction.h.
|
inline |
Definition at line 57 of file NaturalGasReduction.h.
|
inline |
Definition at line 65 of file NaturalGasReduction.h.
|
inline |
Definition at line 66 of file NaturalGasReduction.h.
|
inline |
Definition at line 67 of file NaturalGasReduction.h.
|
inline |
Definition at line 64 of file NaturalGasReduction.h.
|
inline |
Definition at line 68 of file NaturalGasReduction.h.
|
inline |
Definition at line 69 of file NaturalGasReduction.h.
|
private |
Definition at line 79 of file NaturalGasReduction.h.
|
private |
Definition at line 80 of file NaturalGasReduction.h.
|
private |
Definition at line 81 of file NaturalGasReduction.h.
|
private |
Definition at line 78 of file NaturalGasReduction.h.
|
private |
Definition at line 81 of file NaturalGasReduction.h.
|
private |
Definition at line 81 of file NaturalGasReduction.h.