refinement_regions#

class ansys.fluent.core.generated.meshing.tui_242.main_menu.mesh.rapid_octree.refinement_regions(service, version, mode, path)#

Bases: TUIMenu

Enters the rapid octree refinement region menu, which allows you to manage the refinement regions.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

add(service, version, mode, path)

Adds a refinement region to the domain.

delete(service, version, mode, path)

Deletes a refinement region.

edit(service, version, mode, path)

Edit a refinement region definition.

list(service, version, mode, path)

Lists all of the refinement regions.

list_properties(service, version, mode, path)

List the properties of a refinement region definition.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Adds a refinement region to the domain.

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

Bases: TUIMethod

Deletes a refinement region.

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

Bases: TUIMethod

Edit a refinement region definition.

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

Bases: TUIMethod

Lists all of the refinement regions.

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

Bases: TUIMethod

List the properties of a refinement region definition.