Implementation of two-phase liquid out of REFPROP into simscape

7 ビュー (過去 30 日間)
LivioEmpa
LivioEmpa 2023 年 7 月 14 日
コメント済み: LivioEmpa 2023 年 7 月 17 日
I am trying to simulate a heating pump with R245fa as the two-phase liquid in Simscape. The default library of two-phased fluids does not include this liquid. I was able to get the properties of R245fa using following code with REFPROP.
r245faTables = twoPhaseFluidTables([80,500],[0.001,3],25,25,60,...
'R245FA.FLD','C:\Program Files (x86)\REFPROP');
Now I am struggling to implement the data into Simscape. Does someone have an idea?
(very new to Simscape I have to add)
Thanks already!

採用された回答

Yifeng Tang
Yifeng Tang 2023 年 7 月 14 日
In the same Documentation page, there is an example of using the same command to assign the properties to a Two-Phase Fluid Properties (2P) block:
Were you able to apply it?
  1 件のコメント
LivioEmpa
LivioEmpa 2023 年 7 月 17 日
yes it worked thanks, somehow overlooked this section.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTwo-Phase Fluid Library についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by