From 19c9b59c4ad98924e78058a28f3024fed6b443ee Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Sun, 9 Feb 2020 14:36:10 +0000 Subject: [PATCH] tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity: Swapped the frontAndBack and topAndBottom patch names --- .../buoyantCavity/system/blockMeshDict | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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 -( -); +// ************************************************************************* //