Thermal simulation with Nodal Temperature Initial Condition

4 ビュー (過去 30 日間)
Jon Iñaki Arrizubieta
Jon Iñaki Arrizubieta 2019 年 12 月 16 日
I am trying to run a thermal simulation, but instead of setting the initial temperature condition as a constant value ThermalIC(model,298), I need to start the simulation with a Nodal Temperature (a vector) value. Is it possible to do so in Matlab?
Thank you in advance.

回答 (1 件)

Ravi Kumar
Ravi Kumar 2019 年 12 月 16 日
Couple of options:
  1. You can use a function to define the temperature, which you can specify to thermalIC as function_handle.
  2. You can peform a steady-state thermal simulation to create the nodal temperature distribution. You can then specify that restuls object directly as an input to the transient thermal simulation.
Regards,
Ravi
  1 件のコメント
Jon Iñaki Arrizubieta
Jon Iñaki Arrizubieta 2019 年 12 月 17 日
Thank you very much for your answer.
I will try them.

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

Community Treasure Hunt

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

Start Hunting!

Translated by