Clear Filters
Clear Filters

I am trying to use matlab with refprop, but it shows [SETUP error 101] error in opening file for component # 1; filename = (C:\Program Files (x86)\REFP​ROP\fluids​\fluid.fld​).

46 views (last 30 days)
fluid='cyclopentane'
T1=348.15;
P1=refpropm('P','T',T1,'Q',1,'fluid');
  1 Comment
Junyuan Jiao
Junyuan Jiao on 4 May 2022
at third row, the two quotation marks are needn't, After I removed the quotes he still showed the problem, just the fluid in the prompt changed to cyclopentane.

Sign in to comment.

Accepted Answer

nick
nick on 6 Oct 2023
Edited: nick on 17 Nov 2023
Hi Junyuan Jiao,
I understand that you are facing an issue related to using REFPROP with MATLAB R2022a.
As of REFPROP 10, it is no longer supported with MATLAB. Since the documentation of REFPROP was updated 2 years ago, I assume that since MATLAB R2021a, the support has been withdrawn. You may refer to https://github.com/usnistgov/REFPROP-wrappers/tree/master/wrappers/MATLAB for more information.
Since the only interface that is supported between REFPROP and MATLAB is python, you can configure the system to use python modules in MATLAB by following this link: https://www.mathworks.com/help/matlab/matlab_external/install-supported-python-implementation.html .
Hope it helps,
Regards,
Neelanshu

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!