|
[Sponsors] |
September 12, 2005, 12:25 |
Ghost cells
|
#1 |
Guest
Posts: n/a
|
Hi
I am solving the 2D Incompressible N-S eq using the FVM. I have read that in order to set the Boundary Conditions I could use Ghost cells. How are this cells? How may I implement them? Thanks in advance, Ruben |
|
September 13, 2005, 10:05 |
Re: Ghost cells
|
#2 |
Guest
Posts: n/a
|
Hi Ruben!! The ghost cells are nothing but the cells falling outside of boundary. In order to implement boundary conditions, you will need some cells outside the boundary. here is an example: suppose you want to write a central difference formula for d2U/dx= (Ui+1-2Ui+Ui-1)/(2dx). So when you will write this difference formula for cell 1. You will need a cell Ui-1. This cell will fall outside of the boundary. This cell is usally called as ghost cells. Ghost cells are determiined from boundary conditions. for example if your boundary is a solid wall, then you just this ghost cell to zero. Or you can get it by some interpolation in other boundary conditions. Hope this helps. Jaswant
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Netgen] Import netgen mesh to OpenFOAM | hsieh | OpenFOAM Meshing & Mesh Conversion | 32 | September 13, 2011 06:50 |
[snappyHexMesh] snappyHexMesh won't work - zeros everywhere! | sc298 | OpenFOAM Meshing & Mesh Conversion | 2 | March 27, 2011 22:11 |
[snappyHexMesh] snappyHexMesh aborting | Tobi | OpenFOAM Meshing & Mesh Conversion | 0 | November 10, 2010 04:23 |
[snappyHexMesh] external flow with snappyHexMesh | chelvistero | OpenFOAM Meshing & Mesh Conversion | 11 | January 15, 2010 20:43 |
physical boundary error!! | kris | Siemens | 2 | August 3, 2005 01:32 |