|
[Sponsors] |
August 17, 2010, 18:15 |
SIMPLE on collocated grid
|
#1 |
New Member
Join Date: Jun 2009
Posts: 27
Rep Power: 17 |
Hello,
I am a newbie so please bare with me. I am trying to write a SIMPLE steady state solver on unstructured grid using collocated storage. So far it can solve convection-diffusion transport equations for a given correct velocity-pressure field. But I am now stuck on the pressure-correction for collocated storage of variables. It seems that from the momentum equation I can get velocity correction (at center) in terms of face pressure corrections by dropping the neighboring cells contribution (according to SIMPLE) : Code:
up' = Sum(N dot pf') / ap Code:
Sum(N dot (rho * uf)) = 0 I was under the impression that the collocated scheme will be easier to implement atleast until I try to solve the "checker board" problem with rhie-chow or other methods. I have books but none of them give numerical example of SIMPLE on collocated grid, and I am content with having the checkerboard problem and other problems due to non-orthogonality of mesh at least for the time being. Thanks in advance. |
|
August 17, 2010, 22:31 |
|
#2 |
New Member
Join Date: Jun 2009
Posts: 27
Rep Power: 17 |
Ok I got it now. The velocity correction is actually not done at the centre but the faces. After an odd way of interpolating the coefficents (1/ap) , it will be similar to the procedure given in Patankar's book.
|
|
|
|
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 |
First order upwind on collocated grid arrangement | Hooman | Main CFD Forum | 1 | July 13, 2010 09:46 |
Stability of Collocated grid! | Frederic Felten | Main CFD Forum | 8 | November 2, 2009 06:00 |
Simple grid check query | Ken | FLUENT | 0 | March 27, 2007 01:47 |
Treatment of solid region in collocated grid | Yongpan Cheng | Main CFD Forum | 0 | December 10, 2006 23:27 |