How to solve 2-D steady state heat conduction problem in MATLAB ?
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
How to solve 2-D steady state heat conduction problem in MATLAB ?
0 comentarios
Respuestas (2)
Youssef Khmou
el 29 de Sept. de 2013
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
0 comentarios
Bill Greene
el 30 de Sept. de 2013
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
Ver también
Categorías
Más información sobre Boundary Conditions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!