PDE Thermal Model with heat produced as a function
Afficher commentaires plus anciens
I am doing a thermal Problem similar to the Mathworks rod example. But rather than having constant heat production throughout the geometry I have heat production varying with Location, time, temperature and another variable (current). How specify my heat source as a function of Location (x and y) ? Thank you in advance Ben
Réponse acceptée
Plus de réponses (1)
Precise Simulation
le 5 Sep 2017
0 votes
If you are using the FEATool Multiphysics Toolbox it is possible enter PDE coefficients as regular string expressions, for example the expression '42/x+y*Tx^2-sqrt(pi*V)', would be a perfectly valid equation, boundary, or postprocessing coefficient (where x and y are space coordinates, Tx the x-derivative of T, and V another dependent variable). The linked heat transfer model example illustrates this with time and a switch expression.
1 commentaire
Ben Sheard
le 5 Sep 2017
Catégories
En savoir plus sur Heat Transfer dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!