Go to the source code of this file.
Functions | |
| MRF | correctBoundaryVelocity (U) |
| fvVectorMatrix | UEqn (fvm::ddt(rho, U)+fvm::div(phi, U)+MRF.DDt(rho, U)+turbulence->divDevRhoReff(U)==rho()*g+parcels.SU(U)+fvOptions(rho, U)) |
| UEqn | relax () |
| fvOptions | constrain (UEqn) |
| if (pimple.momentumPredictor()) | |
| fvVectorMatrix UEqn | ( | fvm::ddt(rho, U)+fvm::div(phi, U)+MRF.DDt(rho, U)+turbulence->divDevRhoReff(U) | = =rho()*g+parcels.SU(U)+fvOptions(rho, U) | ) |
| UEqn relax | ( | ) |
| if | ( | pimple. | momentumPredictor() | ) |
Definition at line 18 of file UEqn.H.
References fvOptions, Foam::fvc::grad(), Foam::magSqr(), p, solve(), U, and UEqn.

1.8.11