Loading...
Searching...
No Matches
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;
rhoPhi
Definition rhoEqn.H:10
pimpleControl & pimple
U
Definition pEqn.H:72
volScalarField & p
fvVectorMatrix & UEqn
Definition UEqn.H:13
compressible::turbulenceModel & turbulence
label max(const labelHashSet &set, label maxValue=labelMin)
Find the max value in labelHashSet, optionally limited by second argument.
Definition hashSets.C:40
messageStream Info
Information stream (stdout output on master, null elsewhere).
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition Ostream.H:519
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
CEqn solve()