system.thermo.if97.specificGibbsFreeEnergy
Calculates specific Gibbs free energy.
Syntax
system.thermo.if97.specificGibbsFreeEnergy(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 - Specific Gibbs Free Energy (J/kg)
The maximum reversible work that can be obtained from a system at constant temperature and pressure.
Scope
Gateway, Designer, Client, Perspective Session
Example
Pressure
p = 101325
t=373.15
result = system.thermo.if97.specificGibbsFreeEnergy(p=p, t=t)
print result
Result
-68757.3409468