refine#

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

Bases: TUIMenu

Enter refine boundary face menu.

Methods:

__init__(service, version, mode, path)

Initialize TUIMethod.

Classes:

auto_refine(service, version, mode, path)

Automatically refine faces based on proximity with other faces.

clear(service, version, mode, path)

Clear the refine flag at the faces.

count(service, version, mode, path)

Count the number of faces flagged on thread(s).

limits(service, version, mode, path)

List face zone information on number of faces flagged and range of face size.

local_regions(service, version, mode, path)

Enter the refine-local menu.

mark(service, version, mode, path)

Mark faces in region for refinement.

refine(service, version, mode, path)

Refine the flagged faces.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Automatically refine faces based on proximity with other faces.

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

Bases: TUIMethod

Clear the refine flag at the faces.

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

Bases: TUIMethod

Count the number of faces flagged on thread(s).

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

Bases: TUIMethod

List face zone information on number of faces flagged and range of face size.

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

Bases: TUIMethod

Mark faces in region for refinement.

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

Bases: TUIMethod

Refine the flagged faces.