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.
|
Classes | |
struct | Output |
Public Member Functions | |
HeatExchanger (const SteamSystemModelerTool::FluidProperties hotInlet, const SteamSystemModelerTool::FluidProperties coldInlet, const double approachTemp=20) | |
Output | calculate () |
Private Attributes | |
SteamSystemModelerTool::FluidProperties | hotInlet |
SteamSystemModelerTool::FluidProperties | coldInlet |
const double | approachTemp |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const HeatExchanger::Output &output) |
std::ostream & | operator<< (std::ostream &stream, const std::shared_ptr< HeatExchanger::Output > &turbine) |
Definition at line 9 of file HeatExchanger.h.
|
inline |
Constructor for the HeatExchanger calculator
hotInlet | const Inlet, must be thermodynamic quantity of temperature or else exception will be thrown |
coldInlet | const Inlet, must be thermodynamic quantity of temperature or else exception will be thrown |
approachTemp | double, default of 20 K |
Definition at line 39 of file HeatExchanger.h.
|
inline |
Definition at line 43 of file HeatExchanger.h.
|
friend |
Definition at line 17 of file HeatExchanger.h.
|
friend |
Definition at line 23 of file HeatExchanger.h.
|
private |
Definition at line 81 of file HeatExchanger.h.
|
private |
Definition at line 80 of file HeatExchanger.h.
|
private |
Definition at line 80 of file HeatExchanger.h.