I am using Coolprop in MATLAB with the MATLAB Wrapper.
I need to calculate the critical properties of some binary mixtures, in particular, the critical temperature and the critical pressure.
I already know that Coolprop accepts only some specific binary pairs of mixtures.
When I use the code:
CoolProp.PropsSI('Pcrit',' ',0,' ',0,'Helium[0.5]&Water[0.5]')
I have the following output from MATLAB:
Warning: No outputs were able to be calculated
> In CoolProp.PropsSI (line 2)
Error using CoolPropMATLAB_wrap
Failure in function PropsSI.
Error in CoolProp.PropsSI (line 2)
[varargout{1:max(1,nargout)}] = CoolPropMATLAB_wrap(236,'_wrap_PropsSI',varargin{:});
But I don't know how to use it in MATLAB.
Thanks for help.