From dbc4b4b20b3db526b4f8240764d44dc31595d076 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 10 Feb 2022 19:54:58 +0000 Subject: [PATCH] tutorials::wingMotion_snappyHexMesh::blockMeshDict: replaced symmetryPlane with patch to ensure createPatch removes the original front and back patches after extrusion. --- .../wingMotion/wingMotion_snappyHexMesh/system/blockMeshDict | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/incompressible/pimpleFoam/RAS/wingMotion/wingMotion_snappyHexMesh/system/blockMeshDict b/tutorials/incompressible/pimpleFoam/RAS/wingMotion/wingMotion_snappyHexMesh/system/blockMeshDict index 0c55cc2b2c..447af63dbc 100644 --- a/tutorials/incompressible/pimpleFoam/RAS/wingMotion/wingMotion_snappyHexMesh/system/blockMeshDict +++ b/tutorials/incompressible/pimpleFoam/RAS/wingMotion/wingMotion_snappyHexMesh/system/blockMeshDict @@ -65,7 +65,7 @@ boundary symFront { - type symmetryPlane; + type patch; faces ( (4 5 6 7) @@ -74,7 +74,7 @@ boundary symBack { - type symmetryPlane; + type patch; faces ( (0 3 2 1)