Go to the source code of this file.
surfaceScalarField rAUf |
( |
"rAUf" |
, |
|
|
fvc::interpolate(rAU) |
|
|
) |
| |
volVectorField HbyA |
( |
constrainHbyA(rAU *UEqn.H(), U, p_rgh) |
| ) |
|
surfaceScalarField phig |
( |
-rAUf *ghf * |
fvc::snGradrhok)*mesh.magSf( | ) |
|
surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
fvc::flux(HbyA)+rAUf *fvc::ddtCorr(U, phi)+ |
phig |
|
) |
| |
while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
Definition at line 21 of file pEqn.H.
References Foam::fvc::div(), fvOptions, Foam::getRefCellValue(), HbyA, Foam::fvc::laplacian(), mesh, p_rgh, phi, phig(), phiHbyA, pimple, pRefCell, rAU(), rAUf(), Foam::fvc::reconstruct(), and U.
if |
( |
p_rgh. |
needReference() | ) |
|