Functions | Variables
pEqnPimpleDyM.H File Reference
Include dependency graph for pEqnPimpleDyM.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))
 
tmp< volScalarField > rAtU (rAU)
 
 if (pimple.nCorrPISO()<=1)
 
 while (pimple.correctNonOrthogonal())
 
 if (pimplePrintToScreen)
 
p relax ()
 
U correctBoundaryConditions ()
 
this correctUfPimpleDyM (Uf, U, phi)
 

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())

◆ if() [1/3]

if ( useConstrainHbyA  )

Definition at line 8 of file pEqnPimpleDyM.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 while().

Here is the caller graph for this function:

◆ rAtU()

tmp<volScalarField> rAtU ( rAU  )

◆ if() [2/3]

if ( pimple.nCorrPISO()<=  1)

Definition at line 24 of file pEqnPimpleDyM.H.

References tUEqn().

Here is the call graph for this function:

◆ while()

while ( pimple.  correctNonOrthogonal())

Definition at line 30 of file pEqnPimpleDyM.H.

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

Here is the call graph for this function:

◆ if() [3/3]

if ( pimplePrintToScreen  )

Definition at line 49 of file pEqnPimpleDyM.H.

◆ relax()

rho relax ( )

◆ correctBoundaryConditions()

U correctBoundaryConditions ( )

◆ correctUfPimpleDyM()

this correctUfPimpleDyM ( Uf  ,
U  ,
phi   
)

Variable Documentation

◆ HbyAPtr

HbyAPtr = nullptr

◆ useConstrainHbyA

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

◆ else

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

Definition at line 13 of file pEqnPimpleDyM.H.

◆ HbyA

volVectorField& HbyA = HbyAPtr()

◆ U

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

Definition at line 60 of file pEqnPimpleDyM.H.

Referenced by if().

U
U
Definition: pEqnPimpleDyM.H:60
HbyAPtr
autoPtr< volVectorField > HbyAPtr
Definition: pEqnPimpleDyM.H:6