cell_zone_conditions#

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

Bases: TUIMenu

Contains options for copying or clearing cell zone conditions when a case file is read.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

clear(service, version, mode, path)

Clears the cell zone conditions assigned to the specified zones.

clear_all(service, version, mode, path)

Clears the cell conditions assigned to all the zones.

copy(service, version, mode, path)

Enables you to copy the cell zone conditions from the zone selected to the zones specified.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Clears the cell zone conditions assigned to the specified zones.

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

Bases: TUIMethod

Clears the cell conditions assigned to all the zones.

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

Bases: TUIMethod

Enables you to copy the cell zone conditions from the zone selected to the zones specified.