manage#
Bases:
TUIMenu
Contains options for manipulating the boundary zones.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
auto_delete_nodes
(service, version, mode, path)Specifies whether or not unused nodes should be deleted when their face zone is deleted.
change_prefix
(service, version, mode, path)Enables you to change the prefix for the specified face zones.
change_suffix
(service, version, mode, path)Change the suffix for specified face zones.
copy
(service, version, mode, path)Copies all nodes and faces of the specified face zone(s).
create
(service, version, mode, path)Creates a new face zone.
delete
(service, version, mode, path)Deletes the face zone.
flip
(service, version, mode, path)Reverses the normal direction of the specified boundary zone(s).
id
(service, version, mode, path)Specifies a new boundary zone ID.
list
(service, version, mode, path)Prints information about all boundary zones.
merge
(service, version, mode, path)Merges face zones.
name
(service, version, mode, path)Gives a face zone a new name.
orient
(service, version, mode, path)Consistently orients the faces in the specified zones.
origin
(service, version, mode, path)Specifies a new origin for the mesh, to be used for face zone rotation and for periodic zone creation.
remove_suffix
(service, version, mode, path)Removes the suffix (characters including and after the leftmost ":") in the face zone names.
rotate
(service, version, mode, path)Rotates all nodes of the specified face zone(s).
rotate_model
(service, version, mode, path)Rotates all nodes of the model through the specified angle, based on the specified point and axis of rotation.
scale
(service, version, mode, path)Scales all nodes of the specified face zone(s).
scale_model
(service, version, mode, path)Scales all nodes of the model by multiplying the node coordinates by the specified scale factors (x, y, z).
translate
(service, version, mode, path)Translates all nodes of the specified face zone(s).
translate_model
(service, version, mode, path)Translates all nodes of the model by the specified translation offsets (x, y, z).
type
(service, version, mode, path)Changes the boundary type of the face zone.
user_defined_groups
(service, version, mode, path)Enables you to manipulate user-defined groups.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Specifies whether or not unused nodes should be deleted when their face zone is deleted.
Bases:
TUIMethod
Enables you to change the prefix for the specified face zones.
Bases:
TUIMethod
Change the suffix for specified face zones.
Bases:
TUIMethod
Copies all nodes and faces of the specified face zone(s).
Bases:
TUIMethod
Creates a new face zone.
Bases:
TUIMethod
Deletes the face zone.
Bases:
TUIMethod
Reverses the normal direction of the specified boundary zone(s).
Bases:
TUIMethod
Specifies a new boundary zone ID. If there is a conflict, the change will be ignored.
Bases:
TUIMethod
Prints information about all boundary zones.
Bases:
TUIMethod
Merges face zones.
Bases:
TUIMethod
Gives a face zone a new name.
Bases:
TUIMethod
Consistently orients the faces in the specified zones.
Bases:
TUIMethod
Specifies a new origin for the mesh, to be used for face zone rotation and for periodic zone creation. The default origin is (0,0,0).
Bases:
TUIMethod
Removes the suffix (characters including and after the leftmost “:”) in the face zone names.
Bases:
TUIMethod
Rotates all nodes of the specified face zone(s).
Bases:
TUIMethod
Rotates all nodes of the model through the specified angle, based on the specified point and axis of rotation.
Bases:
TUIMethod
Scales all nodes of the specified face zone(s).
Bases:
TUIMethod
Scales all nodes of the model by multiplying the node coordinates by the specified scale factors (x, y, z).
Bases:
TUIMethod
Translates all nodes of the specified face zone(s).
Bases:
TUIMethod
Translates all nodes of the model by the specified translation offsets (x, y, z). The translation offsets are interpreted as absolute numbers in meshing mode. In solution mode, however, the translation offsets are assumed to be distances in the length unit set. This may lead to differences in domain extents reported after translating the mesh in the respective modes.
Bases:
TUIMethod
Changes the boundary type of the face zone. When changing the boundary type of any zone to type interior, ensure that there is a single cell zone across the interior boundary. Retaining multiple cell zones across an interior boundary can cause undesirable results with further tet meshing or smoothing operations. Also, face zones having no/one neighboring cell zone should not be changed to type interior. The mesh check will issue a warning if multiple cell zones are maintained across an interior boundary. The boundary type in such cases should be set to internal instead.