
Go to the source code of this file.
Functions | |
| volScalarField | rAU (1.0/UEqn.A()) |
| surfaceScalarField | rhorAUf ("rhorAUf", fvc::interpolate(rho *rAU)) |
| volVectorField | HbyA (constrainHbyA(rAU *UEqn.H(), U, p)) |
| surfaceScalarField | phig ("phig", -rhorAUf *ghf *fvc::snGrad(rho) *mesh.magSf()) |
| surfaceScalarField | phiHbyA ("phiHbyA",(fvc::flux(rho *HbyA)+MRF.zeroFilter(rhorAUf *fvc::ddtCorr(rho, U, phi)))+phig) |
| MRF | makeRelative (fvc::interpolate(rho), phiHbyA) |
| constrainPressure (p_rgh, rho, U, phiHbyA, rhorAUf, MRF) | |
| while (pimple.correctNonOrthogonal()) | |
| if (thermo.dpdt()) | |
Variables | |
| rho = thermo.rho() | |
| p = p_rgh + rho*gh + pRef | |
| K = 0.5*magSqr(U) | |
| volScalarField rAU | ( | 1.0/UEqn. | A() | ) |
References UEqn.
| surfaceScalarField rhorAUf | ( | "rhorAUf" | , |
| fvc::interpolate(rho *rAU) | ) |
References ghf, mesh, rho, and rhorAUf().
Referenced by hydrostaticPressure::calculateAndWrite(), mixtureKEpsilon< BasicTurbulenceModel >::correct(), for(), if(), phiHbyA(), phiHbyA(), phiHbyA(), while(), and while().


| MRF makeRelative | ( | fvc::interpolate(rho) | , |
| phiHbyA | ) |
References MRF, phiHbyA, and rho.
Referenced by MRFZoneList::relative().

References MRF, p_rgh, phiHbyA, rho, rhorAUf(), and U.
Referenced by Foam::constrainPressure(), Foam::constrainPressure(), Foam::constrainPressure(), and if().


| while | ( | pimple. | correctNonOrthogonal() | ) |