Skip to main content
Version: 8.1

system.thermo.if97.specificEnthalpySaturatedLiquid

Calculates the specific enthalpy for saturated liquid.

Syntax

system.thermo.if97.specificEnthalpySaturatedLiquid(p) # Pressure
system.thermo.if97.specificEnthalpySaturatedLiquid(t) # Temperature
info

This function must be called with named parameters.

Parameters

TypeParameterDescription
DoublepAbsolute Pressure (Pa)
DoubletTemperature (K)

Returns

Double - Specific Enthalpy for Saturated Liquid (J/kg)

The specific enthalpy of a liquid in equilibrium at the given pressure or temperature.

Scope

Gateway, Designer, Client, Perspective Session

Example

Temperature

t = 373.15
result = system.thermo.if97.specificEnthalpySaturatedLiquid(t=t)
print result
Result
419099.154998