manage#

class ansys.fluent.core.generated.meshing.tui_242.main_menu.mesh.manage(service, version, mode, path)#

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__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Lists all active zones.

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

Bases: TUIMethod

Lists all face zones that refer to the specified cell zone.

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

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:.

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

Bases: TUIMethod

Enables you to change the prefix for the cell zone.

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

Bases: TUIMethod

Change the suffix for specified face zones.

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

Bases: TUIMethod

Copies all nodes and faces of specified cell zones.

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

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.

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

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.

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

Bases: TUIMethod

Specifies a new cell zone ID. If a conflict is detected, the change will be ignored.

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

Bases: TUIMethod

Prints information on all cell zones.

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

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.

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

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.

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

Bases: TUIMethod

Enables you to rename a cell zone.

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

Bases: TUIMethod

Specifies a new origin for the mesh, to be used for cell zone rotation. The default origin is (0,0,0).

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

Bases: TUIMethod

Generates cells by revolving a face thread.

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

Bases: TUIMethod

Rotates all nodes of specified cell zones by a specified angle.

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

Bases: TUIMethod

Rotates all nodes of the model by a specified angle.

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

Bases: TUIMethod

Scales all nodes of specified cell zones by a specified factor.

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

Bases: TUIMethod

Scales all nodes of the model by a specified factor.

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

Bases: TUIMethod

Sets the specified cell zones to be active.

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

Bases: TUIMethod

Translates all nodes of specified cell zones by a specified vector.

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

Bases: TUIMethod

Translates all nodes of the model by a specified vector.

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

Bases: TUIMethod

Changes the type and name of a cell zone.