DeadRegion#
- class ansys.meshing.prime.DeadRegion(model=None, face_zonelet_ids=None, dead_material_points=None, hole_size=None, json_data=None, **kwargs)#
DeadRegion defines a dead region for patch flow regions operation.
- Parameters:
- model: Model
Model to create a
DeadRegion
object with default parameters.- face_zonelet_ids: Iterable[int], optional
Face zonelets enclosing dead region.
This is a beta parameter. The behavior and name may change in the future.
- dead_material_points: List[str], optional
Material points to identify dead region.
This is a beta parameter. The behavior and name may change in the future.
- hole_size: float, optional
Maximum hole size used for patching.
This is a beta parameter. The behavior and name may change in the future.
- json_data: dict, optional
JSON dictionary to create a
DeadRegion
object with provided parameters.
Examples
>>> dead_region = prime.DeadRegion(model = model)
Methods
Print the default values of
DeadRegion
object.DeadRegion.set_default
([face_zonelet_ids, ...])Set the default values of the
DeadRegion
object.Attributes
Material points to identify dead region.
Face zonelets enclosing dead region.
Maximum hole size used for patching.