Go to the source code of this file.
◆ rAUf()
surfaceScalarField rAUf |
( |
"rAUf" |
, |
|
|
fvc::interpolate(rAU) |
|
|
) |
| |
◆ HbyA()
volVectorField HbyA |
( |
constrainHbyA(rAU *UEqn.H(), U, p_rgh) |
| ) |
|
◆ phiHbyA()
surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
fvc::flux(HbyA)+fvc::interpolate(rho *rAU) *fvc::ddtCorr(U, Uf) |
|
|
) |
| |
◆ if()
if |
( |
p_rgh. |
needReference() | ) |
|
Definition at line 12 of file pEqn.H.
References adjustPhi(), ghf, interface(), Foam::fvc::makeAbsolute(), makeRelative(), mesh, p_rgh, phig(), phiHbyA, rAUf(), rho, Foam::fvc::snGrad(), and U.
◆ phig()
surfaceScalarField phig |
( |
(interface.surfaceTensionForce() - ghf *fvc::snGrad(rho)) *rAUf *mesh.magSf() |
| ) |
|
◆ constrainPressure()
◆ while()
while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
Definition at line 36 of file pEqn.H.
References Foam::fvc::div(), fvOptions, gh, HbyA, Foam::fvc::interpolate(), Foam::fvc::laplacian(), mesh, mixture, n(), p_rgh, phi, phig(), phiHbyA, pimple, pRefCell, pRefValue, rAUf(), Foam::fvc::reconstruct(), rho, Sp, U, and Uf.
◆ n()
surfaceVectorField n |
( |
mesh. |
Sf)/mesh.magSf( | ) |
|
◆ phiHbyA
◆ vDotP
Pair<tmp<volScalarField> > vDotP = mixture->vDotP() |
◆ vDotcP
const volScalarField& vDotcP = vDotP[0]() |
◆ vDotvP
const volScalarField& vDotvP = vDotP[1]() |
◆ Uf
Uf = n*(phi/mesh.magSf() - (n & Uf)) |