CellQualityMeasure#

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

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

Attributes

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).