separate#
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).
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.
Enables you to define the local region.
Deletes the specified local region.
Creates a region encompassing the entire geometry.
Lists all the local regions defined.
Marks the faces that are contained in a specified local refinement region.
Separates a boundary face zone based on significant angle.
Separates a boundary/interior face zone based on its cell neighbors.
Separates a boundary face zone by moving marked faces to a new zone.
Separates a boundary face zone based on contiguous regions.
Separates a boundary face zone by defining a seed face on the surface.
Separates faces connected to the seed face, whose normal fall within the specified cone.
Separates a boundary face zone based on the shape of the faces (triangular or quadrilateral).