MultiZoneEdgeBiasingParams#
- class ansys.meshing.prime.MultiZoneEdgeBiasingParams(model=None, face_scope=None, edge_scope=None, bias_factor=None, n_divisions=None, json_data=None, **kwargs)#
Defines MultiZone edge biasing control parameters.
- Parameters:
- model: Model
Model to create a
MultiZoneEdgeBiasingParamsobject with default parameters.- face_scope: ScopeDefinition, optional
Reference face zonelets to control mesh clustering orientation.
This is a beta parameter. The behavior and name may change in the future.
- edge_scope: ScopeDefinition, optional
Edge zonelets to control the expanse of edge biasing.
This is a beta parameter. The behavior and name may change in the future.
- bias_factor: float, optional
Bias factor used for MultiZone edge biasing control.
This is a beta parameter. The behavior and name may change in the future.
- n_divisions: int, optional
Number of divisions on the section where edge biasing is done.
This is a beta parameter. The behavior and name may change in the future.
- json_data: dict, optional
JSON dictionary to create a
MultiZoneEdgeBiasingParamsobject with provided parameters.
Examples
>>> multi_zone_edge_biasing_params = prime.MultiZoneEdgeBiasingParams(model = model)
Methods
Print the default values of
MultiZoneEdgeBiasingParamsobject.Set the default values of the
MultiZoneEdgeBiasingParamsobject.Attributes
Bias factor used for MultiZone edge biasing control.
Edge zonelets to control the expanse of edge biasing.
Reference face zonelets to control mesh clustering orientation.
Number of divisions on the section where edge biasing is done.