boundary_conditions#

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

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.

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.