system.thermo.if97.specificVolumeSaturatedVapor
Calculates the specific volume for saturated vapor.
Syntax
system.thermo.if97.specificVolumeSaturatedVapor(p) # Pressure
system.thermo.if97.specificVolumeSaturatedVapor(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 Volume for Saturated Vapor (m³/kg)
The volume 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.specificVolumeSaturatedVapor(t=t)
print result
Result
1.67186060109