ProximitySizingParams#
- class ansys.meshing.prime.ProximitySizingParams(model=None, min=None, max=None, growth_rate=None, elements_per_gap=None, ignore_self_proximity=None, ignore_orientation=None, json_data=None, **kwargs)#
Size field using proximity size control computes edge and face sizes in gaps using the specified minimum number of element layers.
Methods
Print the default values of ProximitySizingParams.
ProximitySizingParams.set_default
([min, ...])Set the default values of ProximitySizingParams.
Attributes
The number of elements per gap can be a real value.
Growth rate used for transitioning from one element size to neighbor element size.
The ignore orientation option can be used to ignore the face normal orientation during the proximity calculation.
Ignore proximity within zonelets.
Maximum size used for computing edge and face size using proximity size control.
Minimum size used for computing edge and face size using proximity size control.