Skip to main content
Version: 8.1

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

TypeParameterDescription
DoublehSpecific Enthalpy (J/kg)
DoublesSpecific 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