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 | Friends | List of all members
SteamSystemModelerTool::SteamPropertiesOutput Struct Reference

#include <SteamSystemModelerTool.h>

Inheritance diagram for SteamSystemModelerTool::SteamPropertiesOutput:
SteamSystemModelerTool::FluidProperties

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)
 

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
 

Friends

std::ostream & operator<< (std::ostream &stream, const SteamPropertiesOutput &props)
 

Detailed Description

SteamPropertiesOutput contains the properties of steam

Parameters
temperature,doublein Kelvin
pressure,doublein MPa
quality,double- unitless
specificVolume,doublein m³/kg
density,doublein kg/m³
specificEnthalpy,doublein kJ/kg
specificEntropy,doublein kJ/kg/K
internalEnergy,double- optional parameter - in MJ

Definition at line 34 of file SteamSystemModelerTool.h.

Constructor & Destructor Documentation

◆ 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

Definition at line 35 of file SteamSystemModelerTool.h.

Member Data Documentation

◆ density

double SteamSystemModelerTool::SteamPropertiesOutput::density = 0

Definition at line 46 of file SteamSystemModelerTool.h.

◆ internalEnergy

double SteamSystemModelerTool::SteamPropertiesOutput::internalEnergy = 0

Definition at line 47 of file SteamSystemModelerTool.h.

◆ pressure

double SteamSystemModelerTool::SteamPropertiesOutput::pressure = 0

Definition at line 46 of file SteamSystemModelerTool.h.

◆ quality

double SteamSystemModelerTool::SteamPropertiesOutput::quality = 0

Definition at line 46 of file SteamSystemModelerTool.h.

◆ specificEnthalpy

double SteamSystemModelerTool::SteamPropertiesOutput::specificEnthalpy = 0

Definition at line 47 of file SteamSystemModelerTool.h.

◆ specificEntropy

double SteamSystemModelerTool::SteamPropertiesOutput::specificEntropy = 0

Definition at line 47 of file SteamSystemModelerTool.h.

◆ specificVolume

double SteamSystemModelerTool::SteamPropertiesOutput::specificVolume = 0

Definition at line 46 of file SteamSystemModelerTool.h.

◆ temperature

double SteamSystemModelerTool::SteamPropertiesOutput::temperature = 0

Definition at line 46 of file SteamSystemModelerTool.h.


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