problem linking REFPROP to MATLAB
10 ビュー (過去 30 日間)
古いコメントを表示
Hello everyone, i have some question, may you guys help me?
so, i was trying to get the value of entalphy and entrophy using REFPROP (for my multiobjective optimization), here the code:
t5 = 6+273; %in kelvin
p5 = refpropm('P','T',t5,'Q',1,'r407c.mix');
h5 = refpropm('H','T',t5,'P',p5,'r407c.mix');
s5 = refpropm('S','T',t5,'P',p5,'r407c.mix');
but i got some error, said that;
Error using refpropm (line 267)
[SETUP error 101] error in opening file for component #-22; filename = (C:\Program Files
(x86)\REFPROP\fluids\c12.fld).
i dont why the matlab trying to open fluid's folder, i mean i was trying with mixture, but why it's not opening the mixture folder?
if i used the refrigerant type : R134A (this is a pure fluid not mixture like R407C) it's working but when i used mixture it's not working.
thank you.
5 件のコメント
回答 (1 件)
Leonardo Sousa
2020 年 11 月 26 日
I'm facing the same exact problem. Have you found out a solution?
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Foundation and Custom Domains についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!