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