#include <SteamSystemModelerTool.h>
|
| FluidProperties (const double massFlow, const double energyFlow, 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) |
|
| FluidProperties (const double massFlow, const double energyFlow, SteamPropertiesOutput const &sp) |
|
| 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) |
|
|
std::ostream & | operator<< (std::ostream &stream, const FluidProperties &props) |
|
std::ostream & | operator<< (std::ostream &stream, const std::shared_ptr< FluidProperties > &props) |
|
FluidProperties contains the properties of steam and fluid, inherits from SteamPropertiesOutput
- Parameters
-
massFlow,double | kg/hr |
energyFlow,double | |
temperature,double | Kelvin |
pressure,double | MPa |
quality,double | - unitless |
specificVolume,double | m³/kg |
density,double | kg/m³ |
specificEnthalpy,double | kJ/kg |
specificEntropy,double | kJ/kg/K |
internalEnergy,double | - optional parameter - in MJ |
Definition at line 98 of file SteamSystemModelerTool.h.
◆ FluidProperties() [1/2]
SteamSystemModelerTool::FluidProperties::FluidProperties |
( |
const double |
massFlow, |
|
|
const double |
energyFlow, |
|
|
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 |
◆ FluidProperties() [2/2]
SteamSystemModelerTool::FluidProperties::FluidProperties |
( |
const double |
massFlow, |
|
|
const double |
energyFlow, |
|
|
SteamPropertiesOutput const & |
sp |
|
) |
| |
|
inline |
◆ energyFlow
double SteamSystemModelerTool::FluidProperties::energyFlow = 0 |
◆ massFlow
double SteamSystemModelerTool::FluidProperties::massFlow = 0 |
The documentation for this struct was generated from the following file: