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