Go to the source code of this file.
◆ rAUf()
surfaceScalarField rAUf |
( |
"rAUf" |
, |
|
|
fvc::interpolate(rAU) |
|
|
) |
| |
◆ HbyA()
volVectorField HbyA |
( |
constrainHbyA(rAU *UEqn.H(), U, p_gh) |
| ) |
|
◆ if() [1/2]
if |
( |
pimple.nCorrPISO()<= |
1 | ) |
|
◆ phiHbyA()
surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
fvc::flux(HbyA)+MRF.zeroFilter(rAUf *fvc::ddtCorr(U, Uf)) |
|
|
) |
| |
◆ makeRelative()
◆ if() [2/2]
if |
( |
p_gh. |
needReference() | ) |
|
◆ constrainPressure()
◆ while()
while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
Definition at line 31 of file pEqn.H.
References Foam::fvc::div(), fvOptions, Foam::fvc::grad(), HbyA, Foam::fvc::interpolate(), Foam::fvc::laplacian(), mesh, n(), phi, phiHbyA, pimple, rAU(), rAUf(), U, and Uf.
◆ n()
surfaceVectorField n |
( |
mesh. |
Sf)/mesh.magSf( | ) |
|
◆ Uf
Uf = n*(phi/mesh.magSf() - (n & Uf)) |