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