Closed MaxD404 closed 1 year ago
I have REFPROP version 10 and MATLAB 2018a. When running refpropm to get the fluid properties for air I am getting this error.
Error using refpropm (line 302) [SETUP error 101] Error in opening file for component 1: filename = REFPROPFLUIDS/AIR.PPF in the path \asmfile\share\009 - Testing\02 - Performance Testing\10 - REFPROP\
Error in REFPROP_Troubleshoot (line 30) [h]=refpropm('H','P',101.325,'T',273.15,'AIR.PPF')
Expected behavior: refpropm outputs the density of air at 25C 101.325 kPa
Actual behavior: The code errors saying it cannot open the air fluid file
REFPROP Version: 10 Operating System and Version: Windows 11 Pro Access Method: MATLAB using refpropm
refpropm is deprecated and no longer supported. Please switch to the use of the Python interface for MATLAB
Description
I have REFPROP version 10 and MATLAB 2018a. When running refpropm to get the fluid properties for air I am getting this error.
Error using refpropm (line 302) [SETUP error 101] Error in opening file for component 1: filename = REFPROPFLUIDS/AIR.PPF in the path \asmfile\share\009 - Testing\02 - Performance Testing\10 - REFPROP\
Error in REFPROP_Troubleshoot (line 30) [h]=refpropm('H','P',101.325,'T',273.15,'AIR.PPF')
Steps to Reproduce
Expected behavior: refpropm outputs the density of air at 25C 101.325 kPa
Actual behavior: The code errors saying it cannot open the air fluid file
Versions
REFPROP Version: 10 Operating System and Version: Windows 11 Pro Access Method: MATLAB using refpropm