Unable to use REFPROP material library

17 views (last 30 days)
Shishir Jaiswal
Shishir Jaiswal on 3 Feb 2014
Commented: AreMah on 20 Dec 2020
Hello,
I am trying to use MATLAB code from database of REFPROP ("refrigerant property" a software for calculating refrigeration system performance) to evaluate my system performance.
here is the link which says about how to use refprop matlab codes: http://www.boulder.nist.gov/div838/theory/refprop/Frequently_asked_questions.htm
I did this for one of the PC in the lab there it is working fine, but in my system it is not working.
i am getting the following error message
??? Error using ==> refpropm at 264
[SETUP error 101] error in opening
file for component # 1; filename =
(C:\Program Files
(x86)\REFPROP\fluids\ammonia.fld|
).
I am using the same version of Matlab in both the systems. Please tell me what might have gone wrong...
Thanks
Shishir
  4 Comments
Ting Liang
Ting Liang on 27 Jul 2020
Hi, excuse me.
thanks for provoding the solution aoove.
I am now confronting the same problem, and also tried the approach mentioned above, but it didn't work, cause I am trying to obtain the properties of air.
could you please help give some advice? thanks.
error in use refpropm (line 267)
[SETUP error 101] error in opening file for component # 1; filename = (C:\Program Files\REFPROP\fluids\AIR.fld).
error TherDymic_Simple_Code (line 23)
h0 = refpropm('H', 'P', P0, 'T', T0, 'AIR')
AreMah
AreMah on 20 Dec 2020
Hi Ting
I also had the same problem with accessing Air properties.
However, the solution was so simple!
All you have to do is go to the directory where your file is located and simply change the .PPF file extention to .FLD!

Sign in to comment.

Answers (0)

Categories

Find more on Fluid Network Interfaces Library in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!