// Solve the Momentum equation tmp UEqn ( fvm::div(phi, U) + turbulence->divDevRhoReff(U) ); UEqn().relax(); solve(UEqn() == -fvc::grad(p));