What does CoolProp do when you ask it to calculate state properties outside the T range of the model? For example the propane model:
says the maximum temperature is 650 K. However, nothing in CoolProp stops me from calculating values well above that temperature. Should I just assume calculated values above 650 K are meaningless?
I have been working on calculating enthalpy and Gibbs energy of chemical reactions. I posted code on github to answer this issue:
It would be very useful for chemical reactions if higher T values outside the model limits could be used. If CoolProp cannot be used above the T limit of each model, it would require switching to a different model (like ideal gas with a polynomial fit of Cp or an empirical correlation) when the T limit of the CoolProp model is reached.
-Matt Yates