collar_grids#

class ansys.fluent.core.generated.solver.tui_252.main_menu.define.overset_interfaces.collar_grids(service, version, mode, path)#

Bases: TUIMenu

Enter the overset collar grid menu. Collar grids only need to be defined if they are to be excluded from being cut during hole cutting.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

add(service, version, mode, path)

Add overset component grid to list of collar grids.

delete(service, version, mode, path)

Remove a grid from list of collar grids.

delete_all(service, version, mode, path)

Remove all grids from collar grid list.

list(service, version, mode, path)

List all grids on collar grid list.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Add overset component grid to list of collar grids.

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

Bases: TUIMethod

Remove a grid from list of collar grids.

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

Bases: TUIMethod

Remove all grids from collar grid list.

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

Bases: TUIMethod

List all grids on collar grid list.