Go to the source code of this file.
Functions | |
MRF | correctBoundaryVelocity (U) |
if (hasFvSource_) | |
tmp< fvVectorMatrix > | tUEqn (fvm::div(phi, U)+fvm::Sp(alphaPorosity, U)+MRF.DDt(U)+turbulencePtr_->divDevReff(U) - fvSource - fvOptions(U)) |
UEqn | relax () |
if (simple.momentumPredictor()) | |
Variables | |
fvVectorMatrix & | UEqn = tUEqn.ref() |
if | ( | hasFvSource_ | ) |
Definition at line 5 of file UEqnSimpleT.H.
References fvSource.
tmp<fvVectorMatrix> tUEqn | ( | fvm::div(phi, U)+fvm::Sp(alphaPorosity, U)+MRF.DDt(U)+turbulencePtr_->divDevReff(U) - fvSource - fvOptions(U) | ) |
UEqn relax | ( | ) |
if | ( | simple. | momentumPredictor() | ) |
Definition at line 21 of file UEqnSimpleT.H.
References p, primalResidualControl< vector >(), solve(), solverU, U, and UEqn.
fvVectorMatrix& UEqn = tUEqn.ref() |
Definition at line 17 of file UEqnSimpleT.H.
Referenced by if().