|
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 | |
| SaturatedPressure (double saturatedTemperature) | |
| double | calculate () const |
Private Attributes | |
| const double | saturatedTemperature |
Saturated pressure class Used to calculateThermalResistance the saturated pressure given the saturated temperature.
Definition at line 41 of file SaturatedProperties.h.
|
inlineexplicit |
Constructor for the saturated pressure calculator
| saturatedTemperature | double, saturated temperature in Kelvin |
Definition at line 47 of file SaturatedProperties.h.
| double SaturatedPressure::calculate | ( | ) | const |
Calculates the saturated pressure
|
private |
Definition at line 56 of file SaturatedProperties.h.