Go to the source code of this file.
Functions | |
MRF | correctBoundaryVelocity (U) |
tmp< fvVectorMatrix > | tUEqn (fvm::ddt(rho, U)+fvm::div(phi, U)+MRF.DDt(rho, U)+turbulence.divDevRhoReff(U)==fvOptions(rho, U)) |
UEqn | relax () |
fvOptions | constrain (UEqn) |
if (pimple.momentumPredictor()) | |
fvOptions | correct (U) |
Variables | |
fvVectorMatrix & | UEqn = tUEqn.ref() |
tmp<fvVectorMatrix> tUEqn | ( | fvm::ddt(rho, U)+fvm::div(phi, U)+MRF.DDt(rho, U)+turbulence.divDevRhoReff(U) | = =fvOptions(rho, U) | ) |
UEqn relax | ( | ) |
if | ( | pimple. | momentumPredictor() | ) |
Definition at line 19 of file UEqn.H.
References fvOptions, ghf, Foam::magSqr(), mesh, p_rgh, Foam::fvc::reconstruct(), rho, Foam::fvc::snGrad(), solve(), and U.