#include <SteamSystemModelerTool.h>
|
| | 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) |
| |
SteamPropertiesOutput contains the properties of steam
- Parameters
-
| 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 |
Definition at line 33 of file SteamSystemModelerTool.h.
◆ SteamPropertiesOutput()
| SteamSystemModelerTool::SteamPropertiesOutput::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 |
|
) |
| |
|
inline |
◆ density
| double SteamSystemModelerTool::SteamPropertiesOutput::density = 0 |
◆ internalEnergy
| double SteamSystemModelerTool::SteamPropertiesOutput::internalEnergy = 0 |
◆ pressure
| double SteamSystemModelerTool::SteamPropertiesOutput::pressure = 0 |
◆ quality
| double SteamSystemModelerTool::SteamPropertiesOutput::quality = 0 |
◆ specificEnthalpy
| double SteamSystemModelerTool::SteamPropertiesOutput::specificEnthalpy = 0 |
◆ specificEntropy
| double SteamSystemModelerTool::SteamPropertiesOutput::specificEntropy = 0 |
◆ specificVolume
| double SteamSystemModelerTool::SteamPropertiesOutput::specificVolume = 0 |
◆ temperature
| double SteamSystemModelerTool::SteamPropertiesOutput::temperature = 0 |
The documentation for this struct was generated from the following file: