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

volScalarField rAU (1.0/UEqn.A())
 
volVectorField HbyA ("HbyA", U)
 
surfaceScalarField phiHbyA ("phiHbyA",(fvc::interpolate(HbyA) &mesh.Sf())+fvc::interpolate(rAU) *fvc::ddtCorr(U, phi))
 
MRF makeRelative (phiHbyA)
 
 adjustPhi (phiHbyA, U, p)
 
 while (piso.correctNonOrthogonal())
 
U correctBoundaryConditions ()
 
fvOptions correct (U)
 

Variables

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

Function Documentation

◆ rAU()

volScalarField rAU ( 1.0/UEqn.  A())

◆ HbyA()

volVectorField HbyA ( "HbyA"  ,
U   
)

◆ phiHbyA()

surfaceScalarField phiHbyA ( "phiHbyA"  ,
(fvc::interpolate(HbyA) &mesh.Sf())+fvc::interpolate(rAU) *fvc::ddtCorr(U, phi  
)

◆ makeRelative()

MRF makeRelative ( phiHbyA  )

◆ adjustPhi()

adjustPhi ( phiHbyA  ,
U  ,
p   
)

◆ while()

while ( piso.  correctNonOrthogonal())

Definition at line 16 of file pEqn.H.

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

Here is the call graph for this function:

◆ correctBoundaryConditions()

U correctBoundaryConditions ( )

◆ correct()

fvOptions correct ( U  )

Variable Documentation

◆ HbyA

HbyA = rAU*UEqn.H()

Definition at line 3 of file pEqn.H.

◆ U

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

Definition at line 37 of file pEqn.H.