Heat transfer question in pde toolbox
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello all,
I have a question about using pde toolbox for heat transfer analysis. I used
createpde('thermal','transient')
to create the heat transfer model for analysis. And it seems that MATLAB solves heat transfer equations where only thermal conductivity is temperature-dependent as shown in the examples, and the equation is in the form
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/226344/image.png)
But I defined all of density, specific heat and thermal conductivity as temperature dependent. Will MATLAB provide a correct solution?
Any explanation or reference will be highly appreciated. Thank you very much!
Best,
Shengyue
0 Kommentare
Antworten (1)
Ravi Kumar
am 26 Jun. 2019
Yes, all the three properties can be defined as function of temperature. This will make the problem highly nonlinear, existance of a solution and solver's aility to converge to it need to tested on individual case.
Regards,
Ravi
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!