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()) | |
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) | ) |
Referenced by if(), and kinematicSingleLayer::solveMomentum().

| UEqn relax | ( | ) |
| if | ( | pimple. | momentumPredictor() | ) |
Definition at line 19 of file UEqn.H.
References fvOptions, Foam::fvc::grad(), Foam::magSqr(), p, solve(), and U.

| fvVectorMatrix& UEqn = tUEqn.ref() |
Definition at line 13 of file UEqn.H.
Referenced by thermoSingleLayer::evolveRegion(), kinematicSingleLayer::evolveRegion(), if(), porosityModel::iNew::operator()(), kinematicSingleLayer::solveMomentum(), and MRFZone::updateMesh().
1.8.13