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()) |
| |
| 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) |
|
|
) |
| |
| 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 |
( |
p_rgh. |
needReference() | ) |
|