Skip to main content
Version: 8.1

system.thermo.if97.isentropicExponent

Calculates isentropic exponent.

Syntax

system.thermo.if97.isentropicExponent(h, s) # Enthalpy and Entropy
system.thermo.if97.isentropicExponent(p, h) # Pressure and Enthalpy
system.thermo.if97.isentropicExponent(p, s) # Pressure and Entropy
system.thermo.if97.isentropicExponent(p, t) # Pressure and Temperature
info

This function must be called with named parameters.

Parameters

TypeParameterDescription
DoublehSpecific Enthalpy (J/kg)
DoublepAbsolute Pressure (Pa)
DoublesSpecific Entropy (J/(kg·K))
DoubletTemperature (K)

Returns

Double - Isentropic Exponent

Describes the relationship between pressure and volume during an adiabatic process.

Scope

Gateway, Designer, Client, Perspective Session

Example

Pressure and Temperature

p = 800000
t = 500
result = system.thermo.if97.isentropicExponent(p=p, t=t)
print result
Result
1.30236229789