Go to the source code of this file.
|
volScalarField | rAU ("rAU", 1.0/UEqn.A()) |
|
surfaceScalarField | rhorAUf ("rhorAUf", fvc::interpolate(rho *rAU)) |
|
volVectorField | HbyA (constrainHbyA(rAU *UEqn.H(), U, p_rgh)) |
|
surfaceScalarField | phig (-rhorAUf *ghf *fvc::snGrad(rho)*mesh.magSf()) |
|
surfaceScalarField | phiHbyA ("phiHbyA",(fvc::flux(rho *HbyA)+rhorAUf *fvc::ddtCorr(rho, U, phi))+phig) |
|
MRF | makeRelative (fvc::interpolate(rho), phiHbyA) |
|
| constrainPressure (p_rgh, rho, U, phiHbyA, rhorAUf, MRF) |
|
thermo | rho ()- |
|
| for (int nonOrth=0;nonOrth<=nNonOrthCorr;nonOrth++) |
|
| if (thermo.dpdt()) |
|
volScalarField rAU |
( |
"rAU" |
, |
|
|
1.0/UEqn. |
A() |
|
) |
| |
surfaceScalarField rhorAUf |
( |
"rhorAUf" |
, |
|
|
fvc::interpolate(rho *rAU) |
|
|
) |
| |
volVectorField HbyA |
( |
constrainHbyA(rAU *UEqn.H(), U, p_rgh) |
| ) |
|
surfaceScalarField phig |
( |
-rhorAUf *ghf * |
fvc::snGradrho)*mesh.magSf( | ) |
|
surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
(fvc::flux(rho *HbyA)+rhorAUf *fvc::ddtCorr(rho, U, phi))+ |
phig |
|
) |
| |
Definition at line 40 of file pEqn.H.
References fvOptions, Foam::fvc::laplacian(), Foam::magSqr(), mesh, nCorr, nNonOrthCorr, nOuterCorr, p_rgh, p_rghDDtEqn(), phi, phig(), phiHbyA, psi, rAU(), Foam::fvc::reconstruct(), rhorAUf(), thermo, and U.
dimensionedScalar compressibility = fvc::domainIntegrate(psi) |
Definition at line 3 of file pEqn.H.
bool compressible = (compressibility.value() > SMALL) |
Definition at line 4 of file pEqn.H.
Definition at line 6 of file pEqn.H.