cell_zone_conditions#

class ansys.fluent.core.meshing.tui_241.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.

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.

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.