How to solve 2-D steady state heat conduction problem in MATLAB ?
Mostra commenti meno recenti
How to solve 2-D steady state heat conduction problem in MATLAB ?
Risposte (2)
Youssef Khmou
il 29 Set 2013
0 voti
2D PDE can be solved using function : pdepe or by using old routines,
Take a look at my submission for beginning : http://www.mathworks.com/matlabcentral/fileexchange/37923-2d-electric-potentialfield-in-parallel-plates-capacitor
Or this sophisticated submission : http://www.mathworks.com/matlabcentral/fileexchange/35068-gui-2d-heat-transfer
Bill Greene
il 30 Set 2013
0 voti
MATLAB function pdepe can solve PDE in only one spatial dimension and time.
The PDE Toolbox can solve PDE in two spatial dimensions and can also include time as an independent variable.
Bill
1 Commento
Eloy
il 3 Giu 2023
Dear Bill, Thank you for this.
Categorie
Scopri di più su Heat Transfer in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!