SoftSizingParams#
- class ansys.meshing.prime.SoftSizingParams(model=None, max=None, growth_rate=None, json_data=None, **kwargs)#
Size field computed using soft size control enables you to set the maximum size on the scoped zonelets .
When the soft sizing is computed for edges or faces, the size will be affected by size computed using other controls. The minimum size on the zonelet will be determined based on the influence of other size controls, else a uniform size will be maintained.
Methods
Print the default values of SoftSizingParams.
SoftSizingParams.set_default
([max, growth_rate])Set the default values of SoftSizingParams.
Attributes
Growth rate used for transitioning from one element size to neighbor element size.
Maximum size used for computing edge and face size using soft size control.