diff --git a/tutorials/incompressible/simpleFoam/motorBike/system/snappyHexMeshDict b/tutorials/incompressible/simpleFoam/motorBike/system/snappyHexMeshDict index 6b36b1ef39..ebed3bc292 100644 --- a/tutorials/incompressible/simpleFoam/motorBike/system/snappyHexMeshDict +++ b/tutorials/incompressible/simpleFoam/motorBike/system/snappyHexMeshDict @@ -193,17 +193,17 @@ snapControls //- Number of feature edge snapping iterations. // Leave out altogether to disable. - nFeatureSnapIter 10; + nFeatureSnapIter 0; //- Detect (geometric only) features by sampling the surface // (default=false). implicitFeatureSnap false; //- Use castellatedMeshControls::features (default = true) - explicitFeatureSnap true; + explicitFeatureSnap false; //- Detect points on multiple surfaces (only for explicitFeatureSnap) - multiRegionFeatureSnap true; + multiRegionFeatureSnap false; }