smooth_mesh#

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

Bases: Command

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

Parameters:
type_of_smoothingstr

‘type_of_smoothing’ child.

number_of_iterationsint

‘number_of_iterations’ child.

relaxtion_factorreal

‘relaxtion_factor’ child.

percentage_of_cellsreal

‘percentage_of_cells’ child.

skewness_thresholdreal

‘skewness_threshold’ child.

Arguments

Argument

Summary

type_of_smoothing

‘type_of_smoothing’ child.

number_of_iterations

‘number_of_iterations’ child.

relaxtion_factor

‘relaxtion_factor’ child.

percentage_of_cells

‘percentage_of_cells’ child.

skewness_threshold

‘skewness_threshold’ child.

Included in:

Parent

Summary

mesh

‘mesh’ child.