pEqn.H File Reference
Include dependency graph for pEqn.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 if (pressureImplicitPorosity)
 
tUEqn clear ()
 
surfaceScalarField phiHbyA ("phiHbyA", fvc::flux(HbyA))
 
MRF makeRelative (phiHbyA)
 
 adjustPhi (phiHbyA, U, p)
 
 while (simple.correctNonOrthogonal())
 
p relax ()
 
U correctBoundaryConditions ()
 
fvConstraints constrain (U)
 

Variables

tmp< volVectorField > tHbyA
 
 else
 
volVectorField & HbyA = tHbyA.ref()
 

Function Documentation

◆ if()

Definition at line 2 of file pEqn.H.

References Foam::constrainHbyA(), p, tHbyA, trTU, U, and UEqn.

Here is the call graph for this function:

◆ clear()

tUEqn clear ( )

◆ phiHbyA()

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

◆ makeRelative()

MRF makeRelative ( phiHbyA  )

◆ adjustPhi()

adjustPhi ( phiHbyA  ,
U  ,
p   
)

Referenced by Foam::fv::CorrectPhi().

Here is the caller graph for this function:

◆ while()

while ( simple.  correctNonOrthogonal())

Definition at line 19 of file pEqn.H.

References Foam::fvc::div(), Foam::fvc::laplacian(), p, phiHbyA(), pressureImplicitPorosity(), simple(), trAU, and trTU.

Here is the call graph for this function:

◆ relax()

p relax ( )

References Foam::fvc::grad(), HbyA, p, trTU, and U.

Here is the call graph for this function:

◆ correctBoundaryConditions()

U correctBoundaryConditions ( )

◆ constrain()

fvConstraints constrain ( U  )

Variable Documentation

◆ tHbyA

tmp<volVectorField> tHbyA

Definition at line 1 of file pEqn.H.

◆ else

else
Initial value:
{
tmp< volScalarField > trAU
Definition: UEqn.H:19
fvVectorMatrix & UEqn
Definition: UEqn.H:11
U
Definition: pEqn.H:72
tmp< volVectorField > tHbyA
Definition: pEqn.H:1
tmp< volVectorField > constrainHbyA(const tmp< volVectorField > &tHbyA, const volVectorField &U, const volScalarField &p)
Definition: constrainHbyA.C:34
volScalarField & p

Definition at line 6 of file pEqn.H.

◆ HbyA

volVectorField& HbyA = tHbyA.ref()

Definition at line 10 of file pEqn.H.