Go to the source code of this file.
Functions | |
| volScalarField | rAU ("rAU", 1.0/UEqn.A()) |
| mesh | interpolate (rAU) |
| surfaceScalarField | rAUf ("rAUf", fvc::interpolate(rAU)) |
| volVectorField | H ("H", UEqn.H()) |
| volVectorField | HbyA ("HbyA", U) |
| if (massFluxInterpolation) | |
| if (runTime.outputTime()) | |
| if (pimple.nCorrPISO()<=1) | |
| if (ddtCorr) | |
| MRF | makeRelative (phiHbyA) |
| if (p.needReference()) | |
| if (adjustFringe) | |
| while (pimple.correctNonOrthogonal()) | |
| p | relax () |
| volVectorField | gradP (fvc::grad(p)) |
| U | correctBoundaryConditions () |
| fvOptions | correct (U) |
| surfaceVectorField | n (mesh.Sf()/mesh.magSf()) |
| surfaceScalarField | faceMask (localMin< scalar >(mesh).interpolate(cellMask)) |
Variables | |
| HbyA = constrainHbyA(rAU*H, U, p) | |
| phiHbyA = fvc::flux(HbyA) | |
| U = cellMask*(HbyA - rAU*gradP) | |
| Uf = n*(phi/mesh.magSf() - (n & Uf)) | |
| volScalarField rAU | ( | "rAU" | , |
| 1.0/UEqn. | A() | ||
| ) |
| surfaceScalarField rAUf | ( | "rAUf" | , |
| fvc::interpolate(rAU) | |||
| ) |
| volVectorField H | ( | "H" | , |
| UEqn. | H() | ||
| ) |
| volVectorField HbyA | ( | "HbyA" | , |
| U | |||
| ) |
| if | ( | massFluxInterpolation | ) |
| if | ( | runTime. | outputTime() | ) |
| if | ( | pimple.nCorrPISO()<= | 1 | ) |
| if | ( | ddtCorr | ) |
| if | ( | p. | needReference() | ) |
Definition at line 53 of file pEqn.H.
References adjustPhi(), Foam::fvc::makeAbsolute(), makeRelative(), p, phiHbyA, and U.
| if | ( | adjustFringe | ) |
Definition at line 61 of file pEqn.H.
References Foam::fvc::makeAbsolute(), makeRelative(), Foam::oversetAdjustPhi(), phiHbyA, and U.
| while | ( | pimple. | correctNonOrthogonal() | ) |
| p relax | ( | ) |
| volVectorField gradP | ( | fvc::grad(p) | ) |
| U correctBoundaryConditions | ( | ) |
| surfaceVectorField n | ( | mesh. | Sf)/mesh.magSf( | ) |
| surfaceScalarField faceMask | ( | localMin< scalar > | mesh).interpolate(cellMask | ) |