how to solve 2d heat equation?

6 vues (au cours des 30 derniers jours)
Aryaman
Aryaman le 29 Sep 2014
Modifié(e) : John D'Errico le 29 Sep 2014
I am trying to solve a pde (steady state 2d heat equation). The system has certain number of nodes in x and y directions and the temperature of the boundary nodes is given. The temperature of all other nodes is the average value of the surrounding 4 nodes. How do I carry out iterations so the the error comes out to be nearly zero when we calculate successive nodal temperatures?

Réponse acceptée

John D'Errico
John D'Errico le 29 Sep 2014
Modifié(e) : John D'Errico le 29 Sep 2014
Why iterate at all? Form a sparse linear system, and solve using backslash.
As it turns out, if the domain is a rectangular one, you can just use my inpaint_nans tool from the file exchange, as it does exactly what you want.

Plus de réponses (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by