Go to the source code of this file.
◆ correctBoundaryVelocity()
MRF correctBoundaryVelocity |
( |
U |
| ) |
|
◆ if()
◆ tUEqn()
tmp<fvVectorMatrix> tUEqn |
( |
fvm::div(phi, U, divUScheme)+MRF.DDt(rho, U)+turbulencePtr_->divDevRhoReff(U) - fvSource - fvOptions(rho, U) |
| ) |
|
◆ relax()
◆ constrain()
fvOptions constrain |
( |
UEqn |
| ) |
|
◆ primalResidualControl< vector >()
this primalResidualControl< vector > |
( |
solverU |
, |
|
|
printToScreen |
, |
|
|
printInterval |
, |
|
|
"U" |
|
|
) |
| |
◆ correct()
◆ UEqn
fvVectorMatrix& UEqn = tUEqn.ref() |
◆ solverU
SolverPerformance<vector> solverU = solve(UEqn == -fvc::grad(p)) |