Hi,
Im using Coolprop (Python module) for the first time to do gas turbine analysis modelling the gasses as ideal gasses.
I have a problem with understanding the outputs I get from Coolprop and comparison to tabulated values I find either in textbooks or online.
With T = 500k, P = 101325 Pa;
CoolProp.CoolProp.PropsSI('H','T',500,'P',101325, 'Air')
returns an enthalpy at 500K and 1 atm of 629395 J/Kg or 629.35kJ/kg.
The tables I have available to me say that the enthalpy of air at these conditions should be 503kJ/kg. 629.35kj/kg is in the region of ~620K.
Plainly I am missing something, but I dont know what it is. I suspect theres an additional step I need to do to convert the value I get from CoolProp to make it line up.
Thanks,
Chris Pounds.