Hello everyone,
I'm a new CoolProp user and I'm trying to obtain some of hydrogen propeties, using the CoolProp libreries on MatLab.
For example I need the density at a given temperature, so I wrote this code
CoolProp.PropsSI('D', 'T', 18, 'P', 18.48E4, 'Hydrogen')
It seem to work properly.
the problem is with the vapor pressure: I wrote this code
CoolProp.PropsSI('P', 'T', 18, 'Q', 0, 'Hydrogen')
It gives a result which is quite far from results obtained in other ways.
My questions are:
- Is 'Hydrogen' H2 or H (molecular hydrogen or not)?
- What 'Q' means and it is supposed to be 0 in order to obtain the vapor pressure?
thank you