rename_zone#

class ansys.fluent.core.solver.tui_231.main_menu.define.boundary_conditions.rename_zone(path, service)#

Bases: TUIMenu

Enter the menu for renaming cell and face zones based on adjacency, adding suffixes or prefixes to names, and renaming zones based on the Fluent naming conventions.

Methods:

add_suffix_or_prefix(*args, **kwargs)

Add a suffix or prefix to one or more zones.

rename_by_adjacency(*args, **kwargs)

Append the name of the adjacent cell zone to the specified face zone.

rename_to_default(*args, **kwargs)

Rename a zone to use the Fluent naming convention.

add_suffix_or_prefix(*args, **kwargs)#

Add a suffix or prefix to one or more zones.

rename_by_adjacency(*args, **kwargs)#

Append the name of the adjacent cell zone to the specified face zone. For example, if fluid is the adjacent cell zone, and you select a face zone named interior, the resulting name of the face zone would be interior-fluid.

rename_to_default(*args, **kwargs)#

Rename a zone to use the Fluent naming convention.