refinement_regions#

class ansys.fluent.core.meshing.tui_241.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.

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.

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.