Go to the source code of this file.
|
rho | relax () |
|
volScalarField | rAU ("rAU", 1.0/UEqn.A()) |
|
surfaceScalarField | rhorAUf ("rhorAUf", fvc::interpolate(rho *rAU)) |
|
volVectorField | HbyA (constrainHbyA(rAU *UEqn.H(), U, p_rgh)) |
|
tUEqn | clear () |
|
surfaceScalarField | phig (-rhorAUf *ghf *fvc::snGrad(rho)*mesh.magSf()) |
|
surfaceScalarField | phiHbyA ("phiHbyA", fvc::flux(rho *HbyA)) |
|
MRF | makeRelative (fvc::interpolate(rho), phiHbyA) |
|
| constrainPressure (p_rgh, rho, U, phiHbyA, rhorAUf, MRF) |
|
| for (int nonOrth=0;nonOrth<=nNonOrthCorr;nonOrth++) |
|
| if (closedVolume &&compressible) |
|
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) |
|
|
) |
| |
Definition at line 33 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 70 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) |