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())
 
 if (useConstrainHbyA)
 
surfaceScalarField phiHbyA ("phiHbyA", fvc::flux(HbyA))
 
 if (p.needReference())
 
tmp< volScalarField > rAtU (rAU)
 
 if (pimple.consistent())
 
 if (pimple.nCorrPISO()<=1)
 
 while (pimple.correctNonOrthogonal())
 
 if (pimplePrintToScreen)
 
p relax ()
 
U correctBoundaryConditions ()
 

Variables

autoPtr< volVectorField > HbyAPtr = nullptr
 
label useConstrainHbyA = daOptionPtr_->getOption<label>("useConstrainHbyA")
 
 else
 
volVectorField & HbyA = HbyAPtr()
 
 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:

◆ if() [1/5]

if ( useConstrainHbyA  )

Definition at line 8 of file pEqnPimple.H.

References HbyAPtr, p, rAU(), U, and UEqn.

Here is the call graph for this function:

◆ phiHbyA()

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

Referenced by if(), and while().

Here is the caller graph for this function:

◆ if() [2/5]

if ( p.  needReference())

Definition at line 22 of file pEqnPimple.H.

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

Here is the call graph for this function:

◆ rAtU()

tmp<volScalarField> rAtU ( rAU  )

Referenced by if(), and while().

Here is the caller graph for this function:

◆ if() [3/5]

if ( pimple.  consistent())

Definition at line 29 of file pEqnPimple.H.

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

Here is the call graph for this function:

◆ if() [4/5]

if ( pimple.nCorrPISO()<=  1)

Definition at line 37 of file pEqnPimple.H.

References tUEqn().

Here is the call graph for this function:

◆ while()

while ( pimple.  correctNonOrthogonal())

Definition at line 43 of file pEqnPimple.H.

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

Here is the call graph for this function:

◆ if() [5/5]

if ( pimplePrintToScreen  )

Definition at line 63 of file pEqnPimple.H.

◆ relax()

p relax ( )

◆ correctBoundaryConditions()

U correctBoundaryConditions ( )

Variable Documentation

◆ HbyAPtr

autoPtr<volVectorField> HbyAPtr = nullptr

Definition at line 6 of file pEqnPimple.H.

Referenced by if().

◆ useConstrainHbyA

label useConstrainHbyA = daOptionPtr_->getOption<label>("useConstrainHbyA")

Definition at line 7 of file pEqnPimple.H.

◆ else

else
Initial value:
{
HbyAPtr.reset(new volVectorField("HbyA", U))

Definition at line 13 of file pEqnPimple.H.

◆ HbyA

volVectorField& HbyA = HbyAPtr()

Definition at line 17 of file pEqnPimple.H.

Referenced by if().

◆ U

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

Definition at line 74 of file pEqnPimple.H.

Referenced by if().

HbyAPtr
autoPtr< volVectorField > HbyAPtr
Definition: pEqnPimple.H:6
U
U
Definition: pEqnPimple.H:74