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)) |
| | if (pimple.nCorrPISO()<=1) |
| surfaceScalarField | phiHbyA ("phiHbyA", fvc::interpolate(rho) *fvc::flux(HbyA)+MRF.zeroFilter(rhorAUf *fvc::ddtCorr(rho, U, phi, rhoUf))) |
| MRF | makeRelative (fvc::interpolate(rho), phiHbyA) |
| | constrainPressure (p, rho, U, phiHbyA, rhorAUf, MRF) |
| | if (pimple.transonic()) |
| | while (pimple.correctNonOrthogonal()) |
| p | relax () |
| U | correctBoundaryConditions () |
| fvOptions | correct (U) |
| | if (pressureControl.limit(p)) |
| thermo | correctRho (psi *p - psip0, rhoMin, rhoMax) |
| | if (thermo.dpdt()) |
◆ if() [1/5]
| if |
( |
!pimple. | SIMPLErho() | ) |
|
◆ psip0()
| const volScalarField psip0 |
( |
psi * | p | ) |
|
◆ rAU()
| volScalarField rAU |
( |
1.0/UEqn. | A() | ) |
|
◆ rhorAUf()
◆ HbyA()
◆ if() [2/5]
| if |
( |
pimple.nCorrPISO()<= | 1 | ) |
|
◆ phiHbyA()
◆ makeRelative()
◆ constrainPressure()
◆ if() [3/5]
| if |
( |
pimple. | transonic() | ) |
|
◆ while()
| while |
( |
pimple. | correctNonOrthogonal() | ) |
|
◆ relax()
◆ correctBoundaryConditions()
| U correctBoundaryConditions |
( |
| ) |
|
◆ correct()
◆ if() [4/5]
| if |
( |
pressureControl. | limitp | ) |
|
◆ correctRho()
◆ if() [5/5]
◆ else
Initial value:{
(
fvc::ddt(
rho) +
psi*correction(fvm::ddt(
p))
==
)
const volScalarField & psi
fvScalarMatrix pDDtEqn(fvc::ddt(rho)+psi *correction(fvm::ddt(p))+fvc::div(phiHbyA)==fvOptions(psi, p, rho.name()))
Definition at line 65 of file pEqn.H.
◆ rho