10.8.2. Mesh Limits

The Mesh Limits object defines the range of acceptable values for each mesh analysis variable. For each variable, the type of range depends on the Limits Type option:

  • Maximum

    Set Max Value to the high end of the range.

    Set OK Value to the low end of the range.

    Values above Max Value are considered to be "Bad".

    Values between Max Value and OK Value are considered to be "ok" (not very good but still acceptable).

    Values below OK Value are considered to be "OK" (very good).

  • Minimum

    Set OK Value to the high end of the range.

    Set Min Value to the low end of the range.

    Values above OK Value are considered to be "OK" (very good).

    Values between OK Value and Min Value are considered to be "ok" (not very good but still acceptable).

    Values below Min Value are considered to be "Bad".

  • Range

    Set Max Value to the high end of the range.

    Set Min Value to the low end of the range.

    Values above Max Value are considered to be "Bad".

    Values between Max Value and Min Value are considered to be "OK" (very good).

    Values below Min Value are considered to be "Bad".

The rankings "Bad", "ok", and "OK", are reflected in both the columns and histogram colors in the Mesh Stastistics dialog box, described in Mesh Statistics.

The default limits are intended to work for a broad variety of cases, and should highlight any problem areas of the mesh. You can change the default limits in the preferences; for details, see Mesh Quality Measures.

10.8.2.1. Maximum Face Angle

This is the greatest face angle at a given node. For each face touching a given node, the angle between the two edges of the face that connect to the node is calculated. The largest of all such angles at the node is returned. The maximum face angle can be considered to be a measure of skewness.

10.8.2.2. Minimum Face Angle

This is the smallest face angle at a given node.

10.8.2.3. Connectivity Number

Connectivity Number is the number of elements that are connected to a given node. For an unstructured solver, this value is not important. However, high connectivity numbers in much of the mesh can have an adverse effect on the speed of a structured solver.

10.8.2.4. Element Volume Ratio

Element Volume Ratio is defined as the volume ratio of the maximum-volume element that connects to a given node to the minimum-volume element that connects to the same node.

10.8.2.5. Minimum Volume

Minimum Volume is used to ensure that no negative volumes are created within the passage. The value returned for a given node is the minimum volume of any element connected to that node.

10.8.2.6. Edge Length Ratio

For each face that is connected to a given node, the ratio

is calculated for the two face edges that are connected to the node. The returned value is the largest such ratio calculated for the node. The edge length ratio can be considered to be a measure of aspect ratio.

10.8.2.7. Skewness

Skewness is one of the primary quality measures for a mesh. Skewness determines how close to ideal (that is, equiangular) an element is in terms of its interior angles:

Figure 10.18: Ideal and Skewed Triangles and Quadrilaterals

Ideal and Skewed Triangles and Quadrilaterals

The following table lists the range of skewness values and the corresponding element quality.

Table 10.4: Skewness Ranges and Element Quality

Skewness

Element Quality

>1

non-convex; especially problematic for FEM solvers; not necessarily problematic for finite volume solvers.

1

degenerate

0.9–<1

bad (sliver)

0.75–0.9

poor

0.5–0.75

fair

0.25–0.5

good

0–0.25

excellent

0

equiangular


According to the definition of skewness, a value of 0 indicates an equiangular element (best quality) and a value of 1 indicates a completely degenerate element. Degenerate elements (slivers) are characterized by faces that are nearly coplanar.

Highly skewed elements should be avoided because they can lead to less accurate results.

10.8.2.8. Orthogonality Angle

For details, see Mesh Orthogonality in the CFX-Solver Modeling Guide.