diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/system/blockMeshDict b/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/system/blockMeshDict index 28964be9ed..a389a934ec 100644 --- a/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/system/blockMeshDict +++ b/tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/system/blockMeshDict @@ -28,10 +28,6 @@ vertices ( 0 2180 260) ); -edges -( -); - blocks ( hex (0 1 2 3 4 5 6 7) (35 150 15) simpleGrading (1 1 1) @@ -39,7 +35,7 @@ blocks boundary ( - frontAndBack + topAndBottom { type wall; faces @@ -49,7 +45,7 @@ boundary ); } - topAndBottom + frontAndBack { type wall; faces @@ -78,6 +74,4 @@ boundary } ); -mergePatchPairs -( -); +// ************************************************************************* //