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::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) |
| |
| 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()) |
| |
| thermo | correctRho (psi *p - psip0) |
| |
| | if (pressureControl.limit(p)) |
| |
| else | if (pimple.SIMPLErho()) |
| |
| | if (thermo.dpdt()) |
| |
◆ if() [1/4]
| if |
( |
!pimple. |
SIMPLErho() | ) |
|
Definition at line 1 of file pEqn.H.
References rho.
◆ psip0()
| const volScalarField psip0 |
( |
psi * |
p | ) |
|
◆ rAU()
| volScalarField rAU |
( |
1.0/UEqn. |
A() | ) |
|
◆ rhorAUf()
◆ HbyA()
◆ phig()
| surfaceScalarField phig |
( |
-rhorAUf *ghf * |
fvc::snGradrho) *mesh.magSf( | ) |
|
◆ phiHbyA()
◆ makeRelative()
◆ constrainPressure()
◆ p_rghDDtEqn()
◆ while()
| while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
Definition at line 41 of file pEqn.H.
References fvOptions, HbyA, Foam::fac::laplacian(), Foam::magSqr(), mesh, p_rgh, p_rghDDtEqn(), phi, phig(), phiHbyA, pimple, rAU(), Foam::fvc::reconstruct(), rhorAUf(), and U.
◆ correctRho()
◆ if() [2/4]
| if |
( |
pressureControl. |
limitp | ) |
|
◆ if() [3/4]
| else if |
( |
pimple. |
SIMPLErho() | ) |
|
◆ if() [4/4]