Go to the source code of this file.
Functions | |
MRF | correctBoundaryVelocity (U) |
tmp< fvVectorMatrix > | tUEqn (fvm::ddt(U)+fvm::div(phi, U)+MRF.DDt(U)+turbulence->divDevSigma(U)==fvModels.source(U)) |
UEqn | relax () |
fvConstraints | constrain (UEqn) |
if (pimple.momentumPredictor()) | |
Variables | |
fvVectorMatrix & | UEqn = tUEqn.ref() |
tmp<fvVectorMatrix> tUEqn | ( | fvm::ddt(U)+fvm::div(phi, U)+MRF.DDt(U)+turbulence->divDevSigma(U) | = =fvModels.source(U) | ) |
UEqn relax | ( | ) |
fvConstraints constrain | ( | UEqn | ) |
if | ( | pimple. | momentumPredictor() | ) |
Definition at line 17 of file UEqn.H.
References fvConstraints::constrain(), fvConstraints, Foam::fvc::grad(), solve(), and U.