system.thermo.if97.specificInternalEnergySaturatedVapor
Calculates the specific internal energy for saturated vapor.
Syntax
system.thermo.if97.specificInternalEnergySaturatedVapor(p) # Pressure
system.thermo.if97.specificInternalEnergySaturatedVapor(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 Vapor (J/kg)
The internal energy of a vapor in equilibrium at the given pressure or temperature.
Scope
Gateway, Designer, Client, Perspective Session
Example
Temperature
t = 373.15
result = system.thermo.if97.specificInternalEnergySaturatedVapor(t=t)
print result
Result
2506015.30769