separate#
Bases:
TUIMenu
Separates cells by various user-defined methods.
Classes:
local_regions
(path, service)Enters the local refinement menu.
Methods:
separate_cell_by_face
(*args, **kwargs)Separates cells that are connected to a specified face zone into another cell zone.
separate_cell_by_mark
(*args, **kwargs)Separates cells within a specified local region into another cell zone.
separate_cell_by_region
(*args, **kwargs)Separates contiguous regions within a cell zone into separate cell zones.
separate_cell_by_shape
(*args, **kwargs)Separates cells with different shapes (pyramids, tetrahedra, etc.) into separate cell zones.
separate_cell_by_size
(*args, **kwargs)Separates cells based on the specified minimum and maximum cell sizes.
separate_cell_by_skew
(*args, **kwargs)Separates cells based on the specified cell skewness.
separate_prisms_from_hex
(*args, **kwargs)Separate prism cells from hex.
separate_prisms_from_poly
(*args, **kwargs)Separates the poly-prism cells from the poly cells within your mesh.
separate_wedge_prisms
(*args, **kwargs)Separate wedge-prism cells from bulk.
Bases:
TUIMenu
Enters the local refinement menu.
Methods:
define
(*args, **kwargs)Enables you to define the parameters for the refinement region.
delete
(*args, **kwargs)Enables you to delete a refinement region.
init
(*args, **kwargs)Deletes all current regions and adds the default refinement region.
list_all_regions
(*args, **kwargs)Lists all the refinement regions.
Enables you to define the parameters for the refinement region.
Enables you to delete a refinement region.
Deletes all current regions and adds the default refinement region.
Lists all the refinement regions.
Separates cells that are connected to a specified face zone into another cell zone. This separation method applies only to prism cells.
Separates cells within a specified local region into another cell zone.
Separates contiguous regions within a cell zone into separate cell zones.
Separates cells with different shapes (pyramids, tetrahedra, etc.) into separate cell zones.
Separates cells based on the specified minimum and maximum cell sizes.
Separates cells based on the specified cell skewness.
Separate prism cells from hex.
Separates the poly-prism cells from the poly cells within your mesh. Available only when the report/enhanced-orthogonal-quality? flag is set to yes, and is only supported for the .h5 format.
Separate wedge-prism cells from bulk.