WOLFRAM SYSTEM MODELER

saturationTemperature

Return saturation temperature of water as a function of (partial) pressure p

Wolfram Language

In[1]:=
SystemModel["Modelica.Media.Air.MoistAir.saturationTemperature"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

Computes saturation temperature from (partial) pressure via numerical inversion of the function saturationPressure. Therefore additional inputs are required (or the defaults are used) for upper and lower temperature bounds.

Syntax

T = saturationTemperature(p, T_min, T_max)

Inputs (3)

p

Type: Pressure (Pa)

Description: Pressure

T_min

Default Value: 190

Type: Temperature (K)

Description: Lower boundary of solution

T_max

Default Value: 647

Type: Temperature (K)

Description: Upper boundary of solution

Outputs (1)

T

Type: Temperature (K)

Description: Saturation temperature