Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 927 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 927 Bytes

Steady-state-2D-Heat-conduction

The Boundary conditions for the problem are as follows;

Top Boundary = 600 K
Bottom Boundary = 900 K
Left Boundary = 400 K
Right Boundary = 800 K

Iterative solver is used to solve the system of linear equations and there are three types of solver Jacobi, Gauss Seidel and SOR method.
I used three methods for solving it implicitly

  1. Jacobi
  2. Gauss-seidel
  3. Successive over-relaxation

Result by Jacobi

Result by Gauss-seidel

Result by Successive over-relaxation