Functions | Variables
pEqn.H File Reference
Include dependency graph for pEqn.H:

Go to the source code of this file.

Functions

volVectorField HbyA (constrainHbyA(rAU *UEqn.H(), U, p))
 
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())
 
p relax ()
 
U correctBoundaryConditions ()
 
fvOptions correct (U)
 

Variables

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

Function Documentation

volVectorField HbyA ( constrainHbyA(rAU *UEqn.H(), U, p )
surfaceScalarField phiHbyA ( "phiHbyA"  ,
fvc::flux(HbyA  
)
MRF makeRelative ( phiHbyA  )
adjustPhi ( phiHbyA  ,
U  ,
p   
)
tmp<volScalarField> rAtU ( rAU  )
if ( simple.  consistent())

Definition at line 10 of file pEqn.H.

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

Here is the call graph for this function:

tUEqn clear ( )
constrainPressure ( p  ,
U  ,
phiHbyA  ,
rAtU()  ,
MRF   
)
while ( simple.  correctNonOrthogonal())

Definition at line 24 of file pEqn.H.

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

Here is the call graph for this function:

p relax ( )
U correctBoundaryConditions ( )
fvOptions correct ( U  )

Variable Documentation

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

Definition at line 47 of file pEqn.H.