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
Type | Parameter | Description |
---|---|---|
Double | h | Specific Enthalpy (J/kg) |
Double | p | Absolute Pressure (Pa) |
Double | s | Specific Entropy (J/(kg·K)) |
Double | t | Temperature (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