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.
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
SaturatedTemperature Class Reference

#include <SaturatedProperties.h>

Public Member Functions

 SaturatedTemperature (double saturatedPressure)
 
double calculate () const
 

Private Attributes

const double saturatedPressure
 

Detailed Description

Saturated temperature class Used to calculateThermalResistance the saturated temperature given the saturated pressure.

Definition at line 21 of file SaturatedProperties.h.

Constructor & Destructor Documentation

◆ SaturatedTemperature()

SaturatedTemperature::SaturatedTemperature ( double  saturatedPressure)
inlineexplicit

Constructor for the saturated temperature calculator

Parameters
saturatedPressuredouble, saturated pressure in MPa

Definition at line 27 of file SaturatedProperties.h.

Member Function Documentation

◆ calculate()

double SaturatedTemperature::calculate ( ) const

Calculates the saturated temperature

Returns
double, saturated temperature in Kelvin

Member Data Documentation

◆ saturatedPressure

const double SaturatedTemperature::saturatedPressure
private

Definition at line 35 of file SaturatedProperties.h.


The documentation for this class was generated from the following file: