smooth_mesh#

class ansys.fluent.core.generated.solver.settings_252.smooth_mesh(name=None, parent=None)#

Bases: Command

Smooth the mesh using quality-based, Laplace or skewness methods.

Parameters:
type_of_smoothingstr

The smoothing method.

number_of_iterationsint

The number of smoothing iterations.

relaxation_factorreal

The smoothing relaxation factor.

percentage_of_cellsreal

The threhold percentage of cells above which smoothing is applied.

skewness_thresholdreal

The threhold quality of cells above which smoothing is applied.

Arguments

Argument

Summary

type_of_smoothing

The smoothing method.

number_of_iterations

The number of smoothing iterations.

relaxation_factor

The smoothing relaxation factor.

percentage_of_cells

The threhold percentage of cells above which smoothing is applied.

skewness_threshold

The threhold quality of cells above which smoothing is applied.

Included in:

Parent

Summary

mesh

‘mesh’ child.