Go to the source code of this file.
|
| volScalarField | rAU ("rAU", 1.0/UEqn.A()) |
| |
| surfaceScalarField | rAUf ("rAUf", fvc::interpolate(rAU)) |
| |
| volVectorField | H ("H", UEqn.H()) |
| |
| volVectorField | HbyA ("HbyA", U) |
| |
| | if (pimple.nCorrPISO()<=1) |
| |
| MRF | makeRelative (phiHbyA) |
| |
| | if (adjustFringe) |
| |
| | while (pimple.correctNonOrthogonal()) |
| |
| surfaceVectorField | n (mesh.Sf()/mesh.magSf()) |
| |
◆ rAU()
| volScalarField rAU |
( |
"rAU" |
, |
|
|
1.0/UEqn. |
A() |
|
) |
| |
◆ rAUf()
◆ H()
| volVectorField H |
( |
"H" |
, |
|
|
UEqn. |
H() |
|
) |
| |
◆ HbyA()
| volVectorField HbyA |
( |
"HbyA" |
, |
|
|
U |
|
|
) |
| |
◆ if() [1/2]
| if |
( |
pimple.nCorrPISO()<= |
1 | ) |
|
◆ makeRelative()
◆ if() [2/2]
◆ while()
| while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
Definition at line 26 of file pEqn.H.
References Foam::fac::div(), fvOptions, HbyA, Foam::fac::laplacian(), oversetPatchErrOutput, Foam::oversetPatchPhiErr(), p, phi, phiHbyA, pimple, pRefCell, pRefValue, rAU(), rAUf(), Foam::fvc::reconstruct(), and U.
◆ n()
| surfaceVectorField n |
( |
mesh. |
Sf)/mesh.magSf( | ) |
|
◆ HbyA
| HbyA = constrainHbyA(rAU*H, U, p) |
Definition at line 7 of file pEqn.H.
◆ phiHbyA
| phiHbyA = fvc::flux(HbyA) |
◆ Uf
| Uf = n*(phi/mesh.magSf() - (n & Uf)) |