|
[Sponsors] |
2D diffusion equation using Finite volume method |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 21, 2020, 03:17 |
2D diffusion equation using Finite volume method
|
#1 |
New Member
Mudit Mehta
Join Date: Mar 2020
Posts: 15
Rep Power: 6 |
Hey, i am working on an assignment problem:
Consider a two-dimensional rectangular plate of dimension L = 1 m in the x direction and H = 2 m in the y direction. The plate material has constant thermal conductivity. The steady-state temperature distribution within this plate is to be determined for the following imposed boundary conditions: (i) y = 0, T = 100 ̊C, (ii) x = 0, T = 0 ̊C, (iii) y = H, T = 0 ̊C, and (iv) x = L, T = 0 ̊C. Choose a uniform grid size of 0.05 m in both directions. Solve the problem using the point-by-point Gauss-Seidel iterative method. Experiment with the initial guess and comment on the number of iterations required for convergence in each case. Clearly explain your convergence criterion for the iterations and how it is implemented. Plot the temperature contours as the output. I have solved this question in python and i am getting following results: When initial guess = 0, No of iterations = 350 Now when i am taking initial guess less than 10 i get less no. of iterations but when i take initial guess to be larger than 10 i get larger number of iterations. Can anyone explain. Please it is very urgent and important. |
|
Tags |
2d diffusion equation, finite volume method, python |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Courant Number for Finite Volume Method | fimbull | Main CFD Forum | 8 | September 15, 2023 04:53 |
Problem of simulating of small droplet with radius of 2mm | liguifan | OpenFOAM Running, Solving & CFD | 5 | June 3, 2014 03:53 |
[blockMesh] error message with modeling a cube with a hold at the center | hsingtzu | OpenFOAM Meshing & Mesh Conversion | 2 | March 14, 2012 10:56 |
Control Volume Finite Element Method | gerardosrez | Main CFD Forum | 0 | March 16, 2011 15:49 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |