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())
volVectorField HbyA (constrainHbyA(rAU *UEqn.H(), U, p))
surfaceScalarField phiHbyA ("phiHbyA", fvc::flux(HbyA))
 if (pimple.ddtCorr())
MRF makeRelative (phiHbyA)
 if (p.needReference())
tmp< volScalarField > rAtU (rAU)
 if (pimple.nCorrPISO()<=1)
 constrainPressure (p, U, phiHbyA, rAtU(), MRF)
 while (pimple.correctNonOrthogonal())
p relax ()
U correctBoundaryConditions ()
fvOptions correct (U)

Variables

 U = HbyA - rAtU*fvc::grad(p)

Function Documentation

◆ rAU()

volScalarField rAU ( 1.0/UEqn. A())

References UEqn.

◆ HbyA()

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

References p, rAU, U, and UEqn.

◆ phiHbyA()

surfaceScalarField phiHbyA ( "phiHbyA" ,
fvc::flux(HbyA)  )

References HbyA.

◆ if() [1/3]

if ( pimple. ddtCorr())

Definition at line 5 of file pEqn.H.

References MRF, phi, phiHbyA, pimple, rAU, U, and Uf.

◆ makeRelative()

MRF makeRelative ( phiHbyA )

References MRF, and phiHbyA.

◆ if() [2/3]

if ( p. needReference())

Definition at line 13 of file pEqn.H.

References adjustPhi(), p, phiHbyA, and U.

Here is the call graph for this function:

◆ rAtU()

tmp< volScalarField > rAtU ( rAU )

References HbyA, mesh, p, phiHbyA, pimple, rAtU(), rAU, and UEqn.

Referenced by if(), while(), and while().

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

◆ if() [3/3]

if ( pimple.nCorrPISO()<= 1)

Definition at line 30 of file pEqn.H.

References pimple, and tUEqn().

Here is the call graph for this function:

◆ constrainPressure()

constrainPressure ( p ,
U ,
phiHbyA ,
rAtU() ,
MRF  )

References MRF, p, phiHbyA, and U.

◆ while()

while ( pimple. correctNonOrthogonal())

Definition at line 39 of file pEqn.H.

References p, phi, phiHbyA, pimple, pRefCell, pRefValue, and rAtU().

Here is the call graph for this function:

◆ relax()

p relax ( )

References p.

◆ correctBoundaryConditions()

U correctBoundaryConditions ( )

References U.

◆ correct()

fvOptions correct ( U )

References fvOptions, phi, U, and Uf.

Variable Documentation

◆ U

U = HbyA - rAtU*fvc::grad(p)

Definition at line 61 of file pEqn.H.