Skip to content

Commit 46999b1

Browse files
benflexcomputeflow360-auto-hotfix-bot
authored andcommitted
Updated the description of the planar_face_tolerance (#1342)
1 parent 1875e27 commit 46999b1

File tree

1 file changed

+3
-3
lines changed
  • flow360/component/simulation/meshing_param

1 file changed

+3
-3
lines changed

flow360/component/simulation/meshing_param/params.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ class MeshingDefaults(Flow360BaseModel):
106106

107107
planar_face_tolerance: pd.NonNegativeFloat = pd.Field(
108108
1e-6,
109-
description="Tolerance used for detecting planar faces in the input surface mesh"
109+
description="Tolerance used for detecting planar faces in the input surface mesh / geometry"
110110
" that need to be remeshed, such as symmetry planes."
111111
" This tolerance is non-dimensional, and represents a distance"
112-
" relative to the largest dimension of the bounding box of the input surface mesh."
113-
" This is only supported by the beta mesher and can not be overridden per face.",
112+
" relative to the largest dimension of the bounding box of the input surface mesh / geometry."
113+
" This can not be overridden per face.",
114114
)
115115

116116
##:: Default surface layer settings

0 commit comments

Comments
 (0)