flow360.SurfaceEdgeRefinement#
- class SurfaceEdgeRefinement[source]#
Bases:
Flow360BaseModelSetting for growing anisotropic layers orthogonal to the specified Edge (s).
Example
>>> fl.SurfaceEdgeRefinement( ... edges=[geometry["edge1"], geometry["edge2"]], ... method=fl.HeightBasedRefinement(value=1e-4) ... )
- entities: EntityList[Edge] [Required] (alias 'edges')#
- method: AngleBasedRefinement | HeightBasedRefinement | AspectRatioBasedRefinement | ProjectAnisoSpacing [Required]#
Method for determining the spacing. See
AngleBasedRefinement,HeightBasedRefinement,AspectRatioBasedRefinement,ProjectAnisoSpacing