Functions | Variables
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

volVectorField HbyA ("HbyA", U)
 
surfaceScalarField phiHbyA ("phiHbyA", fvc::interpolate(HbyA) &mesh.Sf())
 
MRF makeRelative (phiHbyA)
 
 adjustPhi (phiHbyA, U, p)
 
tmp< volScalarField > rAtU (rAU)
 
 if (simple.consistent())
 
UEqn clear ()
 
 while (simple.correctNonOrthogonal())
 
p relax ()
 
U correctBoundaryConditions ()
 
fvOptions correct (U)
 

Variables

 HbyA = rAU*UEqn().H()
 
 U = HbyA - rAtU()*fvc::grad(p)
 

Function Documentation

◆ HbyA()

volVectorField HbyA ( "HbyA"  ,
U   
)

◆ phiHbyA()

surfaceScalarField phiHbyA ( "phiHbyA"  ,
fvc::interpolate(HbyA) &mesh.Sf()   
)

◆ makeRelative()

MRF makeRelative ( phiHbyA  )

◆ adjustPhi()

adjustPhi ( phiHbyA  ,
U  ,
p   
)

◆ rAtU()

tmp<volScalarField> rAtU ( rAU  )

◆ if()

if ( simple.  consistent())

Definition at line 12 of file pEqn.H.

References Foam::fvc::grad(), HbyA, Foam::MULES::interpolate(), mesh, p, phiHbyA, rAtU(), rAU(), Foam::fvc::snGrad(), and UEqn().

Here is the call graph for this function:

◆ clear()

UEqn clear ( )

◆ while()

while ( simple.  correctNonOrthogonal())

Definition at line 23 of file pEqn.H.

References Foam::fvc::div(), Foam::fvc::laplacian(), p, phi, phiHbyA, pRefCell, pRefValue, and rAtU().

Here is the call graph for this function:

◆ relax()

p relax ( )

◆ correctBoundaryConditions()

U correctBoundaryConditions ( )

◆ correct()

fvOptions correct ( U  )

Variable Documentation

◆ HbyA

HbyA = rAU*UEqn().H()

Definition at line 4 of file pEqn.H.

◆ U

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

Definition at line 46 of file pEqn.H.