M. Technical Reference
M. Technical Reference
Technical Reference
This sec on details the engineering theory and methods behind the program.
The Advanced Mesher uses the Deluanay meshing principles to create a triangular mesh using ver ces and density se ngs
specified by the user. The basic Deluanay rou ne can be modified by three op ons known as the Triangula on Methods. On top
of this there is an addi onal Parallel Grid quad op on that can be used on surfaces that are defined with edges between ver ces
that lie purely in the X and Z axes.
Triangulation Methods
The Advanced Mesher uses three type of meshing rou ne:-
Methods B) and C) use the constrained Delaunay triangula on – CDT on PSLG (planar straight line graph)
The points created by the meshing rou ne that were not defined by the user in methods B) and C) are referred to as Steiner
points or Free Nodes. When crea ng the triangles in method B) and C) the program ensures that only acute angles or obtuse
angles are created in the mesh. Addi onally, with method C) the user specified triangula on step is used to limit the maximum
length of the side of a triangle or the area of the triangle. Note that there is a direct rela onship between the length of the
longest side of a triangle and its area.
Definitions
height the maximum distance to a vertex from a longest edge.
aspect ra o the ra o of the longest length to its height.
u the minimum internal angle.
Note: Also, if a vertex is covered by more than one density se ng —such as a density line and a density
region— then the maximum density se ng will be used fro either situa on.
Triangula on is defined as the representa on of the plane surface with a set of united, inter-connected (i.e., sharing edges), but
not overlapping triangles.
Simple triangulation
The ver ces of the triangles are referred to as triangula on nodes. In the above simple triangula on, only the ver ces defined
by the contours are used. However, you can specify addi onal nodes inside the surface as shown in the following figure. The
supplimentary traingula ons nodes assigned are indicated with a cyan circle.
If you choose Triangula on Method B) or C), then addi onal nodes may be generated by the program. These nodes are known
as Steiner’s points, or free nodes, and are indicated in the following figure with a magenta circle.