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
SaturatedPressure Class Reference

#include <SaturatedProperties.h>

Public Member Functions

 SaturatedPressure (double saturatedTemperature)
 
double calculate () const
 

Private Attributes

const double saturatedTemperature
 

Detailed Description

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

Definition at line 42 of file SaturatedProperties.h.

Constructor & Destructor Documentation

◆ SaturatedPressure()

SaturatedPressure::SaturatedPressure ( double  saturatedTemperature)
inlineexplicit

Constructor for the saturated pressure calculator

Parameters
saturatedTemperaturedouble, saturated temperature in Kelvin

Definition at line 48 of file SaturatedProperties.h.

Member Function Documentation

◆ calculate()

double SaturatedPressure::calculate ( ) const

Calculates the saturated pressure

Returns
double, saturated pressure in MPa

Member Data Documentation

◆ saturatedTemperature

const double SaturatedPressure::saturatedTemperature
private

Definition at line 57 of file SaturatedProperties.h.


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