Go to the source code of this file.
|
| if (!pimple.SIMPLErho()) |
|
const volScalarField | psip0 (psi *p) |
|
volScalarField | rAU ("rAU", 1.0/UEqn.A()) |
|
mesh | interpolate (rAU) |
|
surfaceScalarField | rhorAUf ("rhorAUf", fvc::interpolate(rho *rAU)) |
|
volVectorField | HbyA ("HbyA", U) |
|
| if (pimple.nCorrPISO()<=1) |
|
surfaceScalarField | phiHbyA ("phiHbyA", fvc::interpolate(rho) *fvc::flux(HbyA)) |
|
| if (ddtCorr) |
|
MRF | makeRelative (fvc::interpolate(rho), phiHbyA) |
|
| constrainPressure (p, rho, U, phiHbyA, rhorAUf, MRF) |
|
| if (pimple.transonic()) |
|
| while (pimple.correctNonOrthogonal()) |
|
p | relax () |
|
volVectorField | gradP (fvc::grad(p)) |
|
U | correctBoundaryConditions () |
|
fvOptions | correct (U) |
|
| if (pressureControl.limit(p)) |
|
thermo | correctRho (psi *p - psip0, rhoMin, rhoMax) |
|
| if (thermo.dpdt()) |
|
surfaceScalarField | faceMask (localMin< scalar >(mesh).interpolate(cellMask)) |
|
◆ if() [1/6]
if |
( |
!pimple. |
SIMPLErho() | ) |
|
Definition at line 1 of file pEqn.H.
References rho.
◆ psip0()
const volScalarField psip0 |
( |
psi * |
p | ) |
|
◆ rAU()
volScalarField rAU |
( |
"rAU" |
, |
|
|
1.0/UEqn. |
A() |
|
) |
| |
◆ interpolate()
◆ rhorAUf()
◆ HbyA()
volVectorField HbyA |
( |
"HbyA" |
, |
|
|
U |
|
|
) |
| |
◆ if() [2/6]
if |
( |
pimple.nCorrPISO()<= |
1 | ) |
|
◆ phiHbyA()
◆ if() [3/6]
◆ makeRelative()
◆ constrainPressure()
◆ if() [4/6]
if |
( |
pimple. |
transonic() | ) |
|
Definition at line 45 of file pEqn.H.
References Foam::correction(), Foam::fac::ddt(), Foam::fac::div(), fvOptions, interpolate(), Foam::fac::laplacian(), mesh, p, pDDtEqn(), phi, phid(), phiHbyA, pimple, psi, rho, and rhorAUf().
◆ while()
while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
◆ relax()
◆ gradP()
volVectorField gradP |
( |
fvc::grad(p) |
| ) |
|
◆ correctBoundaryConditions()
U correctBoundaryConditions |
( |
| ) |
|
◆ correct()
◆ if() [5/6]
if |
( |
pressureControl. |
limitp | ) |
|
Definition at line 114 of file pEqn.H.
References p.
◆ correctRho()
◆ if() [6/6]
◆ faceMask()
surfaceScalarField faceMask |
( |
localMin< scalar > |
mesh).interpolate(cellMask | ) |
|
◆ HbyA
◆ else
Initial value:
Definition at line 79 of file pEqn.H.
◆ rho
tmp< GeometricField< Type, faPatchField, areaMesh > > div(const GeometricField< Type, faePatchField, edgeMesh > &ssf)