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_smoothing
str
The smoothing method.
- number_of_iterations
int
The number of smoothing iterations.
- relaxation_factor
real
The smoothing relaxation factor.
- percentage_of_cells
real
The threhold percentage of cells above which smoothing is applied.
- skewness_threshold
real
The threhold quality of cells above which smoothing is applied.
- type_of_smoothing
Arguments
Argument |
Summary |
---|---|
The smoothing method. |
|
The number of smoothing iterations. |
|
The smoothing relaxation factor. |
|
The threhold percentage of cells above which smoothing is applied. |
|
The threhold quality of cells above which smoothing is applied. |
Included in:
Parent |
Summary |
---|---|
‘mesh’ child. |