From 7336826eab9de31df6f28741bffb009496449a2a Mon Sep 17 00:00:00 2001 From: mattijs Date: Mon, 13 Jan 2014 16:23:51 +0000 Subject: [PATCH] ENH: mixerVessel: adjust deomposition to avoid baffles on processor boundaries --- .../mesh/foamyHexMesh/mixerVessel/system/decomposeParDict | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorials/mesh/foamyHexMesh/mixerVessel/system/decomposeParDict b/tutorials/mesh/foamyHexMesh/mixerVessel/system/decomposeParDict index 4c4b362763..295c3e9504 100644 --- a/tutorials/mesh/foamyHexMesh/mixerVessel/system/decomposeParDict +++ b/tutorials/mesh/foamyHexMesh/mixerVessel/system/decomposeParDict @@ -30,7 +30,8 @@ simpleCoeffs hierarchicalCoeffs { n ( 2 2 2 ); - delta 0.001; + delta 0.2; // rotate a bit to avoid baffle topology + // at processor boundary order xyz; }