CellQualityMeasure#

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

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

Methods

CellQualityMeasure.conjugate

Returns self, the complex conjugate of any int.

CellQualityMeasure.bit_length(/)

Number of bits necessary to represent self in binary.

CellQualityMeasure.bit_count(/)

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.

CellQualityMeasure.as_integer_ratio(/)

Return integer ratio.

Attributes

CellQualityMeasure.real

the real part of a complex number

CellQualityMeasure.imag

the imaginary part of a complex number

CellQualityMeasure.numerator

the numerator of a rational number in lowest terms

CellQualityMeasure.denominator

the denominator of a rational number in lowest terms

CellQualityMeasure.SKEWNESS

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

CellQualityMeasure.ASPECTRATIO

The Aspect Ratio metric is greater than 1.

CellQualityMeasure.FLUENTASPECTRATIO

The Fluent aspect Ratio metric is greater than 1.

CellQualityMeasure.INVERSEORTHOGONAL

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

CellQualityMeasure.INVERSEORTHOGONAL_V2

The advanced inverse orthogonal metric ranges between 0 (best) and 1 (worst).

CellQualityMeasure.ELEMENTQUALITY

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

Examples using CellQualityMeasure#

Mesh a mixing elbow for a flow analysis

Mesh a mixing elbow for a flow analysis

Wrap a toy car for a flow analysis

Wrap a toy car for a flow analysis

Mesh a generic F1 car rear wing for external aero simulation

Mesh a generic F1 car rear wing for external aero simulation