smooth_controls#

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

Bases: TUIMenu

Enters the menu for setting smoothing parameters for poly mesh.

Classes:

centroid_smooth_iterations(service, version, ...)

Sets the number of passes for tet-cell centroid smoothing during the poly mesh generation phase.

edge_smooth_iterations(service, version, ...)

Sets the number of passes for tet-cell edge smoothing during the poly mesh generation phase.

laplace_smooth_iterations(service, version, ...)

Sets the number of passes for tet-cell Laplace smoothing during the poly mesh generation phase.

smooth_attempts(service, version, mode, path)

Sets the maximum number of movements for a single node during poly mesh smoothing.

smooth_boundary(service, version, mode, path)

Enables boundary smoothing as part of poly cell smoothing.

smooth_iterations(service, version, mode, path)

Sets the number of improvement passes over the full poly mesh.

smooth_on_layer(service, version, mode, path)

Constrains movement of nodes to maintain layering during poly mesh smoothing.

smooth_skew(service, version, mode, path)

Sets the minimum skewness threshold for poly mesh smoothing.

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

Bases: TUIMethod

Sets the number of passes for tet-cell centroid smoothing during the poly mesh generation phase.

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

Bases: TUIMethod

Sets the number of passes for tet-cell edge smoothing during the poly mesh generation phase.

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

Bases: TUIMethod

Sets the number of passes for tet-cell Laplace smoothing during the poly mesh generation phase.

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

Bases: TUIMethod

Sets the maximum number of movements for a single node during poly mesh smoothing.

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

Bases: TUIMethod

Enables boundary smoothing as part of poly cell smoothing. Default is no.

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

Bases: TUIMethod

Sets the number of improvement passes over the full poly mesh.

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

Bases: TUIMethod

Constrains movement of nodes to maintain layering during poly mesh smoothing.

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

Bases: TUIMethod

Sets the minimum skewness threshold for poly mesh smoothing.