From 9c08ae6fac946674292021581753a22814282e41 Mon Sep 17 00:00:00 2001 From: Henry Date: Mon, 25 May 2015 11:33:11 +0100 Subject: [PATCH] MRFZone: Synchronize the faceType across processor patches Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1685 --- src/finiteVolume/cfdTools/general/MRF/MRFZone.C | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/finiteVolume/cfdTools/general/MRF/MRFZone.C b/src/finiteVolume/cfdTools/general/MRF/MRFZone.C index c1973f3df..916345b07 100644 --- a/src/finiteVolume/cfdTools/general/MRF/MRFZone.C +++ b/src/finiteVolume/cfdTools/general/MRF/MRFZone.C @@ -30,6 +30,7 @@ License #include "fvMatrices.H" #include "faceSet.H" #include "geometricOneField.H" +#include "syncTools.H" // * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // @@ -117,6 +118,9 @@ void Foam::MRFZone::setMRFFaces() } } + // Synchronize the faceType across processor patches + syncTools::syncFaceList(mesh_, faceType, maxEqOp