improve#

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

Bases: TUIMenu

Enters the prism improve menu.

Classes:

improve_prism_cells(service, version, mode, path)

Collects and smooths cells in layers around poor quality cells.

smooth_brute_force(service, version, mode, path)

Forcibly smooths cells if cell skewness is still high after regular smoothing.

smooth_cell_rings(service, version, mode, path)

Specifies the number of cell rings around the skewed cell used by improve-prism-cells.

smooth_improve_prism_cells(service, version, ...)

Uses a combination of node movement and optimized smoothing to improve the quality.

smooth_prism_cells(service, version, mode, path)

Enables optimization based smoothing of prism cells.

smooth_sliver_skew(service, version, mode, path)

Specifies the skewness above which prism cells will be smoothed.

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

Bases: TUIMethod

Collects and smooths cells in layers around poor quality cells. Cells with quality worse than the specified threshold value will be identified, and the nodes of the cells surrounding the poor quality cells will be moved to improve quality.

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

Bases: TUIMethod

Forcibly smooths cells if cell skewness is still high after regular smoothing.

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

Bases: TUIMethod

Specifies the number of cell rings around the skewed cell used by improve-prism-cells.

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

Bases: TUIMethod

Uses a combination of node movement and optimized smoothing to improve the quality. This command is a combination of the smooth-prism-cells and improve-prism-cells commands. The cell aspect ratio will also be maintained based on the value specified for max-aspect-ratio.

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

Bases: TUIMethod

Enables optimization based smoothing of prism cells. The nodes of cells with quality worse than the specified threshold value will be moved to improve quality. The cell aspect ratio will also be maintained based on the value specified for max-aspect-ratio.

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

Bases: TUIMethod

Specifies the skewness above which prism cells will be smoothed.