Go to the source code of this file.
Functions | |
MRF | correctBoundaryVelocity (U) |
tmp< fvVectorMatrix > | tUEqn (fvm::div(phi, U)+MRF.DDt(rho, U)+turbulence->divDevRhoReff(U)==fvOptions(rho, U)) |
UEqn | relax () |
fvOptions | constrain (UEqn) |
solve (UEqn==-fvc::grad(p)) | |
fvOptions | correct (U) |
Variables | |
fvVectorMatrix & | UEqn = tUEqn.ref() |
tmp<fvVectorMatrix> tUEqn | ( | fvm::div(phi, U)+MRF.DDt(rho, U)+turbulence->divDevRhoReff(U) | = =fvOptions(rho, U) | ) |
UEqn relax | ( | ) |