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
- Jacobi
- Gauss-seidel
- Successive over-relaxation
Result by Jacobi
Result by Gauss-seidel
Result by Successive over-relaxation