

Go to the source code of this file.
Functions | |
| 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)) |
| MRF | makeRelative (fvc::interpolate(rho), phiHbyA) |
| constrainPressure (p_rgh, rho, U, phiHbyA, rhorAUf, MRF) | |
| for (int nonOrth=0;nonOrth<=nNonOrthCorr;nonOrth++) | |
| if (closedVolume) | |
| rho | clamp_range (rhoMin[i], rhoMax[i]) |
| rho | relax () |
Variables | |
| bool | closedVolume = adjustPhi(phiHbyA, U, p_rgh) |
| phiHbyA = phig | |
| dimensionedScalar | compressibility = fvc::domainIntegrate(psi) |
| bool | compressible = (compressibility.value() > SMALL) |
| p = p_rgh + rho*gh | |
| rho = thermo.rho() | |
| surfaceScalarField rhorAUf | ( | "rhorAUf" | , |
| fvc::interpolate(rho *rAU) | ) |
| for | ( | int | nonOrth = 0; nonOrth<=nNonOrthCorr; nonOrth++ | ) |
| if | ( | closedVolume | ) |
Definition at line 61 of file pEqn.H.
References closedVolume, compressibility, compressible, gh, initialMass, p, p_rgh, pRefCell, pRefValue, psi, and rho.
References rho, rhoMax, and rhoMin.
Referenced by GeometricField< Type, PatchField, GeoMesh >::clamp_range(), and GeometricField< Type, PatchField, GeoMesh >::clamp_range().
