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.
|
#include <SteamSystemModelerTool.h>
Public Member Functions | |
SaturatedPropertiesOutput (const double temperature, const double pressure, const double gasSpecificVolume, const double gasSpecificEnthalpy, const double gasSpecificEntropy, const double liquidSpecificVolume, const double liquidSpecificEnthalpy, const double liquidSpecificEntropy, const double evaporationSpecificVolume, const double evaporationSpecificEnthalpy, const double evaporationSpecificEntropy) | |
Public Attributes | |
double | temperature = 0 |
double | pressure = 0 |
double | gasSpecificVolume = 0 |
double | gasSpecificEnthalpy = 0 |
double | gasSpecificEntropy = 0 |
double | liquidSpecificVolume = 0 |
double | liquidSpecificEnthalpy = 0 |
double | liquidSpecificEntropy = 0 |
double | evaporationSpecificVolume = 0 |
double | evaporationSpecificEnthalpy = 0 |
double | evaporationSpecificEntropy = 0 |
SaturatedPropertiesOutput contains properties of saturated steam
pressure,double | in MPa |
temperature,double | in Kelvin |
gasSpecificEnthalpy,double | in kJ/kg |
gasSpecificEntropy,double | in kJ/kg/K |
gasSpecificVolume,double | in m³/kg |
liquidSpecificEnthalpy,double | in kJ/kg |
liquidSpecificEntropy,double | in kJ/kg/K |
liquidSpecificVolume,double | in m³/kg |
evaporationSpecificEnthalpy,double | in kJ/kg |
evaporationSpecificEntropy,double | in kJ/kg/K |
evaporationSpecificVolume,double | in m³/kg |
Definition at line 64 of file SteamSystemModelerTool.h.
|
inline |
Definition at line 65 of file SteamSystemModelerTool.h.
double SteamSystemModelerTool::SaturatedPropertiesOutput::evaporationSpecificEnthalpy = 0 |
Definition at line 82 of file SteamSystemModelerTool.h.
double SteamSystemModelerTool::SaturatedPropertiesOutput::evaporationSpecificEntropy = 0 |
Definition at line 82 of file SteamSystemModelerTool.h.
double SteamSystemModelerTool::SaturatedPropertiesOutput::evaporationSpecificVolume = 0 |
Definition at line 82 of file SteamSystemModelerTool.h.
double SteamSystemModelerTool::SaturatedPropertiesOutput::gasSpecificEnthalpy = 0 |
Definition at line 80 of file SteamSystemModelerTool.h.
double SteamSystemModelerTool::SaturatedPropertiesOutput::gasSpecificEntropy = 0 |
Definition at line 80 of file SteamSystemModelerTool.h.
double SteamSystemModelerTool::SaturatedPropertiesOutput::gasSpecificVolume = 0 |
Definition at line 80 of file SteamSystemModelerTool.h.
double SteamSystemModelerTool::SaturatedPropertiesOutput::liquidSpecificEnthalpy = 0 |
Definition at line 81 of file SteamSystemModelerTool.h.
double SteamSystemModelerTool::SaturatedPropertiesOutput::liquidSpecificEntropy = 0 |
Definition at line 81 of file SteamSystemModelerTool.h.
double SteamSystemModelerTool::SaturatedPropertiesOutput::liquidSpecificVolume = 0 |
Definition at line 81 of file SteamSystemModelerTool.h.
double SteamSystemModelerTool::SaturatedPropertiesOutput::pressure = 0 |
Definition at line 79 of file SteamSystemModelerTool.h.
double SteamSystemModelerTool::SaturatedPropertiesOutput::temperature = 0 |
Definition at line 79 of file SteamSystemModelerTool.h.