separate#
Bases:
TUIMenuSeparates 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:
TUIMethodSeparates cells that are connected to a specified face zone into another cell zone. This separation method applies only to prism cells.
Bases:
TUIMethodSeparates cells within a specified local region into another cell zone.
Bases:
TUIMethodSeparates contiguous regions within a cell zone into separate cell zones.
Bases:
TUIMethodSeparates cells with different shapes (pyramids, tetrahedra, etc.) into separate cell zones.
Bases:
TUIMethodSeparates cells based on the specified minimum and maximum cell sizes.
Bases:
TUIMethodSeparates cells based on the specified cell skewness.
Bases:
TUIMethodSeparate prism cells from hex.
Bases:
TUIMethodSeparates 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:
TUIMethodSeparate wedge-prism cells from bulk.