Go to the source code of this file.
|
| if (!mesh.steady() &&!pimple.simpleRho()) |
|
volScalarField | rAU ("rAU", 1.0/UEqn.A()) |
|
surfaceScalarField | rhorAUf ("rhorAUf", fvc::interpolate(rho *rAU)) |
|
volVectorField | HbyA (constrainHbyA(rAU *UEqn.H(), U, p_rgh)) |
|
| if (pimple.nCorrPISO()<=1) |
|
surfaceScalarField | phig (-rhorAUf *ghf *fvc::snGrad(rho) *mesh.magSf()) |
|
surfaceScalarField | phiHbyA ("phiHbyA", fvc::flux(rho *HbyA)+MRF.zeroFilter(rhorAUf *fvc::ddtCorr(rho, U, phi))) |
|
MRF | makeRelative (fvc::interpolate(rho), phiHbyA) |
|
| constrainPressure (p_rgh, rho, U, phiHbyA, rhorAUf, MRF) |
|
| if (pimple.transonic()) |
|
tmp< volScalarField > | psip0 (mesh.steady() ? tmp< volScalarField >() :psi *p) |
|
| while (pimple.correctNonOrthogonal()) |
|
| if (!mesh.steady()) |
|
| if (thermo.dpdt()) |
|
| if (adjustMass) |
|
| if (adjustMass||pLimited) |
|
| if (adjustMass||pLimited||mesh.steady()||pimple.simpleRho()) |
|
| if (mesh.steady() &&!pimple.transonic()) |
|
◆ if() [1/9]
if |
( |
!mesh. |
steady) &&!pimple.simpleRho( | ) |
|
◆ rAU()
volScalarField rAU |
( |
"rAU" |
, |
|
|
1.0/UEqn. |
A() |
|
) |
| |
◆ rhorAUf()
surfaceScalarField rhorAUf |
( |
"rhorAUf" |
, |
|
|
fvc::interpolate(rho *rAU) |
|
|
) |
| |
◆ HbyA()
volVectorField HbyA |
( |
constrainHbyA(rAU *UEqn.H(), U, p_rgh) |
| ) |
|
◆ if() [2/9]
if |
( |
pimple.nCorrPISO()<= |
1 | ) |
|
Definition at line 9 of file pEqn.H.
References Foam::fvc::ddtCorr(), Foam::fvc::flux(), ghf, Foam::fvc::interpolate(), mesh, MRF, phi, phig(), phiHbyA, rho, Foam::fvc::snGrad(), tUEqn(), and U.
◆ phig()
surfaceScalarField phig |
( |
-rhorAUf *ghf * |
fvc::snGradrho) *mesh.magSf( | ) |
|
◆ phiHbyA()
surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
fvc::flux(rho *HbyA)+MRF.zeroFilter(rhorAUf *fvc::ddtCorr(rho, U, phi)) |
|
|
) |
| |
◆ makeRelative()
◆ constrainPressure()
◆ if() [3/9]
if |
( |
pimple. |
transonic() | ) |
|
◆ psip0()
tmp<volScalarField> psip0 |
( |
mesh.steady() ? tmp< volScalarField >() :psi * |
p | ) |
|
◆ while()
while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
Definition at line 56 of file pEqn.H.
References Foam::fvc::div(), fvOptions, Foam::fvc::laplacian(), Foam::magSqr(), mesh, p_rgh, phi, phig(), phiHbyA, pimple, pressureControl, Foam::fvc::reconstruct(), and U.
◆ if() [4/9]
◆ if() [5/9]
◆ if() [6/9]
◆ if() [7/9]
◆ if() [8/9]
◆ if() [9/9]
if |
( |
mesh. |
steady) &&!pimple.transonic( | ) |
|
◆ closedVolume
◆ adjustMass
const bool adjustMass = closedVolume && !thermo.incompressible() |
◆ phiHbyA
◆ else
Initial value:{
}
pressureControl & pressureControl
Definition at line 114 of file pEqn.H.