Go to the source code of this file.
surfaceScalarField rAUf |
( |
"rAUf" |
, |
|
|
fvc::interpolate(rAU) |
|
|
) |
| |
volVectorField HbyA |
( |
constrainHbyA(rAU *UEqn.H(), U, p_rgh) |
| ) |
|
surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
fvc::flux(HbyA)+fvc::interpolate(rho *rAU)*fvc::ddtCorr(U, Uf) |
|
|
) |
| |
if |
( |
p_rgh. |
needReference() | ) |
|
Definition at line 13 of file pEqn.H.
References adjustPhi(), ghf, Foam::fvc::makeAbsolute(), makeRelative(), mesh, mixture, p_rgh, phig(), phiHbyA, rAUf(), rho, Foam::fvc::snGrad(), and U.
surfaceScalarField phig |
( |
(mixture.surfaceTensionForce()-ghf *fvc::snGrad(rho))*rAUf *mesh.magSf() |
| ) |
|
while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
Definition at line 33 of file pEqn.H.
References Foam::fvc::div(), fvOptions, Foam::getRefCellValue(), HbyA, Foam::MULES::interpolate(), Foam::fvc::laplacian(), mesh, n(), p_rgh, phi, phig(), phiHbyA, pimple, pRefCell, rAUf(), Foam::fvc::reconstruct(), U, and Uf.
surfaceVectorField n |
( |
mesh. |
Sf)/mesh.magSf( | ) |
|
Uf = n*(phi/mesh.magSf() - (n & Uf)) |