improve#

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

Bases: TUIMenu

Enter the Tet improve menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

collapse_slivers(service, version, mode, path)

Remove skewed cells by edge collapse.

improve_cells(service, version, mode, path)

Improve skewed cells.

refine_boundary_slivers(service, version, ...)

Refine boundary slivers by edge-split.

refine_slivers(service, version, mode, path)

Refine sliver cells by introducing node near centroid.

skew_smooth_nodes(service, version, mode, path)

Smooth node locations.

sliver_boundary_swap(service, version, mode, ...)

Remove boundary slivers by moving the boundary to exclude the cells from the zone.

smooth_boundary_sliver(service, version, ...)

Smooth skewed cells with all nodes on the boundary.

smooth_interior_sliver(service, version, ...)

Smooth skewed cells with some interior node.

smooth_nodes(service, version, mode, path)

Smooth node locations.

swap_faces(service, version, mode, path)

Perform interior face swapping to improve cell skewness.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Remove skewed cells by edge collapse.

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

Bases: TUIMethod

Improve skewed cells.

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

Bases: TUIMethod

Refine boundary slivers by edge-split.

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

Bases: TUIMethod

Refine sliver cells by introducing node near centroid.

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

Bases: TUIMethod

Smooth node locations.

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

Bases: TUIMethod

Remove boundary slivers by moving the boundary to exclude the cells from the zone.

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

Bases: TUIMethod

Smooth skewed cells with all nodes on the boundary.

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

Bases: TUIMethod

Smooth skewed cells with some interior node.

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

Bases: TUIMethod

Smooth node locations.

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

Bases: TUIMethod

Perform interior face swapping to improve cell skewness.