snappy.SmoothControls#
- class SmoothControls#
Bases:
Flow360BaseModelMesh smoothing controls.
Attributes
- mu_factor: float#
Controls the strength of geometry inflation during a single iteration. It is reccomended to set mu to be a little higher than lambda.
- Default:
0.71
Additional Constructors
- classmethod from_file(filename)#
Load a Flow360BaseModel from a .json file.
- Parameters:
filename (str)
- Return type:
Flow360BaseModel
Methods