flow360.snappy.SmoothControls#

class SmoothControls#

Bases: Flow360BaseModel

Mesh smoothing controls.

lambda_factor: Annotated[float, Ge(ge=0)] = 0.7#

Controls the strength of smoothing in a single iteration.

Constraints:
  • le = 1

  • ge = 0

mu_factor: Annotated[float, Ge(ge=0)] = 0.71#

Controls the strength of geometry inflation during a single iteration. It is reccomended to set mu to be a little higher than lambda.

Constraints:
  • le = 1

  • ge = 0

iterations: Annotated[int, Ge(ge=0)] = 5#

Number of smoothing iterations.

Constraints:
  • ge = 0