|
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 | |
| SaturatedTemperature (double saturatedPressure) | |
| double | calculate () const |
Private Attributes | |
| const double | saturatedPressure |
Saturated temperature class Used to calculateThermalResistance the saturated temperature given the saturated pressure.
Definition at line 20 of file SaturatedProperties.h.
|
inlineexplicit |
Constructor for the saturated temperature calculator
| saturatedPressure | double, saturated pressure in MPa |
Definition at line 26 of file SaturatedProperties.h.
| double SaturatedTemperature::calculate | ( | ) | const |
Calculates the saturated temperature
|
private |
Definition at line 34 of file SaturatedProperties.h.