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

Boundary Conditions, Incompr. Flow, Unstruct. Mesh

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 20, 2001, 12:45
Default Boundary Conditions, Incompr. Flow, Unstruct. Mesh
  #1
Matthias Stripf
Guest
 
Posts: n/a
Hi,

I am having trouble implementing inlet, outlet and wall boundary conditions in my CVFEM (control volume based finite element) code which uses unstructured tetrahedral meshes. If anybody knows about some helpfull references about this, please let me know!

Thanks, Matthias
  Reply With Quote

Old   February 21, 2001, 23:57
Default Re: Boundary Conditions, Incompr. Flow, Unstruct.
  #2
Abhijit Tilak
Guest
 
Posts: n/a
hi,Matthias

I have implemented the same recently on unstructured grids. Some tricks are necesscary to implement the B.C's . 1) all boundary conditions are given on nodes explicitly, not edges, although edge will carry a tag identifying it as a boundary edge. u,v,T, P at inlet are specified directly on nodes 2) I use ghostcells (also know as RIND cells).

For inflow the cell center value of ghost cell (for u,v ) are specified as average values of boundary nodes for edge shared by ghostcell and boundary cell 3) while reconstructing for getting nodal values u should skip for boundary node so that value remains

same throughout iterations. 4) for solid stationary wall specify u,v=0 and put

u,v=0 on cell center values of ghostcells. 5) to put Neumann du/dy=0 specify the same value on ghost cell center as that on the neighbouring cell center. I don't know the references but this is what i implemented after considerable R&D and seems to work well.

hope this helops Abhijit Tilak.
  Reply With Quote

Old   February 22, 2001, 03:44
Default Re: Boundary Conditions, Incompr. Flow, Unstruct.
  #3
Matthias Stripf
Guest
 
Posts: n/a
Hi Abhijit,

thanks for your usefull answer! One problem I encountered was how to create these ghostcells. I have curved boundaries and simply mirroring the tetrahedron cells didn't work out. How did you do this?

Thanks again, Matthias
  Reply With Quote

Old   February 22, 2001, 04:42
Default Re: Boundary Conditions, Incompr. Flow, Unstruct.
  #4
Abhijit Tilak
Guest
 
Posts: n/a
hi matthais,

Actually our's is a 2-D code.The whole idea of ghostcells is to pickup correct boundary values and facilitate the specification of BC's. The ghostcells donot enter into the solver at all and no calculations are performed on ghostcells. but their presence is needed. U will also need to generate connectivity information for ghostcells. Actually in our code the coordinates of ghostcells are not needed. Though u may generate them by mirroring boundary cells. Its actually like iamgining that ghostcell center value is present at boundary edge midpoint. then u calculate cofficients by imagining a Cntrl Vol. formed by boundary cell center boundary edge nodes and the midpoint of that edge, Something similar to half-a-control volume used in structured grids. say ur interoir cells are from 0 to MaxNoOfcells then ghostcells index starts from MaxNoOFCells+1 and the solver runs from 0 to Max.. so ghostcells don't enter solver at all. Shape of boundary should'nt matter, right? if u still don't get it elaborate ur problem further. hope this helps.

/**************************/

Abhijit Tilak

Aerospace Engineering Dept.

IIT Bombay, Mumbai 400076

India.

/**************************/
  Reply With Quote

Old   February 22, 2001, 06:06
Default Re: Boundary Conditions, Incompr. Flow, Unstruct.
  #5
Matthias Stripf
Guest
 
Posts: n/a
Thanks a lot for the detailed explanation. I will give it a try now.

Regards, Matthias
  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
boundary conditions for 2D flow around a circle abcdef123 Main CFD Forum 0 April 21, 2010 02:26
Flow boundary conditions Turbulent CFX 3 April 20, 2010 04:15
increasing mesh quality is leading to poor convergence tippo CFX 2 May 5, 2009 10:55
Concentric tube heat exchanger (Air-Water) Young CFX 5 October 6, 2008 23:17
Boundary conditions? Tom Main CFD Forum 0 November 5, 2002 01:54


All times are GMT -4. The time now is 03:06.