Skip to main content
Version: 8.1

system.thermo.if97.saturationPressure

Calculates saturation pressure.

Syntax

system.thermo.if97.saturationPressure(t) # Temperature
system.thermo.if97.saturationPressure(h, s) # Enthalpy and Entropy
info

This function must be called with named parameters.

Parameters

TypeParameterDescription
DoubletTemperature (K)
DoublehSpecific Enthalpy (J/kg)
DoublesSpecific Entropy (J/(kg·K))

Returns

Double - Saturation Pressure (Pa)

The pressure at which a substance transitions between liquid and vapor phases at the given temperature or conditions.

Scope

Gateway, Designer, Client, Perspective Session

Example

Temperature

t = 373.15
result = system.thermo.if97.saturationPressure(t=t)
print result
Result
101417.977921