local_regions#

class ansys.fluent.core.generated.meshing.tui_261.main_menu.mesh.poly.local_regions(service, version, mode, path)#

Bases: TUIMenu

Enter the refine-local menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

activate(service, version, mode, path)

Activate regions for tet refinement.

deactivate(service, version, mode, path)

Activate regions for tet refinement.

define(service, version, mode, path)

Define a refinement region's parameters.

delete(service, version, mode, path)

Delete a refinement region.

ideal_area(service, version, mode, path)

Ideal triangle area for given edge length.

ideal_vol(service, version, mode, path)

Ideal tet volume for given edge length.

init(service, version, mode, path)

Delete all current regions and add the default refinement region.

list_all_regions(service, version, mode, path)

List all refinement regions.

refine(service, version, mode, path)

Refine live cells inside region based on refinement parameters.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Activate regions for tet refinement.

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

Bases: TUIMethod

Activate regions for tet refinement.

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

Bases: TUIMethod

Define a refinement region’s parameters.

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

Bases: TUIMethod

Delete a refinement region.

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

Bases: TUIMethod

Ideal triangle area for given edge length.

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

Bases: TUIMethod

Ideal tet volume for given edge length.

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

Bases: TUIMethod

Delete all current regions and add the default refinement region.

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

Bases: TUIMethod

List all refinement regions.

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

Bases: TUIMethod

Refine live cells inside region based on refinement parameters.