OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

UEqn.H

Go to the documentation of this file.
00001     fvVectorMatrix UEqn
00002     (
00003         fvm::ddt(rho, U)
00004       + fvm::div(phi, U)
00005       + turbulence->divDevRhoReff(U)
00006     );
00007 
00008     if (momentumPredictor)
00009     {
00010         solve(UEqn == -fvc::grad(p));
00011     }
Copyright © 2000-2009 OpenCFD Ltd