•
|
Skewness, which is the default quality measure, is a measure of the equiangular skew is defined as the minimum of the following quantity:
|
•
|
Maximum angle, which is based on the largest angle in the element. If no angle is larger than the largest angle of the corresponding optimal element, the quality is one; otherwise, the measure shows how much larger the angle is. This quality measure is insensitive to element anisotropy.
|
•
|
Volume versus circumradius, which is based on a quotient of the element volume and the radius of the circumscribed sphere (or circle) of the element. This quality measure is sensitive to large angles, small angles, and anisotropy.
|
•
|
Volume versus length, which is based on a quotient of element edge lengths and element volume. This quality measure is primarily sensitive to anisotropy.
|
•
|
Condition number, which is based on the element dimension divided by the condition number (in the Frobenius norm) of the matrix transforming the element to a reference element.
|
•
|
Custom expression (available in the Mesh plot node’s Settings window), where your can enter a custom expression for the mesh quality (using the variables listed below, for example). The expression should evaluate to scalar values from 0 to 1.
|
•
|
h, the local mesh size (see also Geometric Variables and Mesh variables).
|
•
|
qualskewness, the skewness mesh quality measure, which is the default mesh quality measure.
|
•
|
qualmaxangle, the maximum angle mesh quality measure.
|
•
|
qual, the volume versus circumradius quality measure.
|
•
|
qualvollength, the volume versus length mesh quality measure.
|
•
|
qualcondition, the condition number mesh quality measure.
|
•
|
qualgrowth, the growth rate mesh quality measure.
|
Using qual without a frame suffix refers to the material frame if several frames are used.
|
In general, if a mesh with a low mesh quality has been generated, a Warning node appears, indicating where the bad elements are located in the geometry. To locate the exact placement of the bad elements, use a Mesh plot node set to show elements of the right dimension and using an element filter like qualskewness<0.01.
|
1
|
2
|
By default, this plot shows the mesh element quality. You can choose the mesh quality measure to display from the Quality measure list. In the Settings window for Mesh, select Size instead of Quality from the Element color list to plot the mesh element size instead.
|
1
|
2
|
Add a 2D or 3D Plot Group using the Mesh dataset as the group’s dataset, and then add a Surface or Volume plot. For example, in a 2D Plot Group>Surface node (), from the predefined quantities (under Mesh), select qualskewness - Element quality (the default mesh quality measure), h - Element size, or one of the other available mesh element quality quantities for another quality measure. Then click the Plot button ().
|