|
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 <SaturatedProperties.h>
Public Member Functions | |
| SaturatedProperties (double saturatedPressure, double saturatedTemperature) | |
| SteamSystemModelerTool::SaturatedPropertiesOutput | calculate () |
Private Attributes | |
| const double | saturatedPressure |
| const double | saturatedTemperature |
Saturated properties class Used to calculateThermalResistance the properties of a saturated substance.
Definition at line 63 of file SaturatedProperties.h.
|
inline |
Constructor for the saturated properties calculator
| saturatedPressure | double, saturated pressure in MPa |
| saturatedTemperature | double, saturated temperature in Kelvin |
Definition at line 70 of file SaturatedProperties.h.
|
private |
Definition at line 76 of file SaturatedProperties.h.
|
private |
Definition at line 76 of file SaturatedProperties.h.