reorder#

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

Bases: TUIMenu

Reorders domain menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

band_width(service, version, mode, path)

Prints cell bandwidth.

reorder_domain(service, version, mode, path)

Reorders cells and faces using the reverse Cuthill-McKee algorithm.

reorder_zones(service, version, mode, path)

Reorders zones by partition, type, and ID.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Prints cell bandwidth.

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

Bases: TUIMethod

Reorders cells and faces using the reverse Cuthill-McKee algorithm. Note that you must save a new case file (and a data file, if data exists) after reordering with this text command, as well as recreate any ray files and/or surface cluster information.

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

Bases: TUIMethod

Reorders zones by partition, type, and ID.