Go to the source code of this file.
◆ rAU()
volScalarField rAU |
( |
1.0/UEqn. |
A() | ) |
|
◆ rhorAUf()
surfaceScalarField rhorAUf |
( |
"rhorAUf" |
, |
|
|
fvc::interpolate(rho *rAU) |
|
|
) |
| |
◆ HbyA()
volVectorField HbyA |
( |
"HbyA" |
, |
|
|
U |
|
|
) |
| |
◆ phid()
surfaceScalarField phid |
( |
"phid" |
, |
|
|
fvc::interpolate(psi) *((mesh.Sf() &fvc::interpolate(HbyA))+rhorAUf *fvc::ddtCorr(rho, U, phi)/fvc::interpolate(rho)) |
|
|
) |
| |
◆ makeRelative()
◆ while()
while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
Definition at line 22 of file pEqn.H.
References Foam::fvc::ddt(), Foam::fvc::div(), fvOptions, Foam::fvc::laplacian(), p, phi, phid(), pimple, psi, rho, and rhorAUf().
◆ correctBoundaryConditions()
U correctBoundaryConditions |
( |
| ) |
|
◆ correct()
◆ rho
Definition at line 1 of file pEqn.H.
◆ HbyA
Definition at line 7 of file pEqn.H.