CellQualityMeasure#
- class ansys.meshing.prime.CellQualityMeasure(value)#
The type of cell quality measures to check cell quality metrics.
Methods
Returns self, the complex conjugate of any int.
Number of bits necessary to represent self in binary.
Number of ones in the binary representation of the absolute value of self.
CellQualityMeasure.to_bytes
(/, length, ...)Return an array of bytes representing an integer.
CellQualityMeasure.from_bytes
(/, bytes, ...)Return the integer represented by the given array of bytes.
Return integer ratio.
Attributes
the real part of a complex number
the imaginary part of a complex number
the numerator of a rational number in lowest terms
the denominator of a rational number in lowest terms
The Skewness metric ranges between 0 (best) and 1 (worst).
The Aspect Ratio metric is greater than 1.
The Fluent aspect Ratio metric is greater than 1.
The inverse orthogonal metric ranges between 0 (best) and 1 (worst).
The advanced inverse orthogonal metric ranges between 0 (best) and 1 (worst).
The Element Quality metric ranges between 0 (worst) and 1 (best).
Examples using CellQualityMeasure#
Mesh a mixing elbow for a flow analysis
Wrap a toy car for a flow analysis
Mesh a generic F1 car rear wing for external aero simulation