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, phi)) |
|
| adjustPhi (phiHbyA, U, p_rgh) |
|
surfaceScalarField | phig ((interface.surfaceTensionForce() - ghf *fvc::snGrad(rho)) *rAUf *mesh.magSf()) |
|
| constrainPressure (p_rgh, U, phiHbyA, rAUf) |
|
| while (pimple.correctNonOrthogonal()) |
|
| if (p_rgh.needReference()) |
|
◆ 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, phi) |
|
|
) |
| |
◆ adjustPhi()
◆ phig()
surfaceScalarField phig |
( |
(interface.surfaceTensionForce() - ghf *fvc::snGrad(rho)) *rAUf *mesh.magSf() |
| ) |
|
◆ constrainPressure()
◆ while()
while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
Definition at line 30 of file pEqn.H.
References Foam::fvc::div(), fvOptions, gh, HbyA, Foam::fvc::laplacian(), mesh, mixture, p_rgh, phi, phig(), phiHbyA, pimple, pRefCell, pRefValue, rAUf(), Foam::fvc::reconstruct(), rho, Sp, and U.
◆ if()
if |
( |
p_rgh. |
needReference() | ) |
|
◆ phiHbyA
◆ vDotP
Pair<tmp<volScalarField> > vDotP = mixture->vDotP() |
◆ vDotcP
const volScalarField& vDotcP = vDotP[0]() |
◆ vDotvP
const volScalarField& vDotvP = vDotP[1]() |