Go to the source code of this file.
|
| if (!pimple.simpleRho()) |
|
const volScalarField | psip0 (psi *p) |
|
volScalarField | rAU (1.0/UEqn.A()) |
|
surfaceScalarField | rhorAUf ("rhorAUf", fvc::interpolate(rho *rAU)) |
|
volVectorField | HbyA (constrainHbyA(rAU *UEqn.H(), U, p)) |
|
surfaceScalarField | phig (-rhorAUf *ghf *fvc::snGrad(rho) *mesh.magSf()) |
|
surfaceScalarField | phiHbyA ("phiHbyA",(fvc::interpolate(rho) *fvc::flux(HbyA)+MRF.zeroFilter(rhorAUf *fvc::ddtCorr(rho, U, phi)))+phig) |
|
MRF | makeRelative (fvc::interpolate(rho), phiHbyA) |
|
| constrainPressure (p_rgh, rho, U, phiHbyA, rhorAUf, MRF) |
|
fvScalarMatrix | p_rghDDtEqn (fvc::ddt(rho)+psi *correction(fvm::ddt(p_rgh))+fvc::div(phiHbyA)==parcels.Srho()+surfaceFilm.Srho()+fvOptions(psi, p_rgh, rho.name())) |
|
| while (pimple.correctNonOrthogonal()) |
|
| if (limitedp) |
|
thermo | correctRho (psi *p - psip0) |
|
| if (pimple.simpleRho()) |
|
| if (thermo.dpdt()) |
|
◆ if() [1/4]
if |
( |
!pimple. |
simpleRho() | ) |
|
Definition at line 1 of file pEqn.H.
References Foam::constrainHbyA(), constrainPressure(), Foam::correction(), Foam::fvc::ddt(), Foam::fvc::ddtCorr(), Foam::fvc::div(), Foam::fvc::flux(), fvOptions, ghf, HbyA, Foam::fvc::interpolate(), mesh, MRF, p, p_rgh, p_rghDDtEqn(), phi, phig(), phiHbyA, psi, psip0(), rAU, rho, rhorAUf(), Foam::fvc::snGrad(), surfaceFilm, thermo, U, and UEqn.
◆ psip0()
const volScalarField psip0 |
( |
psi * |
p | ) |
|
◆ rAU()
volScalarField rAU |
( |
1.0/UEqn. |
A() | ) |
|
◆ rhorAUf()
surfaceScalarField rhorAUf |
( |
"rhorAUf" |
, |
|
|
fvc::interpolate(rho *rAU) |
|
|
) |
| |
◆ HbyA()
volVectorField HbyA |
( |
constrainHbyA(rAU *UEqn.H(), U, p) |
| ) |
|
◆ phig()
surfaceScalarField phig |
( |
-rhorAUf *ghf * |
fvc::snGradrho) *mesh.magSf( | ) |
|
◆ phiHbyA()
surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
(fvc::interpolate(rho) *fvc::flux(HbyA)+MRF.zeroFilter(rhorAUf *fvc::ddtCorr(rho, U, phi)))+ |
phig |
|
) |
| |
◆ makeRelative()
◆ constrainPressure()
◆ p_rghDDtEqn()
◆ while()
while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
◆ if() [2/4]
◆ correctRho()
◆ if() [3/4]
if |
( |
pimple. |
simpleRho() | ) |
|
◆ if() [4/4]
◆ limitedp