Go to the source code of this file.
◆ rAU()
volScalarField rAU |
( |
1.0/ |
UEqn).A( | ) |
|
◆ HbyA()
volVectorField HbyA |
( |
"HbyA" |
, |
|
|
U |
|
|
) |
| |
◆ phiHbyA()
surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
(fvc::interpolate(HbyA) &mesh.Sf())+fvc::interpolate(rAU) *fvc::ddtCorr(U, phi) |
|
|
) |
| |
◆ makeRelative()
◆ adjustPhi()
◆ rAtU()
tmp<volScalarField> rAtU |
( |
rAU |
| ) |
|
◆ if() [1/2]
if |
( |
pimple. |
consistent() | ) |
|
Definition at line 18 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() [2/2]
if |
( |
pimple.nCorrPISO()<= |
1 | ) |
|
◆ rAUf()
surfaceScalarField rAUf |
( |
"rAUf" |
, |
|
|
fvc::interpolate(rAtU()) |
|
|
) |
| |
◆ setSnGrad< fixedFluxPressureFvPatchScalarField >()
◆ while()
while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
◆ relax()
◆ correctBoundaryConditions()
U correctBoundaryConditions |
( |
| ) |
|
◆ correct()
◆ HbyA
Definition at line 3 of file pEqn.H.