AspectRatioBasedRefinement#
- class AspectRatioBasedRefinement[source]#
Bases:
Flow360BaseModelSurface edge refinement by specifying maximum aspect ratio of the anisotropic cells.
Example
>>> fl.AspectRatioBasedRefinement(value=10)
Attributes
Additional Constructors
- classmethod from_file(filename)#
Load a Flow360BaseModel from a .json file.
- Parameters:
filename (str)
- Return type:
Flow360BaseModel
Methods