Go to the source code of this file.
|
surfaceScalarField | rAUf ("rAUf", fvc::interpolate(rAU)) |
|
volVectorField | HbyA (constrainHbyA(rAU *UEqn.H(), U, p_rgh)) |
|
tUEqn | clear () |
|
surfaceScalarField | phig (-rAUf *ghf *fvc::snGrad(rhok) *mesh.magSf()) |
|
surfaceScalarField | phiHbyA ("phiHbyA", fvc::flux(HbyA)) |
|
MRF | makeRelative (phiHbyA) |
|
| adjustPhi (phiHbyA, U, p_rgh) |
|
| constrainPressure (p_rgh, U, phiHbyA, rAUf, MRF) |
|
| while (simple.correctNonOrthogonal()) |
|
| if (p_rgh.needReference()) |
|
◆ rAUf()
surfaceScalarField rAUf |
( |
"rAUf" |
, |
|
|
fvc::interpolate(rAU) |
|
|
) |
| |
◆ HbyA()
volVectorField HbyA |
( |
constrainHbyA(rAU *UEqn.H(), U, p_rgh) |
| ) |
|
◆ clear()
◆ phig()
surfaceScalarField phig |
( |
-rAUf *ghf * |
fvc::snGradrhok) *mesh.magSf( | ) |
|
◆ phiHbyA()
surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
fvc::flux(HbyA) |
|
|
) |
| |
◆ makeRelative()
◆ adjustPhi()
◆ constrainPressure()
◆ while()
while |
( |
simple. |
correctNonOrthogonal() | ) |
|
Definition at line 25 of file pEqn.H.
References Foam::fvc::div(), fvOptions, Foam::getRefCellValue(), HbyA, Foam::fvc::laplacian(), p_rgh, phi, phig(), phiHbyA, pRefCell, rAU(), rAUf(), Foam::fvc::reconstruct(), simple(), and U.
◆ if()
if |
( |
p_rgh. |
needReference() | ) |
|
◆ phiHbyA