Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / applications / solvers / coupled / pUCoupledFoam / UEqn.H
blob00876a5b0267afe06fac2d8f00e4030b8f067fa8
1 // Momentum equation
2 tmp<fvVectorMatrix> UEqn
4     fvm::ddt(U)
5   + fvm::div(phi, U)
6   + turbulence->divDevReff(U)
7 );
9 UEqn().relax();
11 UpEqn.insertEquation(0, UEqn());