Go to the source code of this file.
|
| | if (!pimple.SIMPLErho()) |
| const volScalarField | psip0 (psi *p) |
| volScalarField | rAU (1.0/UEqn.A()) |
| volScalarField | rAtU (1.0/(1.0/rAU - UEqn.H1())) |
| volVectorField | HbyA (constrainHbyA(rAU *UEqn.H(), U, p)) |
| | if (pimple.nCorrPISO()<=1) |
| surfaceScalarField | phiHbyA ("phiHbyA",(fvc::interpolate(rho) *fvc::flux(HbyA)+MRF.zeroFilter(fvc::interpolate(rho *rAU) *fvc::ddtCorr(rho, U, phi, rhoUf)))) |
| MRF | makeRelative (fvc::interpolate(rho), phiHbyA) |
| volScalarField | rhorAtU ("rhorAtU", rho *rAtU) |
| | constrainPressure (p, rho, U, phiHbyA, rhorAtU, MRF) |
| | if (pimple.transonic()) |
| fvScalarMatrix | pDDtEqn (fvc::ddt(rho)+psi *correction(fvm::ddt(p))+fvc::div(phiHbyA)==fvOptions(psi, p, rho.name())) |
| | 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() | ) |
|
◆ rAtU()
| volScalarField rAtU |
( |
1.0/ | 1.0/rAU - UEqn.H1() | ) |
|
◆ HbyA()
◆ if() [2/5]
| if |
( |
pimple.nCorrPISO()<= | 1 | ) |
|
◆ phiHbyA()
◆ makeRelative()
◆ rhorAtU()
| volScalarField rhorAtU |
( |
"rhorAtU" | , |
|
|
rho * | rAtU ) |
◆ constrainPressure()
◆ if() [3/5]
| if |
( |
pimple. | transonic() | ) |
|
Definition at line 39 of file pcEqn.H.
References fvOptions, HbyA, mesh, p, pDDtEqn(), phi, phid(), phiHbyA, pimple, psi, rAtU(), rAU, rho, and rhorAtU().
◆ pDDtEqn()
◆ while()
| while |
( |
pimple. | correctNonOrthogonal() | ) |
|
◆ relax()
◆ correctBoundaryConditions()
| U correctBoundaryConditions |
( |
| ) |
|
◆ correct()
◆ if() [4/5]
| if |
( |
pressureControl. | limitp | ) |
|
◆ correctRho()
◆ if() [5/5]
◆ else
Initial value:{
volScalarField rAtU(1.0/(1.0/rAU - UEqn.H1()))
tmp< volScalarField > rAU
Definition at line 76 of file pcEqn.H.
◆ HbyA
◆ rho