boundary_conditions#

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

Bases: TUIMenu

Contains options for copying or clearing boundary 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 boundary conditions assigned to the specified face zones.

clear_all(service, version, mode, path)

Clears the boundary conditions assigned to all the face zones.

copy(service, version, mode, path)

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

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Clears the boundary conditions assigned to the specified face zones.

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

Bases: TUIMethod

Clears the boundary conditions assigned to all the face zones.

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

Bases: TUIMethod

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