FaceQualityMeasure#

class ansys.meshing.prime.FaceQualityMeasure(value)#

The type of face quality measures to check face quality metrics.

Methods

FaceQualityMeasure.conjugate

Returns self, the complex conjugate of any int.

FaceQualityMeasure.bit_length(/)

Number of bits necessary to represent self in binary.

FaceQualityMeasure.bit_count(/)

Number of ones in the binary representation of the absolute value of self.

FaceQualityMeasure.to_bytes(/, length, ...)

Return an array of bytes representing an integer.

FaceQualityMeasure.from_bytes(/, bytes, ...)

Return the integer represented by the given array of bytes.

FaceQualityMeasure.as_integer_ratio(/)

Return integer ratio.

Attributes

FaceQualityMeasure.real

the real part of a complex number

FaceQualityMeasure.imag

the imaginary part of a complex number

FaceQualityMeasure.numerator

the numerator of a rational number in lowest terms

FaceQualityMeasure.denominator

the denominator of a rational number in lowest terms

FaceQualityMeasure.SKEWNESS

The Skewness metric ranges between 0 (worst) and 1 (best).

FaceQualityMeasure.SIZECHANGE

Size Change is the maximum ratio of the area of each neighboring face element to the area of face element when the area of the face element is smaller than the neighbor.

FaceQualityMeasure.ASPECTRATIO

The Aspect Ratio metric is greater than 1.

FaceQualityMeasure.WARP

Face quality metric to check warping factor.

FaceQualityMeasure.ELEMENTQUALITY

The Element Quality metric ranges between 0 (worst) and 1 (best).

Examples using FaceQualityMeasure#

Wrap a toy car for a flow analysis

Wrap a toy car for a flow analysis