diff --git a/tutorials/mesh/snappyHexMesh/flange/constant/polyMesh/blockMeshDict b/tutorials/mesh/snappyHexMesh/flange/constant/polyMesh/blockMeshDict index 83ee691b8c6b59eb6267e32abb1f7526fa2e2626..75bf99b39921579efa45f37cd2c8dd3a179bd7ec 100644 --- a/tutorials/mesh/snappyHexMesh/flange/constant/polyMesh/blockMeshDict +++ b/tutorials/mesh/snappyHexMesh/flange/constant/polyMesh/blockMeshDict @@ -30,7 +30,7 @@ vertices blocks ( - hex (0 1 2 3 4 5 6 7) (15 15 9) simpleGrading (1 1 1) + hex (0 1 2 3 4 5 6 7) (20 16 12) simpleGrading (1 1 1) ); edges diff --git a/tutorials/mesh/snappyHexMesh/flange/system/snappyHexMeshDict b/tutorials/mesh/snappyHexMesh/flange/system/snappyHexMeshDict index d7f6fd3439d3b475e95ee9656bd9130e1730b7c2..46980c8d2ffad4f0717f3b95390fff344499ccb3 100644 --- a/tutorials/mesh/snappyHexMesh/flange/system/snappyHexMeshDict +++ b/tutorials/mesh/snappyHexMesh/flange/system/snappyHexMeshDict @@ -42,16 +42,6 @@ geometry centre (0 0 -0.012); radius 0.003; } - - //- Refine a bit extra around the edge of the flange. With only two cells - // across it might/might not mesh correctly. - refineCap - { - type searchableCylinder; - point1 (0 0.021 -0.01075); - point2 (0 0.025 -0.01075); - radius 0.013; - } }; @@ -144,11 +134,6 @@ castellatedMeshControls mode inside; levels ((1E15 3)); } - refineCap - { - mode inside; - levels ((1E15 3)); - } }