
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() | ) |
| surfaceScalarField rhorAUf | ( | "rhorAUf" | , |
| fvc::interpolate(rho *rAU) | |||
| ) |
Referenced by hydrostaticPressure::calculateAndWrite(), mixtureKEpsilon< BasicTurbulenceModel >::correct(), for(), if(), and while().

| surfaceScalarField phiHbyA | ( | "phiHbyA" | , |
| (fvc::flux(rho *HbyA)+MRF.zeroFilter(rhorAUf *fvc::ddtCorr(rho, U, phi)))+ | phig | ||
| ) |
| MRF makeRelative | ( | fvc::interpolate(rho) | , |
| phiHbyA | |||
| ) |
| while | ( | pimple. | correctNonOrthogonal() | ) |
Definition at line 24 of file pEqn.H.
References Foam::fac::ddt(), Foam::fac::div(), fvOptions, gh, HbyA, Foam::fac::laplacian(), mesh, p_rgh, phi, phig(), phiHbyA, pimple, psi, rAU(), Foam::fvc::reconstruct(), rho, rhorAUf(), surfaceFilm, and U.

| if | ( | thermo. | dpdt() | ) |
Definition at line 57 of file pEqn.H.
References Foam::fac::ddt(), dpdt, and p.

| rho = thermo.rho() |
Definition at line 1 of file pEqn.H.
Referenced by forAllConstIters(), if(), and while().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.