Go to the source code of this file.
Functions | |
surfaceScalarField | faceMask (localMin< scalar >(mesh).interpolate(cellMask)) |
surfaceScalarField | rAUf ("rAUf", fvc::interpolate(rAU)) |
volVectorField | H ("H", UEqn.H()) |
volVectorField | HbyA ("HbyA", U) |
if (massFluxInterpolation) | |
surfaceScalarField | phiHbyA ("phiHbyA", fvc::flux(HbyA)) |
if (ddtCorr) | |
MRF | makeRelative (phiHbyA) |
if (p_rgh.needReference()) | |
if (adjustFringe) | |
surfaceScalarField | phig ((mixture.surfaceTensionForce() - ghf *fvc::snGrad(rho)) *faceMask *rAUf *mesh.magSf()) |
constrainPressure (p_rgh, U, phiHbyA, rAUf, MRF) | |
while (pimple.correctNonOrthogonal()) | |
surfaceVectorField | n (mesh.Sf()/mesh.magSf()) |
Variables | |
HbyA = constrainHbyA(rAU*H, U, p_rgh) | |
phiHbyA = phig | |
Uf = n*(phi/mesh.magSf() - (n & Uf)) | |
phi * | p == p_rgh + rho*gh |
surfaceScalarField faceMask | ( | localMin< scalar > | mesh).interpolate(cellMask | ) |
surfaceScalarField rAUf | ( | "rAUf" | , |
fvc::interpolate(rAU) | |||
) |
volVectorField H | ( | "H" | , |
UEqn. | H() | ||
) |
volVectorField HbyA | ( | "HbyA" | , |
U | |||
) |
if | ( | massFluxInterpolation | ) |
surfaceScalarField phiHbyA | ( | "phiHbyA" | , |
fvc::flux(HbyA) | |||
) |
if | ( | ddtCorr | ) |
if | ( | p_rgh. | needReference() | ) |
Definition at line 33 of file pEqn.H.
References adjustPhi(), Foam::fvc::makeAbsolute(), makeRelative(), p_rgh, phiHbyA, and U.
if | ( | adjustFringe | ) |
Definition at line 40 of file pEqn.H.
References Foam::fvc::makeAbsolute(), makeRelative(), Foam::oversetAdjustPhi(), phiHbyA, and U.
surfaceScalarField phig | ( | (mixture.surfaceTensionForce() - ghf *fvc::snGrad(rho)) *faceMask *rAUf *mesh.magSf() | ) |
while | ( | pimple. | correctNonOrthogonal() | ) |
Definition at line 67 of file pEqn.H.
References Foam::fac::div(), fvOptions, Foam::getRefCellValue(), HbyA, Foam::fac::laplacian(), mesh, p_rgh, phi, phig(), phiHbyA, pimple, pRefCell, rAU(), rAUf(), Foam::fvc::reconstruct(), and U.
surfaceVectorField n | ( | mesh. | Sf)/mesh.magSf( | ) |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.