3MRF.correctBoundaryVelocity(U);
5tmp<fvVectorMatrix> tUEqn
7 fvm::ddt(rho, U) + fvm::div(phi, U)
9 + turbulence->divDevRhoReff(U)
13fvVectorMatrix& UEqn = tUEqn.ref();
17fvOptions.constrain(UEqn);
19if (pimple.momentumPredictor())
21 solve(UEqn == -fvc::grad(p));