CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Wiki > Unstructured mesh generation

Unstructured mesh generation

From CFD-Wiki

Revision as of 22:32, 15 May 2007 by Jasond (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Meshing
Introduction
Mesh classification
Structured mesh generation
Unstructured mesh generation
Special topics

<< Structured Mesh Generation | Unstructured Mesh Generation | Mesh Adaptation>>

It is difficult make general statements about unstructured mesh generation algorithms because the most prominent methods are very different in nature. The most popular family of algorithms are those based upon Delaunay triangulation, but other methods, such as quadtree/octree approaches are also used.

Delaunay Methods

Many of the commonly used unstructured mesh generation techniques are based upon the properties of the Delaunay triangulation and its dual, the Voronoi diagram. Given a set of points in a plane, a Delaunay triangulation of these points is the set of triangles such that no point is inside the circumcircle of a triangle. The triangulation is unique if no three points are on the same line and no four points are on the same circle. A similar definition holds for higher dimensions, with tetrahedra replacing triangles in 3D.

Quadtree/Octree Methods


<< Structured Mesh Generation | Unstructured Mesh Generation | Mesh Adaptation>>

My wiki