Link: Simulink and Refprop

4 visualizaciones (últimos 30 días)
Rabih Al haddad
Rabih Al haddad el 27 de Sept. de 2021
Respondida: Florian el 28 de Feb. de 2024
I want to read the thermal properties of a fluid on Simulink using REFPROP. So far, I cannot make it work.
I already used the refpropm function on Matlab but I dont know if it can be used in Simulink.
Anyone here used managed to use Refprop in Simulink?
  3 comentarios
Richard Rangel Alarcón
Richard Rangel Alarcón el 5 de Jul. de 2022
This works fine!!
Yifeng Tang
Yifeng Tang el 29 de Jul. de 2022
@Esteban Felipe Please consider copying your comment into the Answer section, since you've solved the issue :-)

Iniciar sesión para comentar.

Respuestas (1)

Florian
Florian el 28 de Feb. de 2024
Add to your matlab code:
coder.extrinsic('refpropm')
another thing is you have to declare your variables for e.g.
x = double(0);
then it should work fine

Categorías

Más información sobre Thermal Liquid Library en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by