Go to the source code of this file.
|
| 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_rgh)) |
| |
| surfaceScalarField | phig (-rhorAUf *ghf *fvc::snGrad(rho) *mesh.magSf()) |
| |
| surfaceScalarField | phiHbyA ("phiHbyA",(fvc::flux(rho *HbyA)+rhorAUf *fvc::ddtCorr(rho, U, phi))+phig) |
| |
| MRF | makeRelative (fvc::interpolate(rho), phiHbyA) |
| |
| | constrainPressure (p_rgh, rho, U, phiHbyA, rhorAUf, MRF) |
| |
| fvScalarMatrix | p_rghDDtEqn (fvc::ddt(rho)+psi *correction(fvm::ddt(p_rgh))+fvc::div(phiHbyA)==fvOptions(psi, p_rgh, rho.name())) |
| |
| | while (pimple.correctNonOrthogonal()) |
| |
| thermo | correctRho (psi *p - psip0) |
| |
| | if (thermo.dpdt()) |
| |
◆ psip0()
| const volScalarField psip0 |
( |
psi * |
p | ) |
|
◆ rAU()
| volScalarField rAU |
( |
1.0/UEqn. |
A() | ) |
|
◆ rhorAUf()
| surfaceScalarField rhorAUf |
( |
"rhorAUf" |
, |
|
|
fvc::interpolate(rho *rAU) |
|
|
) |
| |
◆ HbyA()
| volVectorField HbyA |
( |
constrainHbyA(rAU *UEqn.H(), U, p_rgh) |
| ) |
|
◆ phig()
| surfaceScalarField phig |
( |
-rhorAUf *ghf * |
fvc::snGradrho) *mesh.magSf( | ) |
|
◆ phiHbyA()
| surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
(fvc::flux(rho *HbyA)+rhorAUf *fvc::ddtCorr(rho, U, phi))+ |
phig |
|
) |
| |
◆ makeRelative()
◆ constrainPressure()
◆ p_rghDDtEqn()
◆ while()
| while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
Definition at line 36 of file pEqn.H.
References fvOptions, Foam::getRefCellValue(), Foam::fvc::laplacian(), Foam::magSqr(), mesh, p_rgh, p_rghDDtEqn(), phi, phig(), phiHbyA, pimple, pRefCell, rAU(), Foam::fvc::reconstruct(), rhorAUf(), thermo, and U.
◆ correctRho()
◆ if()
◆ rho
Definition at line 1 of file pEqn.H.