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

structured mesh

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 30, 2004, 05:30
Default structured mesh
  #1
rajesh
Guest
 
Posts: n/a
hai all

can anybody give the difference between structured mesh and unstructured mesh

thanx in advance

rajesh
  Reply With Quote

Old   December 30, 2004, 05:52
Default Re: structured mesh
  #2
Hrvoje Jasak
Guest
 
Posts: n/a
On a structured mesh you can move with a compass: every cell has got East West, North, South, Top and Bottom and they are always ordered: East to West, Top to Bottom etc. Also, cells are numbered such that from the current cell index you can calculate the neighbouring cell indices.

On an unstructured mesh, the compass does not work - in order to find out the neighbouring cell index you need to use a look-up table.

Hrv
  Reply With Quote

Old   December 30, 2004, 06:00
Default Re: structured mesh
  #3
rajesh
Guest
 
Posts: n/a
i am beginner, what is a lookup table

i am using ICEM hexa CFD for Meshing and StarCD for analysis

  Reply With Quote

Old   December 30, 2004, 10:52
Default Re: structured mesh
  #4
steve
Guest
 
Posts: n/a
Because of the inherent order of a structured mesh, a cfd solver can be written using less memory and probably a bit faster than one written for unstructured meshes. With an unstructured mesh, the solver needs additional arrays (a lookup table) to keep track of who is connected who. Most modern commercial solvers are written for unstructured meshes so even if you feed them a structured mesh, they can't take much benefit from that anyway. Unstructured meshes are popular because they result in fewer restrictions on the mesh so they usually make the meshing process easier which, in most people's minds, is worth the use of a little extra memory a little extra time during the solution.
  Reply With Quote

Old   January 2, 2005, 12:40
Default Re: structured mesh
  #5
noName
Guest
 
Posts: n/a
I recall from a CAD class many years ago ...

A structured messh is one in which grid lines from orthogonal edges are exactly orthogonal. They may be subsequently mapped to circular / oblique edges to generate oblique or skew lines.

Any other mesh is unstructured.

Please correct me if I am wrong.
  Reply With Quote

Old   January 4, 2005, 07:18
Default Re: structured mesh
  #6
steve
Guest
 
Posts: n/a
Structured has nothing to do with the shape of cells - it has everything to do with topology - how they are connected. You can have all sorts of lousy shapes but as long as they are connected in basically one big brick, (ie all hex, all cells have exactly 6 neighbors,...) its a structured mesh. The brick may be distorted but it is still a brick. In the earliest schemes all cells where exactly rectangular and you had to model a curve with a series of stair steps. Eventually body-fitted structured meshes were developed which allowed curves to be followed, but the topology was still that of 1 big brick.
  Reply With Quote

Old   January 19, 2005, 11:53
Default Re: structured mesh
  #7
Chris Bailey
Guest
 
Posts: n/a
I think structured means a regular pattern of cells such that you can move from cell to cell in the same way for all cells. So it's topology, how they are connected, yes. But it's also shape to the extent that some shapes can't be regularly connected. Rectangles (in 2d) or rectangular solids (in 3d) can be regularly connected and can form structured meshes. But I think structured meshes also include, for example, triangles (2d) as long as they are topologically regularly ordered.

As a generality, the atomic structure in crystals is an example of a structured mesh, and anything this can be warped into without breaking or tearing it is also a structured mesh. And of course there are lots of different crystal patterns.

Did I get any of this wrong?

Also, rajesh, a lookup table in the context above is something used inside computer programs to relate things to each other. Some "column" in the table can be regularly ordered, and another "column" can point to whatever you want, such as a neighbor of the cell you looked up in the first column. It'd be a way to keep track of how cells are organized even if they are in an unstructured mesh in which neighbors occur unpredictably.
  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
[Gmsh] 2D Mesh Generation Tutorial for GMSH aeroslacker OpenFOAM Meshing & Mesh Conversion 12 January 19, 2012 03:52
[ICEM] Unstructure Meshing Around Imported Plot3D Structured Mesh ICEM kawamatt2 ANSYS Meshing & Geometry 17 December 20, 2011 11:45
Error Converting ICEM Structured Mesh to CFX Chebeba CFX 11 October 5, 2006 08:05
hexa structured mesh Phrain CFX 4 April 25, 2005 05:24
How to control Minximum mesh space? hung FLUENT 7 April 18, 2005 09:38


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