Patran
Patran-specific checks used to calculate element quality for 2D and 3D elements.
Additional element checks not listed here are not part of the solver’s normal set of checks, and therefore use HyperMesh check methods.
2D and 3D Element Checks
- Aspect Ratio (triangle)
- The length of a side is divided by the height of the triangle from that
side to its opposite node, then multiplied by ½ of the square root of 3.
In a perfect equilateral triangle, this formula produces a value of 1.
The process is performed for each of the three sides, and the largest
value of the three is reported as the aspect ratio.
- Aspect Ratio (quads)
- If the element is not flat, it is projected to a plane which is based on the average of the element’s corner normals. All subsequent calculations are based on this projected element rather than the original (curved) element.
- Interior Angles
- Maximum and minimum values are evaluated independently for triangles and quadrilaterals.
- Jacobian
- Deviation of an element from its ideal or "perfect" shape, such as a triangle’s deviation from equilateral. The Jacobian value ranges from 0.0 to 1.0, where 1.0 represents a perfectly shaped element. The determinant of the Jacobian relates the local stretching of the parametric space which is required to fit it onto the global coordinate space.
- Length (min)
- Minimum element lengths are calculated using one of two methods:
- The shortest edge of the element. This method is used for non-tetrahedral 3D elements.
- The shortest distance from a corner node to its opposing edge (or face, in the case of tetra elements); referred to as "minimal normalized height".
Figure 3. Length (min) - Skew (triangle)
- Patran evaluates triangular skew by constructing a line from one of the triangle’s nodes to the midpoint of its opposite side, and another line connecting the midpoints of the remaining two sides.
- Skew (Quad)
- The skew test begins by bisecting the four element edges. This creates
an origin at the vector average of the four corners, with the x-axis
extending from the origin to the bisector on edge 2. Next, finding the
cross-product of the x-axis and the vector that stretches from the
origin to the midpoint of edge 3 defines the z-axis. With the x and z
axes defined, their cross-product defines the y-axis.
Figure 5. Skew for Quads - Taper
- Patran calculates taper by first averaging the corner nodes to find the
element center, and creating lines between this center and the corner
nodes to split the element into four triangles.
- Warpage
- The warpage test bisects the element edges, creating a point at the
vector average of the element corners. This point serves as the base
node for a plane, with the plane’s x-axis extending from the base node
to the bisector on edge 2 of the element. The plane normal (z-axis) is
in the direction of the cross-product of this x-axis and the vector from
the origin to the bisector of edge 3. Each corner of the quad is then
the same distance, h, from the plane. Next, Patran measures the length
of each half-edge, and calculates the arcsine of the ratio of h to the
shortest half-edge length (L):
3D Element Only Checks
- Vol. Aspect Ratio (Tetrahedron)
- Patran finds the aspect ratio of Tetra elements by finding the ratio
between a vertex height and ½ the area of the opposing face. This
process is repeated for each vertex, and the largest ratio found.
Figure 6. Vol. Aspect Ratio for Tetrahedrons - Vol. Aspect Ratio (pyramid)
- Ratio of the element’s longest edge length to its shortest edge length.
- Vol. Aspect Ratio (wedge)
- This test begins by averaging the triangular faces of the element to
create a triangular mid-surface. Next, it finds the aspect ratio of the
mid-surface, as for a tria element. Then it compares the average height
(h1) of the wedge element to the mid-surface’s maximum edge length
(h2).
Figure 7. Vol. Aspect Ratio for Wedges - Vol. Aspect Ratio (hexahedron)
- Each face of the hex element is treated as a warped quadrilateral, and
its center point found. The volume aspect ratio is simply the ratio of
the largest distance h between the center points of any two opposing
faces, to the smallest such distance.