26MRF.correctBoundaryVelocity(U);
28tmp<fvVectorMatrix> tUEqn
30 fvm::ddt(U) + fvm::div(phi, U)
32 + turbulence->divDevReff(U)
36fvVectorMatrix& UEqn = tUEqn.ref();
40fvOptions.constrain(UEqn);
42if (pimple.momentumPredictor())
44 solve(UEqn == -fvc::grad(p));