
[Simscape] Create a new two-phase fluid as a combination of two existing fluid types
20 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Netzahualcoyotl
il 13 Nov 2025 alle 22:03
Commentato: Netzahualcoyotl
il 24 Nov 2025 alle 21:27
Hi everyone,
I'm trying to run a test with R-513a, which doesn't currently exist on the 2P fluid properties block, however, the two fluids which it is a mixture of R-1234yf and R-134a do. Is there a way to leverage the twoPhaseFluidTables function to add this particular refrigerant to simscape for testing?
0 Commenti
Risposte (1)
Yifeng Tang
il 19 Nov 2025 alle 19:01
I think it's possible. I just created a R-1234yf/R-134a 50/50 mixture in REFPROP, saved it as "newMixture", then the twoPhaseFluidTables was able to use it!!!

props = twoPhaseFluidTables([100,400],[0.01,2],25,25,60,'newMixture','C:\Program Files (x86)\REFPROP 10.0\')
Give it a try. Hope it works for you, too. I believe Coolprop allows new fluid definition, too. My first time trying this as well :)
Vedere anche
Categorie
Scopri di più su Simscape Fluids in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!