Skip to main content
Version: 8.1

system.thermo.if97.specificInternalEnergySaturatedLiquid

Calculates the specific internal energy for saturated liquid.

Syntax

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

This function must be called with named parameters.

Parameters

TypeParameterDescription
DoublepAbsolute Pressure (Pa)
DoubletTemperature (K)

Returns

Double - Specific Internal Energy for Saturated Liquid (J/kg)

The internal energy of a liquid in equilibrium at the given pressure or temperature.

Scope

Gateway, Designer, Client, Perspective Session

Example

Pressure

p = 101325
result = system.thermo.if97.specificInternalEnergySaturatedLiquid(p=p)
print result
Result
418884.991716