Go to the source code of this file.
Functions | |
| MRF | correctBoundaryVelocity (U) |
| tmp< fvVectorMatrix > | tUEqn (fvm::div(phi, U)+MRF.DDt(U)+turbulence->divDevReff(U)==fvOptions(U)) |
| UEqn | relax () |
| if (pressureImplicitPorosity) | |
| fvOptions | constrain (UEqn) |
| solve (UEqn==-fvc::grad(p)) | |
| fvOptions | correct (U) |
| trAU | ref ().rename("rAU") |
Variables | |
| fvVectorMatrix & | UEqn = tUEqn.ref() |
| tmp< volScalarField > | trAU = 1.0/UEqn.A() |
| tmp< volTensorField > | trTU |
| else | |
| UEqn relax | ( | ) |
| if | ( | pressureImplicitPorosity | ) |
| trAU ref | ( | ) |
1.8.11