system.thermo.if97.saturationPressure
Calculates saturation pressure.
Syntax
system.thermo.if97.saturationPressure(t) # Temperature
system.thermo.if97.saturationPressure(h, s) # Enthalpy and Entropy
info
This function must be called with named parameters.
Parameters
Type | Parameter | Description |
---|---|---|
Double | t | Temperature (K) |
Double | h | Specific Enthalpy (J/kg) |
Double | s | Specific Entropy (J/(kg·K)) |
Returns
Double - Saturation Pressure (Pa)
The pressure at which a substance transitions between liquid and vapor phases at the given temperature or conditions.
Scope
Gateway, Designer, Client, Perspective Session
Example
Temperature
t = 373.15
result = system.thermo.if97.saturationPressure(t=t)
print result
Result
101417.977921