system.thermo.if97.pressure
Calculates pressure.
Syntax
system.thermo.if97.pressure(h, s) # Enthalpy and Entropy
info
This function must be called with named parameters.
Parameters
Type | Parameter | Description |
---|---|---|
Double | h | Specific Enthalpy (J/kg) |
Double | s | Specific Entropy (J/(kg·K)) |
Returns
Double - Pressure (Pa)
The pressure at the specified conditions.
Scope
Gateway, Designer, Client, Perspective Session
Example
Enthalpy and Entropy
h = 3000
s = 7.5
result = system.thermo.if97.pressure(h=h, s=s)
print result
Result
950095.755455