From bcfa40c405915fcd1a502b8d4ed14712a8c9117a Mon Sep 17 00:00:00 2001 From: henry <Henry Weller h.weller@opencfd.co.uk> Date: Wed, 19 May 2010 22:48:54 +0100 Subject: [PATCH] interMixingFoam: corrected the slicing of allLambda for parallel running. --- applications/solvers/multiphase/interMixingFoam/alphaEqns.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applications/solvers/multiphase/interMixingFoam/alphaEqns.H b/applications/solvers/multiphase/interMixingFoam/alphaEqns.H index 972d1d71218..d302ff5147d 100644 --- a/applications/solvers/multiphase/interMixingFoam/alphaEqns.H +++ b/applications/solvers/multiphase/interMixingFoam/alphaEqns.H @@ -34,7 +34,8 @@ ), mesh, dimless, - allLambda + allLambda, + false // Use slices for the couples ); -- GitLab