SizeFieldType#

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

The type of sizing field to be used to fetch element size at given location.

Attributes

SizeFieldType.GEOMETRIC

Geometric size field.

SizeFieldType.VOLUMETRIC

Uses precomputed variable size in volumetric space defined by size field.

SizeFieldType.GEODESIC

Uses geodesic size field.

SizeFieldType.CONSTANT

Uses constant size at all locations of sizing field.

SizeFieldType.MESHEDGEODESIC

Computes size field using existing surface mesh sizes and diffuses geodesically.