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
SteamSystemModelerTool::SaturatedPropertiesOutput Struct Reference

#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
 

Detailed Description

SaturatedPropertiesOutput contains properties of saturated steam

Parameters
pressure,doublein MPa
temperature,doublein Kelvin
gasSpecificEnthalpy,doublein kJ/kg
gasSpecificEntropy,doublein kJ/kg/K
gasSpecificVolume,doublein m³/kg
liquidSpecificEnthalpy,doublein kJ/kg
liquidSpecificEntropy,doublein kJ/kg/K
liquidSpecificVolume,doublein m³/kg
evaporationSpecificEnthalpy,doublein kJ/kg
evaporationSpecificEntropy,doublein kJ/kg/K
evaporationSpecificVolume,doublein m³/kg

Definition at line 64 of file SteamSystemModelerTool.h.

Constructor & Destructor Documentation

◆ SaturatedPropertiesOutput()

SteamSystemModelerTool::SaturatedPropertiesOutput::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 
)
inline

Definition at line 65 of file SteamSystemModelerTool.h.

Member Data Documentation

◆ evaporationSpecificEnthalpy

double SteamSystemModelerTool::SaturatedPropertiesOutput::evaporationSpecificEnthalpy = 0

Definition at line 82 of file SteamSystemModelerTool.h.

◆ evaporationSpecificEntropy

double SteamSystemModelerTool::SaturatedPropertiesOutput::evaporationSpecificEntropy = 0

Definition at line 82 of file SteamSystemModelerTool.h.

◆ evaporationSpecificVolume

double SteamSystemModelerTool::SaturatedPropertiesOutput::evaporationSpecificVolume = 0

Definition at line 82 of file SteamSystemModelerTool.h.

◆ gasSpecificEnthalpy

double SteamSystemModelerTool::SaturatedPropertiesOutput::gasSpecificEnthalpy = 0

Definition at line 80 of file SteamSystemModelerTool.h.

◆ gasSpecificEntropy

double SteamSystemModelerTool::SaturatedPropertiesOutput::gasSpecificEntropy = 0

Definition at line 80 of file SteamSystemModelerTool.h.

◆ gasSpecificVolume

double SteamSystemModelerTool::SaturatedPropertiesOutput::gasSpecificVolume = 0

Definition at line 80 of file SteamSystemModelerTool.h.

◆ liquidSpecificEnthalpy

double SteamSystemModelerTool::SaturatedPropertiesOutput::liquidSpecificEnthalpy = 0

Definition at line 81 of file SteamSystemModelerTool.h.

◆ liquidSpecificEntropy

double SteamSystemModelerTool::SaturatedPropertiesOutput::liquidSpecificEntropy = 0

Definition at line 81 of file SteamSystemModelerTool.h.

◆ liquidSpecificVolume

double SteamSystemModelerTool::SaturatedPropertiesOutput::liquidSpecificVolume = 0

Definition at line 81 of file SteamSystemModelerTool.h.

◆ pressure

double SteamSystemModelerTool::SaturatedPropertiesOutput::pressure = 0

Definition at line 79 of file SteamSystemModelerTool.h.

◆ temperature

double SteamSystemModelerTool::SaturatedPropertiesOutput::temperature = 0

Definition at line 79 of file SteamSystemModelerTool.h.


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