Go to the source code of this file.
|
| const volScalarField | psip0 (psi *p) |
| volScalarField | rAU (1.0/UEqn.A()) |
| mesh | interpolate (rAU) |
| 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)+phig) |
| | if (adjustFringe) |
| 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()) |
| | if (p_rgh.needReference()) |
| | if (thermo.dpdt()) |
◆ psip0()
| const volScalarField psip0 |
( |
psi * | p | ) |
|
◆ rAU()
| volScalarField rAU |
( |
1.0/UEqn. | A() | ) |
|
◆ interpolate()
◆ rhorAUf()
◆ HbyA()
◆ phig()
| surfaceScalarField phig |
( |
-rhorAUf *ghf * | fvc::snGradrho) *mesh.magSf( | ) |
|
◆ phiHbyA()
| surfaceScalarField phiHbyA |
( |
"phiHbyA" | , |
|
|
fvc::flux(rho *HbyA)+ | phig ) |
◆ if() [1/3]
◆ makeRelative()
◆ constrainPressure()
◆ p_rghDDtEqn()
◆ while()
| while |
( |
pimple. | correctNonOrthogonal() | ) |
|
Definition at line 45 of file pEqn.H.
References fvOptions, HbyA, p_rgh, p_rghDDtEqn(), phi, phig(), phiHbyA, pimple, rAU, rhorAUf(), and U.
◆ if() [2/3]
| if |
( |
p_rgh. | needReference() | ) |
|
Definition at line 81 of file pEqn.H.
References compressibility, compressible, gh, initialMass, p, p_rgh, pRefCell, pRefValue, psi, psip0(), and rho.
◆ if() [3/3]
◆ compressibility
| dimensionedScalar compressibility = fvc::domainIntegrate(psi) |
◆ compressible
| bool compressible = (compressibility.value() > SMALL) |
◆ rho
Definition at line 4 of file pEqn.H.
◆ else
Initial value:{
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
const volScalarField & psi
const volScalarField psip0(psi *p)
Definition at line 101 of file pEqn.H.