Go to the source code of this file.
Functions | |
| MRF | correctBoundaryVelocity (U) |
| tmp< fvVectorMatrix > | tUEqn (fvm::div(phi, U)+MRF.DDt(U)+turbulence->divDevSigma(U)==fvModels.source(U)) |
| UEqn | relax () |
| if (pressureImplicitPorosity) | |
| fvConstraints | constrain (UEqn) |
| solve (UEqn==-fvc::grad(p)) | |
| fvConstraints | constrain (U) |
| trAU | ref ().rename("rAU") |
Variables | |
| fvVectorMatrix & | UEqn = tUEqn.ref() |
| tmp< volScalarField > | trAU = 1.0/UEqn.A() |
| tmp< volTensorField > | trTU |
| else | |
| tmp<fvVectorMatrix> tUEqn | ( | fvm::div(phi, U)+MRF.DDt(U)+turbulence->divDevSigma(U) | = =fvModels.source(U) | ) |
| UEqn relax | ( | ) |
| if | ( | pressureImplicitPorosity | ) |
Definition at line 24 of file UEqn.H.
References fvConstraints::constrain(), fvConstraints, Foam::fvc::grad(), Foam::I, Foam::inv(), nUCorr, p, pZones(), trTU, and U.

| fvConstraints constrain | ( | UEqn | ) |
| fvConstraints constrain | ( | U | ) |
| trAU ref | ( | ) |