为什么在模型中两项物性参数运行无误 而在一起调用refp​rop就会出现问题呢​(注释掉运行没有问题​,取消注释后出现it​eration did not converge,且调用物性模块出现Error in 'steam_sep​arator/汽水分​离器(一级疏水)/P​_DH' while evaluating expression.

조회 수: 17 (최근 30일)
支
2023년 3월 28일
답변: Himanshu 2024년 1월 18일

답변 (1개)

Himanshu
Himanshu 2024년 1월 18일
Hey,
I understand that you are encountering an error when trying to call REFPROP, but your model runs well when you comment it out.
A .dll file, as well as several other MATLAB files, must be downloaded separately for the primary installation of REFPROP, please use the link below to see the installation instructions:
Please click the hyper-linked files on this webpage to download these files and move them into your REFPROP installation folder (C:/Program Files (x86)/REFPROP).
Once these files are in your folder, execute the following commands to determine if your installation is set up correctly:
>> refpropm('T','P',101.325,'Q',0,'WATER')
>> waterTables = twoPhaseFluidTables([25,4000],[0.01,15],25,25,60,'water','C:\Program Files\REFPROP\')
Hope this helps!

카테고리

Help CenterFile Exchange에서 安装和许可简介에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!