From b2a7bf3e5e909eb0a78281f79d0a8df9af499f7c 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 0f0e888037..7c1659090c 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 c5264154d6..dfcd05a870 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); + } } } }