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)) |
| 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()) |
◆ if() [1/5]
| if |
( |
!pimple. | SIMPLErho() | ) |
|
◆ psip0()
| const volScalarField psip0 |
( |
psi * | p | ) |
|
◆ rAU()
| volScalarField rAU |
( |
"rAU" | , |
|
|
1.0/UEqn. | A() ) |
◆ interpolate()
References mesh, and rAU.
Referenced by gaussGrad< Type >::calcGrad(), gaussGrad< Type >::calcGrad(), deferredCorrection< Type >::correction(), pointLinear< Type >::correction(), limitedSurfaceInterpolationScheme< Type >::flux(), faceCorrectedSnGrad< Type >::fullGradCorrection(), if(), edgeInterpolationScheme< Type >::interpolate(), edgeInterpolationScheme< Type >::interpolate(), interpolationCellPoint< Type >::interpolate(), interpolationPointMVC< Type >::interpolate(), surfaceInterpolationScheme< Type >::interpolate(), and surfaceInterpolationScheme< Type >::interpolate().
◆ rhorAUf()
◆ HbyA()
| volVectorField HbyA |
( |
"HbyA" | , |
|
|
U | ) |
◆ if() [2/5]
| if |
( |
pimple.nCorrPISO()<= | 1 | ) |
|
◆ phiHbyA()
◆ makeRelative()
◆ constrainPressure()
◆ if() [3/5]
| if |
( |
pimple. | transonic() | ) |
|
◆ while()
| while |
( |
pimple. | correctNonOrthogonal() | ) |
|
◆ relax()
◆ gradP()
| volVectorField gradP |
( |
fvc::grad(p) | | ) |
|
◆ correctBoundaryConditions()
| U correctBoundaryConditions |
( |
| ) |
|
◆ correct()
◆ if() [4/5]
| if |
( |
pressureControl. | limitp | ) |
|
◆ correctRho()
◆ if() [5/5]
◆ HbyA
◆ 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 67 of file pEqn.H.
◆ rho