Loading...
Searching...
No Matches
pEqn.H File Reference
Include dependency graph for pEqn.H:

Go to the source code of this file.

Functions

volScalarField rAU (1.0/UEqn.A())
surfaceScalarField rhorAUf ("rhorAUf", fvc::interpolate(rho *rAU))
volVectorField HbyA (constrainHbyA(rAU *UEqn.H(), U, p))
surfaceScalarField phig ("phig", -rhorAUf *ghf *fvc::snGrad(rho) *mesh.magSf())
surfaceScalarField phiHbyA ("phiHbyA",(fvc::flux(rho *HbyA)+MRF.zeroFilter(rhorAUf *fvc::ddtCorr(rho, U, phi)))+phig)
MRF makeRelative (fvc::interpolate(rho), phiHbyA)
 constrainPressure (p_rgh, rho, U, phiHbyA, rhorAUf, MRF)
 while (pimple.correctNonOrthogonal())
 if (thermo.dpdt())

Variables

 rho = thermo.rho()
 p = p_rgh + rho*gh + pRef
 K = 0.5*magSqr(U)

Function Documentation

◆ rAU()

volScalarField rAU ( 1.0/UEqn. A())

References UEqn.

◆ rhorAUf()

surfaceScalarField rhorAUf ( "rhorAUf" ,
fvc::interpolate(rho *rAU)  )

References rAU, and rho.

Referenced by constrainPressure(), constrainPressure(), for(), forAll(), if(), if(), phid(), phid(), phig(), phig(), phiGradp(), phiHbyA(), phiHbyA(), while(), and while().

Here is the caller graph for this function:

◆ HbyA()

volVectorField HbyA ( constrainHbyA(rAU *UEqn.H(), U, p) )

References p, rAU, U, and UEqn.

◆ phig()

surfaceScalarField phig ( "phig" ,
-rhorAUf *ghf * fvc::snGradrho) *mesh.magSf( )

References ghf, mesh, rho, and rhorAUf().

Referenced by hydrostaticPressure::calculateAndWrite(), mixtureKEpsilon< BasicTurbulenceModel >::correct(), for(), if(), phiHbyA(), phiHbyA(), phiHbyA(), while(), and while().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ phiHbyA()

surfaceScalarField phiHbyA ( "phiHbyA" ,
(fvc::flux(rho *HbyA)+MRF.zeroFilter(rhorAUf *fvc::ddtCorr(rho, U, phi)))+ phig )

References HbyA, MRF, phi, phig(), rho, rhorAUf(), and U.

Here is the call graph for this function:

◆ makeRelative()

MRF makeRelative ( fvc::interpolate(rho) ,
phiHbyA  )

References MRF, phiHbyA, and rho.

Referenced by MRFZoneList::relative().

Here is the caller graph for this function:

◆ constrainPressure()

constrainPressure ( p_rgh ,
rho ,
U ,
phiHbyA ,
rhorAUf ,
MRF  )

References MRF, p_rgh, phiHbyA, rho, rhorAUf(), and U.

Referenced by Foam::constrainPressure(), Foam::constrainPressure(), Foam::constrainPressure(), and if().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ while()

while ( pimple. correctNonOrthogonal())

Definition at line 24 of file pEqn.H.

References fvOptions, gh, HbyA, p_rgh, phi, phig(), phiHbyA, pimple, psi, rAU, rho, rhorAUf(), surfaceFilm, and U.

Here is the call graph for this function:

◆ if()

if ( thermo. dpdt())

Definition at line 57 of file pEqn.H.

References dpdt, and p.

Variable Documentation

◆ rho

rho = thermo.rho()

Definition at line 1 of file pEqn.H.

◆ p

p = p_rgh + rho*gh + pRef

Definition at line 50 of file pEqn.H.

◆ K

K = 0.5*magSqr(U)

Definition at line 55 of file pEqn.H.