Go to the source code of this file.
Functions | |
tmp< fvVectorMatrix > | tUEqn (fvm::div(phi, U, divUScheme)+turbulencePtr_->divDevRhoReff(U)) |
UEqn | relax () |
this | primalResidualControl< vector > (solverU, printToScreen, printInterval, "U") |
Variables | |
fvVectorMatrix & | UEqn = tUEqn.ref() |
SolverPerformance< vector > | solverU = solve(UEqn == -fvc::grad(p)) |
UEqn relax | ( | ) |
this primalResidualControl< vector > | ( | solverU | , |
printToScreen | , | ||
printInterval | , | ||
"U" | |||
) |
Referenced by if(), and DASolidDisplacementFoam::solvePrimal().
fvVectorMatrix& UEqn = tUEqn.ref() |
Definition at line 6 of file UEqnRhoSimpleC.H.
Definition at line 12 of file UEqnRhoSimpleC.H.
Referenced by if(), and DASolidDisplacementFoam::solvePrimal().