local_regions#

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

Bases: TUIMenu

Enters the local refinement menu. Poly meshing follows tet meshing. These commands behave like the equivalent commands under /mesh/tet/local-regions/.

Classes:

activate(service, version, mode, path)

Activates the specified regions for refinement.

deactivate(service, version, mode, path)

Deactivates the specified regions for refinement.

define(service, version, mode, path)

Defines the refinement region according to the specified parameters.

delete(service, version, mode, path)

Deletes the specified refinement region.

ideal_area(service, version, mode, path)

Ideal triangle area for given edge length.

ideal_vol(service, version, mode, path)

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

init(service, version, mode, path)

Defines the default refinement region encompassing the entire geometry.

list_all_regions(service, version, mode, path)

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

refine(service, version, mode, path)

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

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

Bases: TUIMethod

Activates the specified regions for refinement.

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

Bases: TUIMethod

Deactivates the specified regions for refinement.

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 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

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

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

Bases: TUIMethod

Defines the default refinement region encompassing the entire geometry.

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

Bases: TUIMethod

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

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

Bases: TUIMethod

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