diff --git a/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict b/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict index 6261216c655cca786a8818f1d050499c2d47f1c1..bf257a8ff55b8cfa687a2c9400cace03604bdc89 100644 --- a/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict +++ b/applications/utilities/mesh/generation/snappyHexMesh/snappyHexMeshDict @@ -431,7 +431,11 @@ snapControls // (wip) Optional for explicit feature snapping: //- Detect baffle edges. Default is true. //detectBaffles false; - //- Erase attraction close to feature point. Default is false. + //- On any faces where points are on multiple regions (see + // multiRegionFeatureSnap) have the other points follow these points + // instead of having their own independent movement, i.e. have snapping + // to multi-region edges/points take priority. This might aid snapping + // to sharp edges that are also region edges. The default is false. //releasePoints true; //- Walk along feature edges, adding missing ones. Default is true. //stringFeatures false;