From fa54db85e23df94ae9ae8180ce9a6ed9d500960a Mon Sep 17 00:00:00 2001 From: Chris Greenshields Date: Wed, 5 Aug 2015 18:44:26 +0100 Subject: [PATCH] inflowOutflow templates: added inlet and outlet groups in snappyHexMeshDict --- etc/templates/inflowOutflow/system/snappyHexMeshDict | 12 ++++++++++-- .../inflowOutflowRotating/system/snappyHexMeshDict | 12 ++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/etc/templates/inflowOutflow/system/snappyHexMeshDict b/etc/templates/inflowOutflow/system/snappyHexMeshDict index 1d033ce2..ffb13c1b 100644 --- a/etc/templates/inflowOutflow/system/snappyHexMeshDict +++ b/etc/templates/inflowOutflow/system/snappyHexMeshDict @@ -53,13 +53,21 @@ castellatedMeshControls { level (2 2); - patchInfo { type patch; } + patchInfo + { + type patch; + inGroups (inlet); + } } { level (2 2); - patchInfo { type patch; } + patchInfo + { + type patch; + inGroups (outlet); + } } } } diff --git a/etc/templates/inflowOutflowRotating/system/snappyHexMeshDict b/etc/templates/inflowOutflowRotating/system/snappyHexMeshDict index 5693250b..a2231867 100644 --- a/etc/templates/inflowOutflowRotating/system/snappyHexMeshDict +++ b/etc/templates/inflowOutflowRotating/system/snappyHexMeshDict @@ -66,13 +66,21 @@ castellatedMeshControls { level (2 2); - patchInfo { type patch; } + patchInfo + { + type patch; + inGroups (inlet); + } } { level (2 2); - patchInfo { type patch; } + patchInfo + { + type patch; + inGroups (outlet); + } } } }