Go to the source code of this file.
◆ rAUf()
surfaceScalarField rAUf |
( |
"rAUf" |
, |
|
|
fvc::interpolate(rAU) |
|
|
) |
| |
◆ HbyA()
volVectorField HbyA |
( |
"HbyA" |
, |
|
|
U |
|
|
) |
| |
◆ phiHbyA()
surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
(fvc::interpolate(HbyA) &mesh.Sf())+fvc::interpolate(rho *rAU) *fvc::ddtCorr(U, Uf) |
|
|
) |
| |
◆ if()
if |
( |
p_rgh. |
needReference() | ) |
|
◆ phig()
surfaceScalarField phig |
( |
(interface.surfaceTensionForce() - ghf *fvc::snGrad(rho)) *rAUf *mesh.magSf() |
| ) |
|
◆ setSnGrad< fixedFluxPressureFvPatchScalarField >()
◆ while()
while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
Definition at line 46 of file pEqn.H.
References Foam::fvc::div(), fvOptions, gh, HbyA, Foam::fvc::laplacian(), mesh, p_rgh, phi, phig(), phiHbyA, pimple, pRefCell, pRefValue, pSat, rAU(), rAUf(), Foam::fvc::reconstruct(), rho, Foam::fvc::Sp(), U, vDotcP, and vDotvP.
◆ n()
surfaceVectorField n |
( |
mesh. |
Sf)/mesh.magSf( | ) |
|
◆ HbyA
Definition at line 6 of file pEqn.H.
◆ 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)) |