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