// Solve the momentum equation tmp UrelEqn ( fvm::div(phi, Urel) + turbulence->divDevReff() + SRF->Su() ); // Momentum solution solve(relax(UrelEqn()) == -fvc::grad(p));