separate#

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

Bases: TUIMenu

Contains options for separating face zones.

Classes:

local_regions(service, version, mode, path)

Enters the local refinement menu.

mark_faces_in_region(service, version, mode, ...)

Marks the faces that are contained in a specified local refinement region.

sep_face_zone_by_angle(service, version, ...)

Separates a boundary face zone based on significant angle.

sep_face_zone_by_cnbor(service, version, ...)

Separates a boundary/interior face zone based on its cell neighbors.

sep_face_zone_by_mark(service, version, ...)

Separates a boundary face zone by moving marked faces to a new zone.

sep_face_zone_by_region(service, version, ...)

Separates a boundary face zone based on contiguous regions.

sep_face_zone_by_seed(service, version, ...)

Separates a boundary face zone by defining a seed face on the surface.

sep_face_zone_by_seed_angle(service, ...)

Separates faces connected to the seed face, whose normal fall within the specified cone.

sep_face_zone_by_shape(service, version, ...)

Separates a boundary face zone based on the shape of the faces (triangular or quadrilateral).

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

Bases: TUIMethod

Marks the faces that are contained in a specified local refinement region.

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

Bases: TUIMethod

Separates a boundary face zone based on significant angle.

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

Bases: TUIMethod

Separates a boundary/interior face zone based on its cell neighbors.

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

Bases: TUIMethod

Separates a boundary face zone by moving marked faces to a new zone.

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

Bases: TUIMethod

Separates a boundary face zone based on contiguous regions.

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

Bases: TUIMethod

Separates a boundary face zone by defining a seed face on the surface.

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

Bases: TUIMethod

Separates faces connected to the seed face, whose normal fall within the specified cone.

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

Bases: TUIMethod

Separates a boundary face zone based on the shape of the faces (triangular or quadrilateral).