local_regions#

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

Bases: TUIMenu

Enters the local refinement menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

define(service, version, mode, path)

Defines the refinement region according to the specified parameters.

delete(service, version, mode, path)

Deletes the specified region.

init(service, version, mode, path)

Creates a region encompassing the entire geometry.

list_all_regions(service, version, mode, path)

Lists all the refinement regions in the console.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Defines the refinement region according to the specified parameters.

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

Bases: TUIMethod

Deletes the specified region.

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

Bases: TUIMethod

Creates a region encompassing the entire geometry.

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

Bases: TUIMethod

Lists all the refinement regions in the console.