UEqn.H
Go to the documentation of this file.
1 fvVectorMatrix UEqn
2 (
3 fvm::ddt(rho, U)
4 + fvm::div(rhoPhi, U)
5 + turbulence->divDevRhoReff(rho, U)
6 );
7
8 UEqn.relax();
9
10 if (pimple.momentumPredictor())
11 {
12 solve(UEqn == -fvc::grad(p));
13 }
14
15 Info<< "max(U) " << max(mag(U)).value() << endl;
Y[inertIndex] max(0.0)
rhoPhi
Definition: rhoEqn.H:10
pimpleControl & pimple
U
Definition: pEqn.H:72
volScalarField & p
fvVectorMatrix & UEqn
Definition: UEqn.H:13
compressible::turbulenceModel & turbulence
messageStream Info
Information stream (stdout output on master, null elsewhere)
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:372
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
CEqn solve()