|
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 | |
| SteamPropertiesOutput (const double temperature, const double pressure, const double quality, const double specificVolume, const double density, const double specificEnthalpy, const double specificEntropy, const double internalEnergy=0, const double specificIsobaricHeatCapacity_cp=0, const double specificIsochoricHeatCapacity_cv=0, const double speedOfSound_w=0, const double isentropicExponent=0) | |
Public Attributes | |
| double | temperature = 0 |
| double | pressure = 0 |
| double | quality = 0 |
| double | specificVolume = 0 |
| double | density = 0 |
| double | specificEnthalpy = 0 |
| double | specificEntropy = 0 |
| double | internalEnergy = 0 |
| double | specificIsobaricHeatCapacity_cp = 0 |
| double | specificIsochoricHeatCapacity_cv = 0 |
| double | speedOfSound_w = 0 |
| double | isentropicExponent = 0 |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, const SteamPropertiesOutput &props) |
SteamPropertiesOutput contains the properties of steam
| temperature,double | in Kelvin |
| pressure,double | in MPa |
| quality,double | - unitless |
| specificVolume,double | in m³/kg |
| density,double | in kg/m³ |
| specificEnthalpy,double | in kJ/kg |
| specificEntropy,double | in kJ/kg/K |
| internalEnergy,double | - optional parameter - in MJ |
| specificIsobaricHeatCapacity_cp,double | in kJ/kg/K |
| specificIsochoricHeatCapacity_cv,double | in kJ/kg/K |
| speedOfSound_w,double | in m/s |
| isentropicExponent,double | unitless |
Definition at line 37 of file SteamSystemModelerTool.h.
|
inline |
Definition at line 38 of file SteamSystemModelerTool.h.
| double SteamSystemModelerTool::SteamPropertiesOutput::density = 0 |
Definition at line 53 of file SteamSystemModelerTool.h.
| double SteamSystemModelerTool::SteamPropertiesOutput::internalEnergy = 0 |
Definition at line 54 of file SteamSystemModelerTool.h.
| double SteamSystemModelerTool::SteamPropertiesOutput::isentropicExponent = 0 |
Definition at line 55 of file SteamSystemModelerTool.h.
| double SteamSystemModelerTool::SteamPropertiesOutput::pressure = 0 |
Definition at line 53 of file SteamSystemModelerTool.h.
| double SteamSystemModelerTool::SteamPropertiesOutput::quality = 0 |
Definition at line 53 of file SteamSystemModelerTool.h.
| double SteamSystemModelerTool::SteamPropertiesOutput::specificEnthalpy = 0 |
Definition at line 54 of file SteamSystemModelerTool.h.
| double SteamSystemModelerTool::SteamPropertiesOutput::specificEntropy = 0 |
Definition at line 54 of file SteamSystemModelerTool.h.
| double SteamSystemModelerTool::SteamPropertiesOutput::specificIsobaricHeatCapacity_cp = 0 |
Definition at line 55 of file SteamSystemModelerTool.h.
| double SteamSystemModelerTool::SteamPropertiesOutput::specificIsochoricHeatCapacity_cv = 0 |
Definition at line 55 of file SteamSystemModelerTool.h.
| double SteamSystemModelerTool::SteamPropertiesOutput::specificVolume = 0 |
Definition at line 53 of file SteamSystemModelerTool.h.
| double SteamSystemModelerTool::SteamPropertiesOutput::speedOfSound_w = 0 |
Definition at line 55 of file SteamSystemModelerTool.h.
| double SteamSystemModelerTool::SteamPropertiesOutput::temperature = 0 |
Definition at line 53 of file SteamSystemModelerTool.h.