|
[Sponsors] |
June 19, 2002, 08:41 |
SIMPLE algorithm
|
#1 |
Guest
Posts: n/a
|
Hello Sirs,
I am a beginner of cfd. I am trying to solve steady, incompressible, laminar, 2D driven-cavity flow problem using SIMPLE algorithm. As I have to use pressure relaxation factor of 0.001 to get a converged solution at Reynolds Number = 100 and as I am not getting convergence for Reynolds number > 200 at this pressure relaxation factor also, I want to ask the following questions - 1)In momentum equations, (a_P) = (summation of a_nb) + (flux difference over the cv) this relation maynot give a diagonally dominant matrix when the solution is not converged. So I am using (a_P) = (summation of a_nb) + MAX[0,(flux difference over the cv)] in my program. Is it correct? 2)How to use time-stepping in this problem? How to deal with the term (rho_p^o - rho_p).Delta V / Delta t which arises in the transient pressure correction equation? My 100 Re result is matching very well with benchmark solution. I have tested different grid sizes (uniform) from 10x10 to 100x100. I am using upwind scheme for covective terms. I have read the previous discussions on SIMPLE algorithm here. I have gone through the books by Peric, Patankar, Malalasekera. But still I am not clear on these points. Where I may be wrong? Please help me. Thanking you in anticipation. jika |
|
July 3, 2002, 13:50 |
Re: SIMPLE algorithm
|
#2 |
Guest
Posts: n/a
|
hi jika I had some problem like you but about 1 think That's not correct.flux difference over the cv has a physical meaning and you can not delet it in some equation. about 2 there is a code that Peric developed it. you can get it and compare your code with it .you can learn many things about SIMPLE algorithm in those codes.
|
|
October 22, 2009, 07:46 |
|
#3 |
New Member
mhm
Join Date: Oct 2009
Posts: 8
Rep Power: 17 |
Hi
I suggest you to studying chapter 6 of “An Introduction to Computational Fluid Dynamics - Versteeg”. It is very good. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SIMPLE algorithm in 3D cylindrical coordinates | zouchu | Main CFD Forum | 1 | January 20, 2014 18:02 |
The correction on pressure equation of SIMPLE algorithm in MRFSimpleFOAM solver | renyun0511 | OpenFOAM Running, Solving & CFD | 0 | November 10, 2010 02:47 |
About Phase Coupled SIMPLE (PC-SIMPLE) algorithm | Yan Kai | Main CFD Forum | 0 | April 18, 2007 04:48 |
About Phase Coupled SIMPLE (PC-SIMPLE) algorithm | Yan Kai | FLUENT | 0 | April 14, 2007 00:17 |
SIMPLE algorithm | Jonathan Castro | Main CFD Forum | 3 | December 10, 1999 05:59 |