|
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 | |
| 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) | |
Public Member Functions inherited from 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, const double specificIsobaricHeatCapacity_cp=0, const double specificIsochoricHeatCapacity_cv=0, const double speedOfSound_w=0, const double isentropicExponent=0) | |
Public Attributes | |
| double | massFlow = 0 |
| double | energyFlow = 0 |
Public Attributes inherited from SteamSystemModelerTool::SteamPropertiesOutput | |
| 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 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
| 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 106 of file SteamSystemModelerTool.h.
|
inline |
Definition at line 107 of file SteamSystemModelerTool.h.
|
inline |
Definition at line 114 of file SteamSystemModelerTool.h.
| double SteamSystemModelerTool::FluidProperties::energyFlow = 0 |
Definition at line 124 of file SteamSystemModelerTool.h.
| double SteamSystemModelerTool::FluidProperties::massFlow = 0 |
Definition at line 124 of file SteamSystemModelerTool.h.