The quality metrics for a mesh in finite element analysis include angle
skewness, aspect ratio, middle point deviation, shape, and warpage. These cell quality
metrics can be used to identify poor quality cells that could produce inaccurate results or
slow convergence. Once a finite element model is selected, the associated field functions
can be computed on hexahedral, tetrahedral, wedge, and pyramid element types with or without
mid-side nodes, and on 2D elements such as quadrilaterals and triangles.
These qualities are not defined on arbitrary cells; an arbitrary 3D mesh cell is not
always suitable for FE computation—the quality metrics cannot be computed, so, in such
cases, the default value is set to –∞.
All the quantities express the deviation
of the finite element cell to an ideal element. The ideal element is defined as an
element of given type with unit edge length.
Each metric has a specific formula for computing cell quality .
Angle Skewness
Angle skewness is a measure of
the equiangular skew and is defined as:
Figure 1. EQUATION_DISPLAY
(4840)
where is the angle over a face vertex in the element
and is the angle of the corresponding vertex in a
face of an ideal element (60° for triangular face and 90° for quad face). The
minimum of is taken over all corner vertices of the
element.
is in the interval [0, 1], where 0 is a bad
cell and 1 is an ideal cell. This metric is not able to recognize flat hex
elements.
Aspect Ratio
The quality is computed as the maximum edge length over the minimum edge length :
Figure 2. EQUATION_DISPLAY
(4841)
is in the inverval [1,∞], where is best quality and is bad quality. For good elements, .
Middle-Point Deviation
This metric is suitable for
elements with mid-side vertices. Every element edge (corner vertices
and , mid-side vertex ) is inspected by looking at the placement of the
mid-side vertex and the deviation from a straight line between the corner
vertices.
Figure 3. EQUATION_DISPLAY
(4842)
where
is the distance from the midpoint
between and —that is, —to .
is the average edge length.
is in the interval [0,∞], where
is an ideal element. For good elements,
.
Shape
This metric is based on the
Jacobi determinant (Jacobian) of the transformation matrix
that transforms the coordinates from an ideal
element to the physical element. The Jacobian is computed on all element
vertices, including mid-side vertices. The shape function quality
is taken as the minimum of the values at all
element vertices, computed as:
Figure 4. EQUATION_DISPLAY
(4843)
where:
is in the interval
[0,1]{–1}, where is an ideal element. For elements with a
negative Jacobian, .
= 3 for three-dimensional cases, or 2
for two-dimensional cases.
is the Frobenius matrix norm.
Warpage
This metric is the maximum
distance of the face vertices from the face plane,
divided by the average edge length .
Figure 5. EQUATION_DISPLAY
(4844)
where:
is the normal vector.
is the face vertex.
is any point from the face plane.
For volumetric elements, it is
the maximum normalized distance of all faces from the face plane. For a
triangular face with corner vertices , , and , with face center , the normal vector is computed
as:
For a quadrilateral face with
corner vertices , , , and , the normal vector is computed as the normal to
the diagonals , where:
and
is in the interval [0,∞], where
is an ideal element. For good elements,
.