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

Public Member Functions

 Output (double recoveredHeat, double hotWaterFlow, double tonsRefrigeration, double capacityChiller, double electricalEnergy)
 

Public Attributes

double recoveredHeat = 0
 
double hotWaterFlow = 0
 
double tonsRefrigeration = 0
 
double capacityChiller = 0
 
double electricalEnergy = 0
 

Detailed Description

Definition at line 18 of file WaterHeatingUsingExhaust.h.

Constructor & Destructor Documentation

◆ Output()

WaterHeatingUsingExhaust::Output::Output ( double  recoveredHeat,
double  hotWaterFlow,
double  tonsRefrigeration,
double  capacityChiller,
double  electricalEnergy 
)
inline

Definition at line 19 of file WaterHeatingUsingExhaust.h.

Member Data Documentation

◆ capacityChiller

double WaterHeatingUsingExhaust::Output::capacityChiller = 0

Definition at line 25 of file WaterHeatingUsingExhaust.h.

◆ electricalEnergy

double WaterHeatingUsingExhaust::Output::electricalEnergy = 0

Definition at line 25 of file WaterHeatingUsingExhaust.h.

◆ hotWaterFlow

double WaterHeatingUsingExhaust::Output::hotWaterFlow = 0

Definition at line 25 of file WaterHeatingUsingExhaust.h.

◆ recoveredHeat

double WaterHeatingUsingExhaust::Output::recoveredHeat = 0

Definition at line 25 of file WaterHeatingUsingExhaust.h.

◆ tonsRefrigeration

double WaterHeatingUsingExhaust::Output::tonsRefrigeration = 0

Definition at line 25 of file WaterHeatingUsingExhaust.h.


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