Go to the source code of this file.
|
| volScalarField | rAU (1.0/UEqn.A()) |
| |
| volVectorField | HbyA (constrainHbyA(rAU *UEqn.H(), U, p)) |
| |
| surfaceScalarField | phiHbyA ("phiHbyA", fvc::flux(HbyA)+fvc::interpolate(rAU)*fvc::ddtCorr(U, phi)) |
| |
| MRF | makeRelative (phiHbyA) |
| |
| | adjustPhi (phiHbyA, U, p) |
| |
| tmp< volScalarField > | rAtU (rAU) |
| |
| | if (pimple.consistent()) |
| |
| | if (pimple.nCorrPISO()<=1) |
| |
| | constrainPressure (p, U, phiHbyA, rAtU(), MRF) |
| |
| | while (pimple.correctNonOrthogonal()) |
| |
| p | relax () |
| |
| U | correctBoundaryConditions () |
| |
| fvOptions | correct (U) |
| |
| volScalarField rAU |
( |
1.0/UEqn. |
A() | ) |
|
| volVectorField HbyA |
( |
constrainHbyA(rAU *UEqn.H(), U, p) |
| ) |
|
| surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
fvc::flux(HbyA)+fvc::interpolate(rAU)*fvc::ddtCorr(U, phi) |
|
|
) |
| |
| tmp<volScalarField> rAtU |
( |
rAU |
| ) |
|
| if |
( |
pimple. |
consistent() | ) |
|
Definition at line 16 of file pEqn.H.
References Foam::fvc::grad(), HbyA, Foam::MULES::interpolate(), Foam::max(), mesh, p, phiHbyA, rAtU(), rAU(), Foam::fvc::snGrad(), and UEqn.
| if |
( |
pimple.nCorrPISO()<= |
1 | ) |
|
| while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
| U correctBoundaryConditions |
( |
| ) |
|