Go to the source code of this file.
volScalarField rAU |
( |
"rAU" |
, |
|
|
1.0/ |
UEqn).A( |
|
) |
| |
surfaceScalarField rhorAUf |
( |
"rhorAUf" |
, |
|
|
fvc::interpolate(rho *rAU) |
|
|
) |
| |
volVectorField HbyA |
( |
"HbyA" |
, |
|
|
U |
|
|
) |
| |
surfaceScalarField phig |
( |
-rhorAUf *ghf * |
fvc::snGradrho)*mesh.magSf( | ) |
|
surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
(fvc::interpolate(rho *HbyA)&mesh.Sf()) |
|
|
) |
| |
setSnGrad< fixedFluxPressureFvPatchScalarField > |
( |
p_rgh. |
boundaryField(), |
|
|
( phiHbyA.boundaryField() -MRF.relative(mesh.Sf().boundaryField()&U.boundaryField()) *rho.boundaryField() )/(mesh.magSf().boundaryField()*rhorAUf.boundaryField()) |
|
|
) |
| |
Definition at line 43 of file pEqn.H.
References 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.
Definition at line 80 of file pEqn.H.
References compressibility, Foam::fvc::domainIntegrate(), Foam::endl(), gh, Foam::Info, initialMass, Foam::max(), Foam::min(), p, p_rgh, rho, rhoMax(), rhoMin(), and thermo.
Definition at line 3 of file pEqn.H.
dimensionedScalar compressibility = fvc::domainIntegrate(psi) |
bool compressible = (compressibility.value() > SMALL) |