Meshing
Meshing
Mesh Generation
U
5. Uses minimum number of elements
Triangles use twice as many elements as
quadralaturals
Tetrehedrals use six times as many
elements as hexahedrals
3
1
2 1
2
6. Easily refinable
We often want to do tests of resolution by
varying the grid size in some systematic
manner
Useful property for multigrid matrix
iteration solvers and multiscale
computational approaches
7. Easy to generate
Triangles and tetrahedrons are easy to
generate using automatic grid generators
Depends on capabilities of grid generators
Types of Meshes
A. Structured
A set of indices (i,j,k) exist, with the
number of indices equal to the space
dimension, such that each element has a
unique index set in which the indices of
adjacent elements differ by at most unity
in each index
Example Structured Mesh
(1,5)
(1,4)
(1,3)
(1,2)
(3,1)
(1,1) (2,1)
(4,1)
(5,1)
A.1. Body-Fitted
Structured mesh in which lines connecting nodes
lie on constant coordinate surfaces of some
coordinate system
Required for finite-difference solver
Vortex-Blade Interaction
A.3 Chimera Mesh
Chimera meshes are formed from two structured
meshes that overlap. They are used to provide enhanced
local resolution with structured meshes. The user must
continually interpolate from one mesh to the other during
the problem solution.
B. Unstructured
Example of
Delaunay
triangularization
Given: Set of N points, denoted by V