|
[Sponsors] |
October 8, 2003, 08:36 |
modeling of complex geometry
|
#1 |
Guest
Posts: n/a
|
I want to know how I can model complex geometry in CFD.If anybody knows please guide me.
Thank you, Mehdi |
|
October 8, 2003, 08:58 |
Re: modeling of complex geometry
|
#2 |
Guest
Posts: n/a
|
use a tet mesher?
|
|
October 8, 2003, 12:53 |
Re: modeling of complex geometry
|
#3 |
Guest
Posts: n/a
|
thank you , but what's the Tet mesher and also I wrote a code for radiation in cylindrical and cartesian coordinate and I want to develop it for any geometry.I heard something about body fited coordiante but I don't know about it.
|
|
October 8, 2003, 13:02 |
Re: modeling of complex geometry
|
#4 |
Guest
Posts: n/a
|
My thoughts are that body fitted coordinates are not really for complex geometries. For complex geometries you have few options: Create a number of blocks with hex meshes (takes a long time) Rewrite your code for a cartesian mesh Use a hex mesher
|
|
October 8, 2003, 14:23 |
Re: modeling of complex geometry
|
#5 |
Guest
Posts: n/a
|
Body-fitted coordinates are ordered (structured) grid points that follow the body surface, and mathematically are mapped from a rectangular (j,k,l) space to the physical space via the transformation metrics. Most any good CFD book will have a section on this, and Hoffman's entry-level CFD book does a particularly good job of describing body-fitted coordinates, as well as rudimentary grid generation techniques.
The problem you will run into with complex geometries is that it is usually not possible to grid the entire volume with one structured, body-fitted grid. Thus, you have to resort to block-structured grids, where smaller patches are gridded and the grids meet at block interfaces with special boundary conditions to handle information passing, or using overset grids, which involve grids that overlap and require some interpolation technique to transfer information across boundaries. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
heat transfer in an orthotropic material and complex curved geometry | zayzan | FLUENT | 0 | October 11, 2011 11:47 |
[ICEM] Complex 3D geometry Hexa blocking and inflation layer | Chipsgrottel | ANSYS Meshing & Geometry | 4 | September 30, 2011 04:25 |
[Gmsh] Problem meshing an imported geometry | Alicia | OpenFOAM Meshing & Mesh Conversion | 0 | March 30, 2010 05:53 |
How to construct complex 3D geometry using GAMBIT? | Feng | FLUENT | 5 | October 11, 2005 05:13 |
unstructured vs. structured grids | Frank Muldoon | Main CFD Forum | 1 | January 5, 1999 11:09 |