Go to the source code of this file.
◆ rAUf()
surfaceScalarField rAUf |
( |
"rAUf" |
, |
|
|
fvc::interpolate(rAU) |
|
|
) |
| |
◆ HbyA()
volVectorField HbyA |
( |
"HbyA" |
, |
|
|
U |
|
|
) |
| |
◆ phig()
surfaceScalarField phig |
( |
-rAUf *ghf * |
fvc::snGradrhok) *mesh.magSf( | ) |
|
◆ phiHbyA()
surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
(fvc::interpolate(HbyA) &mesh.Sf())+rAUf *fvc::ddtCorr(U, phi)+ |
phig |
|
) |
| |
◆ makeRelative()
◆ setSnGrad< fixedFluxPressureFvPatchScalarField >()
◆ while()
while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
Definition at line 30 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()
if |
( |
p_rgh. |
needReference() | ) |
|
◆ HbyA
Definition at line 6 of file pEqn.H.