BoiSizingParams#
- class ansys.meshing.prime.BoiSizingParams(model=None, max=None, growth_rate=None, json_data=None, **kwargs)#
Size field computed using body of influence size control enables you to specify a body of influence(that is, a region for sizing control).
The maximum mesh size will be equal to the specified size within the body of influence. The minimum size will be determined based on the influence of other size controls.
- Parameters:
- model: Model
Model to create a
BoiSizingParamsobject with default parameters.- max: float, optional
Maximum size used for computing edge and face size using boi size control.
- growth_rate: float, optional
Growth rate used for transitioning from one element size to neighbor element size.
- json_data: dict, optional
JSON dictionary to create a
BoiSizingParamsobject with provided parameters.
Examples
>>> boi_sizing_params = prime.BoiSizingParams(model = model)
Methods
Print the default values of
BoiSizingParamsobject.BoiSizingParams.set_default([max, growth_rate])Set the default values of the
BoiSizingParamsobject.Attributes
Growth rate used for transitioning from one element size to neighbor element size.
Maximum size used for computing edge and face size using boi size control.