How to plot the temperature at different locations in a 3d heat transfer model

7 ビュー (過去 30 日間)
Shengyue Shan
Shengyue Shan 2019 年 9 月 9 日
コメント済み: Shengyue Shan 2019 年 9 月 10 日
Dear Community,
I am having a problem with plotting my results from the heat transfer analysis results. I am using
createpde('thermal','trasient')
to create the model for analysis.
Is there any way to plot the temperature as a function of time at different locations within the 3d geometry, such as the the geometric center? I know that there is
getClosestNode = @(p,x,y) min((p(1,:) - x).^2 + (p(2,:) - y).^2);
in 2-d geometry to get the closest node to the specified location. Is there anything similar to that for 3d geometry?
Thank you very much!
Best regards,
Shengyue Shan
  2 件のコメント
Thales
Thales 2019 年 9 月 10 日
take a look on this and see if it helps
Shengyue Shan
Shengyue Shan 2019 年 9 月 10 日
Thanks a lot! It is very helpful.

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeThermal Analysis についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by