Skip to main content
Version: 8.1

system.thermo.if97.specificVolumeSaturatedLiquid

Calculates the specific volume for saturated liquid.

Syntax

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

This function must be called with named parameters.

Parameters

TypeParameterDescription
DoublepAbsolute Pressure (Pa)
DoubletTemperature (K)

Returns

Double - Specific Volume for Saturated Liquid (m³/kg)

The volume 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.specificVolumeSaturatedLiquid(p=p)
print result
Result
0.00104343536642