local_regions#

class ansys.fluent.core.meshing.tui_231.main_menu.mesh.tet.local_regions(path, service)#

Bases: TUIMenu

Enters the local refinement menu.

Methods:

activate(*args, **kwargs)

Activates the specified regions for refinement.

deactivate(*args, **kwargs)

Deactivates the specified regions for refinement.

define(*args, **kwargs)

Defines the refinement region according to the specified parameters.

delete(*args, **kwargs)

Deletes the specified refinement region.

ideal_area(*args, **kwargs)

Ideal triangle area for given edge length.

ideal_vol(*args, **kwargs)

Reports the volume of an ideal tetrahedron for the edge length specified.

init(*args, **kwargs)

Defines the default refinement region encompassing the entire geometry.

list_all_regions(*args, **kwargs)

Lists all refinement region parameters and the activated regions in the console.

refine(*args, **kwargs)

Refines the active cells inside the selected region based on the specified refinement parameters.

activate(*args, **kwargs)#

Activates the specified regions for refinement.

deactivate(*args, **kwargs)#

Deactivates the specified regions for refinement.

define(*args, **kwargs)#

Defines the refinement region according to the specified parameters.

delete(*args, **kwargs)#

Deletes the specified refinement region.

ideal_area(*args, **kwargs)#

Ideal triangle area for given edge length.

ideal_vol(*args, **kwargs)#

Reports the volume of an ideal tetrahedron for the edge length specified.

init(*args, **kwargs)#

Defines the default refinement region encompassing the entire geometry.

list_all_regions(*args, **kwargs)#

Lists all refinement region parameters and the activated regions in the console.

refine(*args, **kwargs)#

Refines the active cells inside the selected region based on the specified refinement parameters.