local_regions#

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

Bases: TUIMenu

Enters the local refinement menu.

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.

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.