Go to the source code of this file.
◆ relax()
◆ rAU()
volScalarField rAU |
( |
"rAU" |
, |
|
|
1.0/ |
UEqn).A( |
|
) |
| |
◆ rhorAUf()
surfaceScalarField rhorAUf |
( |
"rhorAUf" |
, |
|
|
fvc::interpolate(rho *rAU) |
|
|
) |
| |
◆ HbyA()
volVectorField HbyA |
( |
"HbyA" |
, |
|
|
U |
|
|
) |
| |
◆ clear()
◆ phig()
surfaceScalarField phig |
( |
-rhorAUf *ghf * |
fvc::snGradrho) *mesh.magSf( | ) |
|
◆ phiHbyA()
surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
(fvc::interpolate(rho *HbyA) &mesh.Sf()) |
|
|
) |
| |
◆ makeRelative()
◆ setSnGrad< fixedFluxPressureFvPatchScalarField >()
◆ for()
Definition at line 43 of file pEqn.H.
References compressible, Foam::fvc::div(), fvOptions, Foam::getRefCellValue(), HbyA, Foam::fvc::laplacian(), nNonOrthCorr, p_rgh, phi, phig(), phiHbyA, pRefCell, pRefValue, rAU(), Foam::fvc::reconstruct(), rhorAUf(), and U.
◆ if()
◆ rho
Definition at line 3 of file pEqn.H.
◆ HbyA
◆ closedVolume
◆ phiHbyA
◆ compressibility
dimensionedScalar compressibility = fvc::domainIntegrate(psi) |
◆ compressible
bool compressible = (compressibility.value() > SMALL) |