twoPhaseEulerFoam:frictionalStressModel/Schaeffer: Correct mut on processor boundaries

This commit is contained in:
Henry
2011-06-13 22:32:15 +01:00
parent b6d4582300
commit 0200b59e79

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2004-2010 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2004-2011 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -140,6 +140,8 @@ Foam::tmp<Foam::volScalarField> Foam::SchaefferFrictionalStress::muf
}
}
muff.correctBoundaryConditions();
return tmuf;
}