Functions | Variables
pEqnPimple.H File Reference
Include dependency graph for pEqnPimple.H:
This graph shows which files directly or indirectly include this file:

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)+fvc::interpolate(rAU) *fvc::ddtCorr(U, phi))
 
 adjustPhi (phiHbyA, U, p)
 
tmp< volScalarField > rAtU (rAU)
 
 if (pimple.consistent())
 
 if (pimple.nCorrPISO()<=1)
 
 while (pimple.correctNonOrthogonal())
 
 if (printToScreen)
 
p relax ()
 
U correctBoundaryConditions ()
 

Variables

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

Function Documentation

◆ rAU()

volScalarField rAU ( 1.0/UEqn.  A())

Referenced by if().

Here is the caller graph for this function:

◆ HbyA()

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

Referenced by if().

Here is the caller graph for this function:

◆ phiHbyA()

surfaceScalarField phiHbyA ( "phiHbyA"  ,
fvc::flux(HbyA)+fvc::interpolate(rAU) *fvc::ddtCorr(U, phi  
)

Referenced by if(), and while().

Here is the caller graph for this function:

◆ adjustPhi()

adjustPhi ( phiHbyA  ,
U  ,
p   
)

◆ rAtU()

tmp<volScalarField> rAtU ( rAU  )

Referenced by if(), and while().

Here is the caller graph for this function:

◆ if() [1/3]

if ( pimple.  consistent())

Definition at line 12 of file pEqnPimple.H.

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

Here is the call graph for this function:

◆ if() [2/3]

if ( pimple.nCorrPISO()<=  1)

Definition at line 20 of file pEqnPimple.H.

References tUEqn().

Here is the call graph for this function:

◆ while()

while ( pimple.  correctNonOrthogonal())

Definition at line 26 of file pEqnPimple.H.

References mesh, p, phi, phiHbyA(), pimple, pRefCell, pRefValue, primalResidualControl< scalar >(), and rAtU().

Here is the call graph for this function:

◆ if() [3/3]

if ( printToScreen  )

Definition at line 46 of file pEqnPimple.H.

◆ relax()

p relax ( )

◆ correctBoundaryConditions()

U correctBoundaryConditions ( )

Variable Documentation

◆ U

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

Definition at line 54 of file pEqnPimple.H.