system.thermo.if97.specificEnthalpySaturatedVapor
Calculates the specific enthalpy for saturated vapor.
Syntax
system.thermo.if97.specificEnthalpySaturatedVapor(p) # Pressure
system.thermo.if97.specificEnthalpySaturatedVapor(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 Enthalpy for Saturated Vapor (J/kg)
The specific enthalpy of a vapor in equilibrium at the given pressure or temperature.
Scope
Gateway, Designer, Client, Perspective Session
Example
Pressure
p = 101325
result = system.thermo.if97.specificEnthalpySaturatedVapor(p=p)
print result
Result
2675531.46604