separate#
Bases:
TUIMenu
Separates cells by various user-defined methods.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
local_regions
(service, version, mode, path)Enters the local refinement menu.
separate_cell_by_face
(service, version, ...)Separates cells that are connected to a specified face zone into another cell zone.
separate_cell_by_mark
(service, version, ...)Separates cells within a specified local region into another cell zone.
separate_cell_by_region
(service, version, ...)Separates contiguous regions within a cell zone into separate cell zones.
separate_cell_by_shape
(service, version, ...)Separates cells with different shapes (pyramids, tetrahedra, etc.) into separate cell zones.
separate_cell_by_size
(service, version, ...)Separates cells based on the specified minimum and maximum cell sizes.
separate_cell_by_skew
(service, version, ...)Separates cells based on the specified cell skewness.
separate_prisms_from_hex
(service, version, ...)Separate prism cells from hex.
separate_prisms_from_poly
(service, version, ...)Separates the poly-prism cells from the poly cells within your mesh.
separate_wedge_prisms
(service, version, ...)Separate wedge-prism cells from bulk.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Separates cells that are connected to a specified face zone into another cell zone. This separation method applies only to prism cells.
Bases:
TUIMethod
Separates cells within a specified local region into another cell zone.
Bases:
TUIMethod
Separates contiguous regions within a cell zone into separate cell zones.
Bases:
TUIMethod
Separates cells with different shapes (pyramids, tetrahedra, etc.) into separate cell zones.
Bases:
TUIMethod
Separates cells based on the specified minimum and maximum cell sizes.
Bases:
TUIMethod
Separates cells based on the specified cell skewness.
Bases:
TUIMethod
Separate prism cells from hex.
Bases:
TUIMethod
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.
Bases:
TUIMethod
Separate wedge-prism cells from bulk.