From eeb486c38d48fbc5169564296e0aee2eee55f862 Mon Sep 17 00:00:00 2001 From: Prashant <prashantS.sonakar@esi-group.com> Date: Tue, 17 Jan 2017 11:27:42 +0000 Subject: [PATCH] adding viewFactorWall to inGroups fixes #384 --- .../system/bottomAir/changeDictionaryDict | 6 ++++++ .../system/topAir/changeDictionaryDict | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/bottomAir/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/bottomAir/changeDictionaryDict index 83f882ef979..fbe09f939ff 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/bottomAir/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/bottomAir/changeDictionaryDict @@ -19,10 +19,16 @@ boundary minX { type wall; + inGroups 2(wall viewFactorWall); } maxX { type wall; + inGroups 2(wall viewFactorWall); + } + ".*" + { + inGroups 2(wall viewFactorWall); } } diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/topAir/changeDictionaryDict b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/topAir/changeDictionaryDict index 2af8a1af98c..4c1eeba58e9 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/topAir/changeDictionaryDict +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/topAir/changeDictionaryDict @@ -14,6 +14,14 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // +boundary +{ + ".*" + { + inGroups 2(wall viewFactorWall); + } +} + U { internalField uniform (0.1 0 0); -- GitLab