Simulink - Simscape HTC input using model parameters
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
I'm trying to define a variable convective heat transfer coefficient using model parameters (i.e. temperature) in the simulink model shown below. Is there a way to define this?
I get this error when I run the simulation ' ...or the model referenced by it contains a block that updates persistent or state variables while computing outputs and is not supported in an algebraic loop. It is in an algebraic loop with the following blocks.'
So does that mean we can't define the conv_HTC as a function of temperature or is there a way to do it?
Many thanks
4 commentaires
Youssef Noureddine
le 10 Nov 2022
Modifié(e) : Youssef Noureddine
le 10 Nov 2022
Hi Delika,
Can you provide the contents of the "variable convective heat transfer" block? I would recommend continuing with this for now as it seems you are not encountering any errors. I would however suggest simplifying the model (blocks like temperature 1 and temperature 2 seem identical and may cause additional confusion).
Since I do not know what the contents of your custom block are, I cannot tell for certain if you will run into an error, but if you do, feel free to attach it here so we can understand what the exact issue simscape is running into is.
Réponses (1)
Lorenzo
le 16 Déc 2024
Hello,
the convective heat transfer block supports variable heat transfer coefficient also in 22b. You just have to set the convection type to "Variable" which will open an additional port where you can provide your heat transfer coefficient (see below)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1821163/image.png)
Hope this helps,
Best
Lorenzo
0 commentaires
Voir également
Catégories
En savoir plus sur Foundation and Custom Domains dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!