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
Type | Parameter | Description |
---|---|---|
Double | p | Absolute Pressure (Pa) |
Double | t | Temperature (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