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()
| volVectorField HbyA |
( |
constrainHbyA(rAU *UEqn.H(), U, p) |
| ) |
|
◆ if() [2/5]
| if |
( |
pimple.nCorrPISO()<= |
1 | ) |
|
◆ phiHbyA()
◆ makeRelative()
◆ constrainPressure()
◆ if() [3/5]
| if |
( |
pimple. |
transonic() | ) |
|
Definition at line 32 of file pEqn.H.
References Foam::correction(), Foam::fac::ddt(), Foam::fac::div(), fvOptions, interpolate(), Foam::fac::laplacian(), p, pDDtEqn(), phi, phid(), phiHbyA, pimple, psi, rho, and rhorAUf().
◆ while()
| while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
◆ relax()
◆ correctBoundaryConditions()
| U correctBoundaryConditions |
( |
| ) |
|
◆ correct()
◆ if() [4/5]
| if |
( |
pressureControl. |
limitp | ) |
|
Definition at line 97 of file pEqn.H.
References p.
◆ correctRho()
◆ if() [5/5]
◆ else
Initial value:{
(
==
)
tmp< fvMatrix< Type > > correction(const fvMatrix< Type > &)
Return the correction form of the given matrix by subtracting the matrix multiplied by the current fi...
fvMatrix< scalar > fvScalarMatrix
fvScalarMatrix pDDtEqn(fvc::ddt(rho)+psi *correction(fvm::ddt(p))+fvc::div(phiHbyA)==fvOptions(psi, p, rho.name()))
tmp< GeometricField< Type, faPatchField, areaMesh > > div(const GeometricField< Type, faePatchField, edgeMesh > &ssf)
tmp< GeometricField< Type, faPatchField, areaMesh > > ddt(const dimensioned< Type > dt, const faMesh &mesh)
const volScalarField & psi
Definition at line 66 of file pEqn.H.
◆ rho