separate#

class ansys.fluent.core.meshing.tui_231.main_menu.boundary.separate(path, service)#

Bases: TUIMenu

Contains options for separating face zones.

Classes:

local_regions(path, service)

Enters the local refinement menu.

Methods:

mark_faces_in_region(*args, **kwargs)

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

sep_face_zone_by_angle(*args, **kwargs)

Separates a boundary face zone based on significant angle.

sep_face_zone_by_cnbor(*args, **kwargs)

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

sep_face_zone_by_mark(*args, **kwargs)

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

sep_face_zone_by_region(*args, **kwargs)

Separates a boundary face zone based on contiguous regions.

sep_face_zone_by_seed(*args, **kwargs)

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

sep_face_zone_by_seed_angle(*args, **kwargs)

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

sep_face_zone_by_shape(*args, **kwargs)

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

class local_regions(path, service)#

Bases: TUIMenu

Enters the local refinement menu.

Methods:

define(*args, **kwargs)

Enables you to define the local region.

delete(*args, **kwargs)

Deletes the specified local region.

init(*args, **kwargs)

Creates a region encompassing the entire geometry.

list_all_regions(*args, **kwargs)

Lists all the local regions defined.

define(*args, **kwargs)#

Enables you to define the local region.

delete(*args, **kwargs)#

Deletes the specified local region.

init(*args, **kwargs)#

Creates a region encompassing the entire geometry.

list_all_regions(*args, **kwargs)#

Lists all the local regions defined.

mark_faces_in_region(*args, **kwargs)#

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

sep_face_zone_by_angle(*args, **kwargs)#

Separates a boundary face zone based on significant angle.

sep_face_zone_by_cnbor(*args, **kwargs)#

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

sep_face_zone_by_mark(*args, **kwargs)#

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

sep_face_zone_by_region(*args, **kwargs)#

Separates a boundary face zone based on contiguous regions.

sep_face_zone_by_seed(*args, **kwargs)#

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

sep_face_zone_by_seed_angle(*args, **kwargs)#

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

sep_face_zone_by_shape(*args, **kwargs)#

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