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 21 of file SaturatedProperties.h.
|
inlineexplicit |
Constructor for the saturated temperature calculator
saturatedPressure | double, saturated pressure in MPa |
Definition at line 27 of file SaturatedProperties.h.
double SaturatedTemperature::calculate | ( | ) | const |
Calculates the saturated temperature
|
private |
Definition at line 35 of file SaturatedProperties.h.