CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

SIMPLE on collocated grid

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 17, 2010, 17:15
Default SIMPLE on collocated grid
  #1
New Member
 
Join Date: Jun 2009
Posts: 27
Rep Power: 16
dshawul is on a distinguished road
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
From continuity :
Code:
Sum(N dot (rho * uf)) = 0
The velocity correction obtained from continuity is at the faces but the one I have from the momentum eqn is at the cell centers. How do I go on from this ? Do I just interpolate the corrections too and form a discretized equation ?

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.
dshawul is offline   Reply With Quote

Old   August 17, 2010, 21:31
Default
  #2
New Member
 
Join Date: Jun 2009
Posts: 27
Rep Power: 16
dshawul is on a distinguished road
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.
dshawul is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SIMPLE algorithm in 3D cylindrical coordinates zouchu Main CFD Forum 1 January 20, 2014 17:02
First order upwind on collocated grid arrangement Hooman Main CFD Forum 1 July 13, 2010 08:46
Stability of Collocated grid! Frederic Felten Main CFD Forum 8 November 2, 2009 05:00
Simple grid check query Ken FLUENT 0 March 27, 2007 00:47
Treatment of solid region in collocated grid Yongpan Cheng Main CFD Forum 0 December 10, 2006 22:27


All times are GMT -4. The time now is 01:45.