manage#
Bases:
TUIMenu
Enters the manage cell zones menu.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
active_list
(service, version, mode, path)Lists all active zones.
adjacent_face_zones
(service, version, mode, path)Lists all face zones that refer to the specified cell zone.
auto_set_active
(service, version, mode, path)Sets the active zones based on points that are defined in an external file.
change_prefix
(service, version, mode, path)Enables you to change the prefix for the cell zone.
change_suffix
(service, version, mode, path)Change the suffix for specified face zones.
copy
(service, version, mode, path)Copies all nodes and faces of specified cell zones.
delete
(service, version, mode, path)Deletes a cell zone, along with its associated nodes and faces.
get_material_point
(service, version, mode, path)Prints the coordinates of the material point for the specified cell zone.
id
(service, version, mode, path)Specifies a new cell zone ID.
list
(service, version, mode, path)Prints information on all cell zones.
merge
(service, version, mode, path)Merges two or more cell zones.
merge_dead_zones
(service, version, mode, path)Enables you to merge dead zones having a cell count lower than the specified threshold value, with the adjacent cell zone.
name
(service, version, mode, path)Enables you to rename a cell zone.
origin
(service, version, mode, path)Specifies a new origin for the mesh, to be used for cell zone rotation.
revolve_face_zone
(service, version, mode, path)Generates cells by revolving a face thread.
rotate
(service, version, mode, path)Rotates all nodes of specified cell zones by a specified angle.
rotate_model
(service, version, mode, path)Rotates all nodes of the model by a specified angle.
scale
(service, version, mode, path)Scales all nodes of specified cell zones by a specified factor.
scale_model
(service, version, mode, path)Scales all nodes of the model by a specified factor.
set_active
(service, version, mode, path)Sets the specified cell zones to be active.
translate
(service, version, mode, path)Translates all nodes of specified cell zones by a specified vector.
translate_model
(service, version, mode, path)Translates all nodes of the model by a specified vector.
type
(service, version, mode, path)Changes the type and name of a cell zone.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Lists all active zones.
Bases:
TUIMethod
Lists all face zones that refer to the specified cell zone.
Bases:
TUIMethod
Sets the active zones based on points that are defined in an external file. For each zone you want to activate, you need to specify the coordinates of a point in the zone, the zone type (for example, fluid), and (optionally) a new name. A sample file is shown below:.
Bases:
TUIMethod
Enables you to change the prefix for the cell zone.
Bases:
TUIMethod
Change the suffix for specified face zones.
Bases:
TUIMethod
Copies all nodes and faces of specified cell zones.
Bases:
TUIMethod
Deletes a cell zone, along with its associated nodes and faces. When deleting cell zones that contain poly cells, you will be warned that the original mesh needs to be deleted and the original faces restored prior to remeshing the volumetric region.
Bases:
TUIMethod
Prints the coordinates of the material point for the specified cell zone. If the cell zone is non-contiguous, the get-material-point command will print a list of material points, one for each contiguous region.
Bases:
TUIMethod
Specifies a new cell zone ID. If a conflict is detected, the change will be ignored.
Bases:
TUIMethod
Prints information on all cell zones.
Bases:
TUIMethod
Merges two or more cell zones. For object-based merge, the selected zones must be in the same volumetric region. If not, you will have to merge the volumetric regions first using /objects/volumetric-regions/merge. If the volumetric regions cannot be merged because they are not contiguous, you will have to delete the object(s) only before merging the cell zones.
Bases:
TUIMethod
Enables you to merge dead zones having a cell count lower than the specified threshold value, with the adjacent cell zone. The result of the merge operation is determined by the type of the adjacent cell zone and the shared face area. The priority for merging with the adjacent cell zone based on type is fluid > solid > dead (that is, merging with an adjacent fluid zone takes priority over merging with an adjacent solid zone, which in turn takes priority over merging with a dead zone). Also, if the adjacent zones are of the same type (for example, fluid), the zone will be merged with the zone having the largest shared face area.
Bases:
TUIMethod
Enables you to rename a cell zone.
Bases:
TUIMethod
Specifies a new origin for the mesh, to be used for cell zone rotation. The default origin is (0,0,0).
Bases:
TUIMethod
Generates cells by revolving a face thread.
Bases:
TUIMethod
Rotates all nodes of specified cell zones by a specified angle.
Bases:
TUIMethod
Rotates all nodes of the model by a specified angle.
Bases:
TUIMethod
Scales all nodes of specified cell zones by a specified factor.
Bases:
TUIMethod
Scales all nodes of the model by a specified factor.
Bases:
TUIMethod
Sets the specified cell zones to be active.
Bases:
TUIMethod
Translates all nodes of specified cell zones by a specified vector.
Bases:
TUIMethod
Translates all nodes of the model by a specified vector.
Bases:
TUIMethod
Changes the type and name of a cell zone.