UEqn.H
Go to the documentation of this file.
1 fvVectorMatrix UEqn
2 (
3 fvm::ddt(rho, U)
4 + fvm::div(phi, U)
5 + turbulence->divDevRhoReff(U)
6 ==
8 );
9
10 if (pimple.momentumPredictor())
11 {
12 solve(UEqn == -fvc::grad(p));
13
14 fvOptions.correct(U);
15 K = 0.5*magSqr(U);
16 }
CGAL::Exact_predicates_exact_constructions_kernel K
fv::options & fvOptions
surfaceScalarField & phi
pimpleControl & pimple
U
Definition: pEqn.H:72
volScalarField & p
fvVectorMatrix & UEqn
Definition: UEqn.H:13
compressible::turbulenceModel & turbulence
CEqn solve()