¿Thermal Networks compatible with HDL coder?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I’m working with Simescape HIL workflow and have successfully implemented my design, as an expansion I would like to also simulate thermals in real time for the semiconductors (diode & IGBT's) like in this post however, I don’t seem to get it to work. I seems as if it is not supported but I haven't encountered a post in the MathWorks Reference where it explicitly states that thermal networks are not supported in HDL coder (although I have found where it says that non-linear equation types). Has anyone more information about this topic or could reference a post on the topic?
1 Commento
Andreas Goser
il 20 Ago 2024
Modificato: Andreas Goser
il 20 Ago 2024
I suggest you get in touch with MathWorks Technical Support or Application Engineering for this. Who exactly depends a bit on your project and license. If you are unsure about the next step, you can send me a direct message. If you send me the output of your MATLAB's "license" command, this will be a good starting point.
Risposte (1)
Sabin
il 4 Lug 2025
It is possible that the thermal network is adding nonlinearities to the model. We would need to see the model to give specific advice. In terms of the model preparation, you need to choose a solver type (Backward Euler, Trapezoidal Rule, or Partitioning) based on the type of blocks in your model. If you have linear and switched linear blocks in your model, choose the Backward Euler solver type. If you have nonlinear blocks in your model, choose the Partitioning solver type. See more about model preparation in this page:
0 Commenti
Vedere anche
Categorie
Scopri di più su Simscape Electrical 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!