
Go to the source code of this file.
Functions | |
| volScalarField | rAU (1.0/UEqn.A()) |
| volVectorField | HbyA (constrainHbyA(rAU *UEqn.H(), U, p)) |
| surfaceScalarField | phiHbyA ("phiHbyA", fvc::flux(HbyA)) |
| if (pimple.ddtCorr()) | |
| MRF | makeRelative (phiHbyA) |
| if (p.needReference()) | |
| constrainPressure (p, U, phiHbyA, rAU, MRF) | |
| while (pimple.correctNonOrthogonal()) | |
| p | relax () |
| U | correctBoundaryConditions () |
| fvOptions | correct (U) |
Variables | |
| U = HbyA - rAU*fvc::grad(p) | |
| volScalarField rAU | ( | 1.0/UEqn. | A() | ) |
References UEqn.
| if | ( | pimple. | ddtCorr() | ) |
| if | ( | p. | needReference() | ) |
| while | ( | pimple. | correctNonOrthogonal() | ) |