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->divDevTau(U)==fvModels.source(rho, U)) |
| UEqn | relax () |
| fvConstraints | constrain (UEqn) |
| if (pimple.momentumPredictor()) | |
Variables | |
| fvVectorMatrix & | UEqn = tUEqn.ref() |
| tmp<fvVectorMatrix> tUEqn | ( | fvm::ddt(rho, U)+fvm::div(phi, U)+MRF.DDt(rho, U)+turbulence->divDevTau(U) | = =fvModels.source(rho, U) | ) |
| UEqn relax | ( | ) |
| fvConstraints constrain | ( | UEqn | ) |
| if | ( | pimple. | momentumPredictor() | ) |
Definition at line 19 of file UEqn.H.
References fvConstraints::constrain(), fvConstraints, Foam::fvc::grad(), Foam::magSqr(), p, solve(), and U.
