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