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()) |
| |
| pressureControl | limit (p) |
| |
| | if (!mesh.steady()) |
| |
| | if (thermo.dpdt()) |
| |
◆ if() [1/5]
| 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/5]
| 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/5]
| if |
( |
pimple. |
transonic() | ) |
|
◆ psip0()
| tmp<volScalarField> psip0 |
( |
mesh.steady() ? tmp< volScalarField >() :psi * |
p | ) |
|
◆ while()
| while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
Definition at line 58 of file pEqn.H.
References Foam::fvc::div(), fvOptions, Foam::fvc::laplacian(), Foam::magSqr(), p_rgh, phi, phig(), phiHbyA, pimple, pressureControl, Foam::fvc::reconstruct(), and U.
◆ limit()
◆ if() [4/5]
◆ if() [5/5]
◆ closedVolume
◆ adjustMass
| const bool adjustMass = closedVolume && !thermo.incompressible() |
◆ phiHbyA
◆ else
Initial value:{
}
{
p.correctBoundaryConditions();
}
{
}
{
}
pimpleNoLoopControl & pimple
dimensionedScalar initialMass
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
Ostream & endl(Ostream &os)
Add newline and flush stream.
dimensioned< Type > domainIntegrate(const GeometricField< Type, fvPatchField, volMesh > &vf)
rhoReactionThermo & thermo
dimensioned< Type > min(const dimensioned< Type > &, const dimensioned< Type > &)
const volScalarField & gh
const volScalarField & psi
Definition at line 118 of file pEqn.H.