![]() |
SIMPLE pressure correction on unstructured mesh
Hi, could anyone provide some details or references on the derivation of this equation using the finite volume method for discretization?
Thanks in advance. |
I am also having trouble getting the latex equations to show up in my post.. sorry
|
Dear abcdef,
Well, I maynot be able to directly help you out in writing down the pressure correction equation for SIMPLE, but I can point out how it is done on unstructured meshes. Please note that I am not writing down equations here either, so kindly excuse me. The basic steps are as follows. 1. The momentum equation gives you an auxiliary velocity, call it u* 2. Thsi auxiliary velocity doesnot satisfy continuity and this leads us to a pressure correction equation. 3. The PCE is of the form div u* = div(grad(dp))=Lap(dp) The idea then is to integrate this equation over a control volume and apply the divergence theorem on both sides. The LHS is merely \sum(u*_f s_f) where u*_f is the auxiliary velocity at the face (the velocities are at the face centroids in a staggered approach; if a collocated approach is used these are interpolated from the centroidal velocities with a suitable correction to avoid pressure-velocity decoupling). This term acts as the source because the auxiliary velocity is known by solving the momentum equation. The RHS leads to the normal pressure gradient, which can be approximated in different ways. The way that I use, and would recommend (although there exist other approaches) is to use an orthogonal correction to the normal pressure gradient; which consists of two parts: one which is obtained using a finite difference of pressures in cells sharing the face and the other which depends on the gradients of pressures in these cells. For simplicity, in a collocated approach, as a first try, you can neglect the second term. The result is an implicit sytem of equations for the pressures that can be solved using any suitable linear solver. For more details, you could refer to the following paper (and references therein) or also google for related sources. A numerical method for large-eddy simulation in complex geometries, Mahesh et.al., JCP 2005. Hope this helps. Regards, Ganesh |
| All times are GMT -4. The time now is 20:57. |