separate#

class ansys.fluent.core.meshing.tui_241.main_menu.mesh.separate(service, version, mode, path)#

Bases: TUIMenu

Separates cells by various user-defined methods.

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.

class separate_cell_by_face(service, version, mode, path)#

Bases: TUIMethod

Separates cells that are connected to a specified face zone into another cell zone. This separation method applies only to prism cells.

class separate_cell_by_mark(service, version, mode, path)#

Bases: TUIMethod

Separates cells within a specified local region into another cell zone.

class separate_cell_by_region(service, version, mode, path)#

Bases: TUIMethod

Separates contiguous regions within a cell zone into separate cell zones.

class separate_cell_by_shape(service, version, mode, path)#

Bases: TUIMethod

Separates cells with different shapes (pyramids, tetrahedra, etc.) into separate cell zones.

class separate_cell_by_size(service, version, mode, path)#

Bases: TUIMethod

Separates cells based on the specified minimum and maximum cell sizes.

class separate_cell_by_skew(service, version, mode, path)#

Bases: TUIMethod

Separates cells based on the specified cell skewness.

class separate_prisms_from_hex(service, version, mode, path)#

Bases: TUIMethod

Separate prism cells from hex.

class separate_prisms_from_poly(service, version, mode, path)#

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.

class separate_wedge_prisms(service, version, mode, path)#

Bases: TUIMethod

Separate wedge-prism cells from bulk.