From 23b169553c5359ba9d0f9c2f53d76dc9d84eaa80 Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Tue, 20 Jun 2023 15:13:35 +0100 Subject: [PATCH] tutorials: Removed unused mergePatchPairs entries from blockMeshDicts --- .../incompressibleFluid/oscillatingInlet/system/blockMeshDict | 4 ---- tutorials/multiphaseEuler/LBend/system/blockMeshDict | 2 -- tutorials/multiphaseEuler/hydrofoil/system/blockMeshDict | 3 --- tutorials/multiphaseEuler/pipeBend/system/blockMeshDict | 3 +-- tutorials/resources/blockMesh/ballValve | 4 ---- 5 files changed, 1 insertion(+), 15 deletions(-) diff --git a/tutorials/incompressibleFluid/oscillatingInlet/system/blockMeshDict b/tutorials/incompressibleFluid/oscillatingInlet/system/blockMeshDict index 00f4647859..a08700e6e7 100644 --- a/tutorials/incompressibleFluid/oscillatingInlet/system/blockMeshDict +++ b/tutorials/incompressibleFluid/oscillatingInlet/system/blockMeshDict @@ -93,8 +93,4 @@ boundary } ); -mergePatchPairs -( -); - // ************************************************************************* // diff --git a/tutorials/multiphaseEuler/LBend/system/blockMeshDict b/tutorials/multiphaseEuler/LBend/system/blockMeshDict index 45da12c181..89fcb68c67 100644 --- a/tutorials/multiphaseEuler/LBend/system/blockMeshDict +++ b/tutorials/multiphaseEuler/LBend/system/blockMeshDict @@ -112,7 +112,6 @@ boundary (12 13 14 15) ); } - ); mergePatchPairs @@ -120,5 +119,4 @@ mergePatchPairs (wall_merge wall_merge2) ); - // ************************************************************************* // diff --git a/tutorials/multiphaseEuler/hydrofoil/system/blockMeshDict b/tutorials/multiphaseEuler/hydrofoil/system/blockMeshDict index 9217b8e79c..5dcbd8fe4d 100644 --- a/tutorials/multiphaseEuler/hydrofoil/system/blockMeshDict +++ b/tutorials/multiphaseEuler/hydrofoil/system/blockMeshDict @@ -267,8 +267,5 @@ boundary } ); -mergePatchPairs -(); - // ************************************************************************* // diff --git a/tutorials/multiphaseEuler/pipeBend/system/blockMeshDict b/tutorials/multiphaseEuler/pipeBend/system/blockMeshDict index 1dd718ec40..6ad38fa3f1 100644 --- a/tutorials/multiphaseEuler/pipeBend/system/blockMeshDict +++ b/tutorials/multiphaseEuler/pipeBend/system/blockMeshDict @@ -179,5 +179,4 @@ boundary } ); -mergePatchPairs -(); +// ************************************************************************* // diff --git a/tutorials/resources/blockMesh/ballValve b/tutorials/resources/blockMesh/ballValve index a5b8e2178b..e234271112 100644 --- a/tutorials/resources/blockMesh/ballValve +++ b/tutorials/resources/blockMesh/ballValve @@ -397,8 +397,4 @@ boundary } ); -mergePatchPairs -( -); - // ************************************************************************* //