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​).

23 visualizaciones (últimos 30 días)
fluid='cyclopentane'
T1=348.15;
P1=refpropm('P','T',T1,'Q',1,'fluid');

Respuesta aceptada

nick
nick el 6 de Oct. de 2023
Editada: nick el 17 de Nov. de 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

Más respuestas (0)

Categorías

Más información sobre Call Python from MATLAB en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by