diff --git a/applications/solvers/modules/twoPhaseSolver/alphaPredictor.C b/applications/solvers/modules/twoPhaseSolver/alphaPredictor.C index 95d23bb61f..874c111364 100644 --- a/applications/solvers/modules/twoPhaseSolver/alphaPredictor.C +++ b/applications/solvers/modules/twoPhaseSolver/alphaPredictor.C @@ -163,8 +163,8 @@ void Foam::solvers::twoPhaseSolver::alphaSolve divU = ( mesh.moving() - ? fvc::div(phiCN + mesh.phi()) - : fvc::div(phiCN) + ? fvc::div(phiCN() + mesh.phi()) + : fvc::div(phiCN()) ); }