How to plot the temperature at different locations in a 3d heat transfer model
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Thermal Analysis finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!