Go to the source code of this file.
◆ rAU()
volScalarField rAU |
( |
1.0/UEqn. |
A() | ) |
|
◆ rAUf()
surfaceScalarField rAUf |
( |
"rAUf" |
, |
|
|
fvc::interpolate(rho *rAU) |
|
|
) |
| |
◆ HbyA()
volVectorField HbyA |
( |
"HbyA" |
, |
|
|
U |
|
|
) |
| |
◆ phig()
surfaceScalarField phig |
( |
-rAUf *ghf * |
fvc::snGradrho) *mesh.magSf( | ) |
|
◆ phiHbyA()
surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
((fvc::interpolate(rho *HbyA) &mesh.Sf())+rAUf *fvc::ddtCorr(rho, U, phi))+ |
phig |
|
) |
| |
◆ makeRelative()
◆ setSnGrad< fixedFluxPressureFvPatchScalarField >()
◆ p_rghDDtEqn()
tmp<fvScalarMatrix> p_rghDDtEqn |
( |
new |
fvScalarMatrixp_rgh, dimMass/dimTime | ) |
|
◆ if() [1/3]
◆ while()
while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
Definition at line 59 of file pEqn.H.
References Foam::fvc::div(), fvOptions, HbyA, Foam::fvc::laplacian(), Foam::magSqr(), mesh, p_rgh, p_rghDDtEqn(), phi, phig(), phiHbyA, pimple, rAU(), rAUf(), Foam::fvc::reconstruct(), and U.
◆ if() [2/3]
◆ if() [3/3]
Definition at line 103 of file pEqn.H.
References compressibility, compressible, Foam::fvc::domainIntegrate(), Foam::getRefCellValue(), gh, initialMass, p, p_rgh, pRefCell, pRefValue, and rho.
◆ compressibility
dimensionedScalar compressibility = fvc::domainIntegrate(psi) |
Definition at line 4 of file pEqn.H.
◆ compressible
bool compressible = (compressibility.value() > SMALL) |
Definition at line 5 of file pEqn.H.
◆ rho
Definition at line 7 of file pEqn.H.
◆ HbyA