From f4deefbe6f725224fb959e5a0b05cf3778e096b8 Mon Sep 17 00:00:00 2001 From: Chris Greenshields Date: Wed, 5 Aug 2015 18:44:14 +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 0f0e88803..7c1659090 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 c5264154d..dfcd05a87 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); + } } } }