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

ProximitySizingParams.print_default()

Print the default values of ProximitySizingParams.

ProximitySizingParams.set_default([min, ...])

Set the default values of ProximitySizingParams.

Attributes

ProximitySizingParams.elements_per_gap

The number of elements per gap can be a real value.

ProximitySizingParams.growth_rate

Growth rate used for transitioning from one element size to neighbor element size.

ProximitySizingParams.ignore_orientation

The ignore orientation option can be used to ignore the face normal orientation during the proximity calculation.

ProximitySizingParams.ignore_self_proximity

Ignore proximity within zonelets.

ProximitySizingParams.max

Maximum size used for computing edge and face size using proximity size control.

ProximitySizingParams.min

Minimum size used for computing edge and face size using proximity size control.