Download presentation
Presentation is loading. Please wait.
Published byEric Singleton Modified over 9 years ago
1
An Introduction to Unstructured Mesh Generation Material tret de: S. J. Owen, "A Survey of Unstructured Mesh Generation Technology", Proceedings 7th International Meshing Roundtable, 1998.
2
Tri/Tetrahedral Meshing Triangle and tetrahedral meshing are by far the most common forms of unstructured mesh generation. Most techniques currently in use can fit into one of three main categories: Delaunay; Quadtree/Octree; Advancing Front.
3
Delaunay A typical approach is to first mesh the boundary of the geometry to provide an initial set of nodes. The boundary nodes are then triangulate according to the Delaunay criterion. Nodes are then inserted incrementally into the existing mesh, redefining the triangles or tetrahedra locally as each new node is inserted to maintain the Delaunay criterion. It is the method that is chosen for defining where to locate the interior nodes that distinguishes one Delaunay algorithm from another.
4
Begin with Bounding Triangles (or Tetrahedra) Delaunay
5
Insert boundary nodes using Delaunay method (Lawson or Bowyer-Watson)
6
Delaunay Insert boundary nodes using Delaunay method (Lawson or Bowyer-Watson)
7
Delaunay Insert boundary nodes using Delaunay method (Lawson or Bowyer-Watson)
8
Delaunay Insert boundary nodes using Delaunay method (Lawson or Bowyer-Watson)
9
Delaunay Insert boundary nodes using Delaunay method (Lawson or Bowyer-Watson)
10
Delaunay Recover boundary Delete outside triangles Insert internal nodes
11
Delaunay Node Insertion Grid Based Nodes introduced based on a regular lattice Lattice could be rectangular, triangular, quadtree, etc… Outside nodes ignored h
12
Delaunay Node Insertion Grid Based Nodes introduced based on a regular lattice Lattice could be rectangular, triangular, quadtree, etc… Outside nodes ignored
13
Delaunay Node Insertion Centroid Nodes introduced at triangle centroids Continues until edge length,
14
Delaunay Node Insertion Centroid Nodes introduced at triangle centroids Continues until edge length, l
15
Delaunay Node Insertion Circumcenter (“Guaranteed Quality”) Nodes introduced at triangle circumcenters Order of insertion based on minimum angle of any triangle Continues until minimum angle > predefined minimum (Chew,Ruppert,Shewchuk)
16
Delaunay Circumcenter (“Guaranteed Quality”) Nodes introduced at triangle circumcenters Order of insertion based on minimum angle of any triangle Continues until minimum angle > predefined minimum Node Insertion (Chew,Ruppert,Shewchuk)
17
Delaunay Advancing Front “Front” structure maintained throughout Nodes introduced at ideal location from current front edge Node Insertion A B C (Marcum,95)
18
Delaunay Advancing Front “Front” structure maintained throughout Nodes introduced at ideal location from current front edge Node Insertion (Marcum,95)
19
Delaunay Voronoi-Segment Nodes introduced at midpoint of segment connecting the circumcircle centers of two adjacent triangles Node Insertion (Rebay,93)
20
Delaunay Voronoi-Segment Nodes introduced at midpoint of segment connecting the circumcircle centers of two adjacent triangles Node Insertion (Rebay,93)
21
Delaunay Edges Nodes introduced at along existing edges at l=h Check to ensure nodes on nearby edges are not too close Node Insertion h h h (George,91)
22
Delaunay Edges Nodes introduced at along existing edges at l=h Check to ensure nodes on nearby edges are not too close Node Insertion (George,91)
23
Delaunay Boundary Constrained Boundary Intersection Nodes and edges introduced where Delaunay edges intersect boundary
24
Delaunay Boundary Constrained Boundary Intersection Nodes and edges introduced where Delaunay edges intersect boundary
25
Delaunay Boundary Constrained Local Swapping Edges swapped between adjacent pairs of triangles until boundary is maintained
26
Delaunay Boundary Constrained Local Swapping Edges swapped between adjacent pairs of triangles until boundary is maintained
27
Delaunay Boundary Constrained Local Swapping Edges swapped between adjacent pairs of triangles until boundary is maintained
28
Delaunay Boundary Constrained Local Swapping Edges swapped between adjacent pairs of triangles until boundary is maintained
29
Delaunay Boundary Constrained Local Swapping Edges swapped between adjacent pairs of triangles until boundary is maintained (George,91)(Owen,99)
30
Octree/Quadtree Define intial bounding box (root of quadtree) Recursively break into 4 leaves per root to resolve geometry Find intersections of leaves with geometry boundary Mesh each leaf using corners, side nodes and intersections with geometry Delete Outside (Yerry and Shephard, 84), (Shepherd and Georges, 91)
31
Octree/Quadtree QMG, Cornell University
32
Octree/Quadtree QMG, Cornell University
33
Advancing Front A B C Begin with boundary mesh - define as initial front For each edge (face) on front, locate ideal node C based on front AB
34
Advancing Front A B C r Determine if any other nodes on current front are within search radius r of ideal location C (Choose D instead of C) D
35
Advancing Front Book-Keeping: New front edges added and deleted from front as triangles are formed Continue until no front edges remain on front D
36
Advancing Front Book-Keeping: New front edges added and deleted from front as triangles are formed Continue until no front edges remain on front
37
Advancing Front Book-Keeping: New front edges added and deleted from front as triangles are formed Continue until no front edges remain on front
38
Advancing Front Book-Keeping: New front edges added and deleted from front as triangles are formed Continue until no front edges remain on front
39
Advancing Front A B C Where multiple choices are available, use best quality (closest shape to equilateral) Reject any that would intersect existing front Reject any inverted triangles (|AB X AC| > 0) (Lohner,88;96)(Lo,91) r
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.