quality#

class ansys.fluent.core.meshing.tui_241.main_menu.diagnostics.quality(service, version, mode, path)#

Bases: TUIMenu

Contains options for fixing problems related to surface mesh quality on the specified object face zones or boundary face zones.

Classes:

collapse(service, version, mode, path)

Collapses bad quality faces based on area or skewness.

delaunay_swap(service, version, mode, path)

Improves the surface mesh by swapping based on the minimum skewness value and feature angle specified.

general_improve(service, version, mode, path)

Improves the surface mesh based on aspect ratio, size change, or skewness.

smooth(service, version, mode, path)

Improves the surface mesh by smoothing.

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

Bases: TUIMethod

Collapses bad quality faces based on area or skewness. For collapsing based on face area, specify the maximum face area and relative maximum area. For collapsing based on face skewness, specify the minimum skewness and feature angle. Additionally, specify the number of iterations and whether the boundary should be preserved.

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

Bases: TUIMethod

Improves the surface mesh by swapping based on the minimum skewness value and feature angle specified. Additionally, specify the number of iterations and whether the boundary should be preserved.

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

Bases: TUIMethod

Improves the surface mesh based on aspect ratio, size change, or skewness. Specify the minimum quality value, feature angle, number of iterations, and whether the boundary should be preserved.

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

Bases: TUIMethod

Improves the surface mesh by smoothing. Specify the number of smoothing iterations and whether the boundary should be preserved.