Skip to main content
Version: 8.1

system.thermo.if97.specificEnthalpySaturatedVapor

Calculates the specific enthalpy for saturated vapor.

Syntax

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

This function must be called with named parameters.

Parameters

TypeParameterDescription
DoublepAbsolute Pressure (Pa)
DoubletTemperature (K)

Returns

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

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

Scope

Gateway, Designer, Client, Perspective Session

Example

Pressure

p = 101325
result = system.thermo.if97.specificEnthalpySaturatedVapor(p=p)
print result
Result
2675531.46604