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 42 of file SaturatedProperties.h.
|
inlineexplicit |
Constructor for the saturated pressure calculator
saturatedTemperature | double, saturated temperature in Kelvin |
Definition at line 48 of file SaturatedProperties.h.
double SaturatedPressure::calculate | ( | ) | const |
Calculates the saturated pressure
|
private |
Definition at line 57 of file SaturatedProperties.h.