system.thermo.if97.compressionFactor
Calculates compression factor (real-gas factor).
Syntax
system.thermo.if97.compressionFactor(p, t) # Pressure and 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 - Compression Factor (real-gas factor)
Quantifies the deviation of a real gas from ideal gas behavior under specific conditions.
Scope
Gateway, Designer, Client, Perspective Session
Example
Pressure and Temperature
p = 800000
t = 475
result = system.thermo.if97.compressionFactor(p=p, t=t) # Call with pressure and temperature
print result
Result
0.956476200171