
Go to the source code of this file.
Functions | |
| surfaceScalarField | rAUf ("rAUf", fvc::interpolate(rAU)) |
| volVectorField | HbyA (constrainHbyA(rAU *UEqn.H(), U, p_gh)) |
| if (pimple.nCorrPISO()<=1) | |
| surfaceScalarField | phiHbyA ("phiHbyA", fvc::flux(HbyA)+MRF.zeroFilter(rAUf *fvc::ddtCorr(U, Uf))) |
| MRF | makeRelative (phiHbyA) |
| if (p_gh.needReference()) | |
| constrainPressure (p_gh, U, phiHbyA, rAUf) | |
| while (pimple.correctNonOrthogonal()) | |
| surfaceVectorField | n (mesh.Sf()/mesh.magSf()) |
Variables | |
| Uf = n*(phi/mesh.magSf() - (n & Uf)) | |
| p = p_gh + (g & mesh.C()) | |
| surfaceScalarField rAUf | ( | "rAUf" | , |
| fvc::interpolate(rAU) | ) |
References rAU.
| if | ( | pimple.nCorrPISO()<= | 1 | ) |
| if | ( | p_gh. | needReference() | ) |
Definition at line 20 of file pEqn.H.
References adjustPhi(), phiHbyA, and U.

| while | ( | pimple. | correctNonOrthogonal() | ) |
| surfaceVectorField n | ( | mesh. | Sf)/mesh.magSf( | ) |
References mesh.