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

Go to the source code of this file.

Functions

 if (useConstrainHbyA)
 
surfaceScalarField phiHbyA ("phiHbyA", fvc::flux(HbyA))
 
MRF makeRelative (phiHbyA)
 
 adjustPhi (phiHbyA, U, p)
 
tmp< volScalarField > rAtU (rAU)
 
 if (simple.consistent())
 
tUEqn clear ()
 
 constrainPressure (p, U, phiHbyA, rAtU(), MRF)
 
 while (simple.correctNonOrthogonal())
 
 if (printToScreen_)
 
p relax ()
 
U correctBoundaryConditions ()
 
fvOptions correct (U)
 

Variables

autoPtr< volVectorField > HbyAPtr = nullptr
 
label useConstrainHbyA = daOptionPtr_->getOption<label>("useConstrainHbyA")
 
 else
 
volVectorField & HbyA = HbyAPtr()
 
 U = HbyA - rAtU() * fvc::grad(p)
 

Function Documentation

◆ if() [1/3]

if ( useConstrainHbyA  )

Definition at line 9 of file pEqnSimple.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:

◆ makeRelative()

MRF makeRelative ( phiHbyA  )

◆ adjustPhi()

adjustPhi ( phiHbyA  ,
U  ,
p   
)

◆ rAtU()

tmp<volScalarField> rAtU ( rAU  )

Referenced by if(), and while().

Here is the caller graph for this function:

◆ if() [2/3]

if ( simple.  consistent())

Definition at line 27 of file pEqnSimple.H.

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

Here is the call graph for this function:

◆ clear()

tUEqn clear ( )

◆ constrainPressure()

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

◆ while()

while ( simple.  correctNonOrthogonal())

Definition at line 41 of file pEqnSimple.H.

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

Here is the call graph for this function:

◆ if() [3/3]

if ( printToScreen_  )

Definition at line 60 of file pEqnSimple.H.

◆ relax()

p relax ( )

◆ correctBoundaryConditions()

U correctBoundaryConditions ( )

◆ correct()

fvOptions correct ( U  )

Variable Documentation

◆ HbyAPtr

autoPtr<volVectorField> HbyAPtr = nullptr

Definition at line 7 of file pEqnSimple.H.

Referenced by if().

◆ useConstrainHbyA

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

Definition at line 8 of file pEqnSimple.H.

◆ else

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

Definition at line 14 of file pEqnSimple.H.

◆ HbyA

volVectorField& HbyA = HbyAPtr()

Definition at line 18 of file pEqnSimple.H.

Referenced by if().

◆ U

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

Definition at line 72 of file pEqnSimple.H.

Referenced by if().

U
U
Definition: pEqnSimple.H:72
HbyAPtr
autoPtr< volVectorField > HbyAPtr
Definition: pEqnSimple.H:7