pEqn.H File Reference
Include dependency graph for pEqn.H:

Go to the source code of this file.

Functions

volScalarField rAU ("rAU", 1.0/UEqn.A())
 
mesh interpolate (rAU)
 
surfaceScalarField rAUf ("rAUf", fvc::interpolate(rAU))
 
volVectorField H ("H", UEqn.H())
 
volVectorField HbyA ("HbyA", U)
 
 if (massFluxInterpolation)
 
 if (runTime.outputTime())
 
 if (pimple.nCorrPISO()<=1)
 
 if (ddtCorr)
 
MRF makeRelative (phiHbyA)
 
 if (p.needReference())
 
 if (adjustFringe)
 
 while (pimple.correctNonOrthogonal())
 
p relax ()
 
volVectorField gradP (fvc::grad(p))
 
U correctBoundaryConditions ()
 
fvOptions correct (U)
 
surfaceVectorField n (mesh.Sf()/mesh.magSf())
 
surfaceScalarField faceMask (localMin< scalar >(mesh).interpolate(cellMask))
 

Variables

 HbyA = constrainHbyA(rAU*H, U, p)
 
 phiHbyA = fvc::flux(HbyA)
 
 U = cellMask*(HbyA - rAU*gradP)
 
 Uf = n*(phi/mesh.magSf() - (n & Uf))
 

Function Documentation

◆ rAU()

volScalarField rAU ( "rAU"  ,
1.0/UEqn.  A() 
)

◆ interpolate()

mesh interpolate ( rAU  )

◆ rAUf()

surfaceScalarField rAUf ( "rAUf"  ,
fvc::interpolate(rAU  
)

◆ H()

volVectorField H ( "H"  ,
UEqn.  H() 
)

Referenced by if().

Here is the caller graph for this function:

◆ HbyA()

volVectorField HbyA ( "HbyA"  ,
U   
)

◆ if() [1/6]

Definition at line 22 of file pEqn.H.

◆ if() [2/6]

if ( runTime.  outputTime())

Definition at line 27 of file pEqn.H.

References H(), HbyA, and rAU.

Here is the call graph for this function:

◆ if() [3/6]

if ( pimple.nCorrPISO()<=  1)

Definition at line 34 of file pEqn.H.

References tUEqn().

Here is the call graph for this function:

◆ if() [4/6]

if ( ddtCorr  )

Definition at line 41 of file pEqn.H.

References interpolate(), mesh, phiHbyA, rAUf(), U, and Uf.

Here is the call graph for this function:

◆ makeRelative()

MRF makeRelative ( phiHbyA  )

◆ if() [5/6]

if ( p.  needReference())

Definition at line 53 of file pEqn.H.

References adjustPhi(), p, phiHbyA, and U.

Here is the call graph for this function:

◆ if() [6/6]

if ( adjustFringe  )

Definition at line 61 of file pEqn.H.

References phiHbyA, and U.

◆ while()

while ( pimple.  correctNonOrthogonal())

Definition at line 68 of file pEqn.H.

References mesh, p, phi, phiHbyA, pimple, pRefCell, pRefValue, and rAUf().

Here is the call graph for this function:

◆ relax()

p relax ( )

◆ gradP()

volVectorField gradP ( fvc::grad(p )

◆ correctBoundaryConditions()

U correctBoundaryConditions ( )

◆ correct()

fvOptions correct ( U  )

References U, and Uf.

◆ n()

surfaceVectorField n ( mesh.  Sf)/mesh.magSf()

◆ faceMask()

surfaceScalarField faceMask ( localMin< scalar >  mesh).interpolate(cellMask)

Variable Documentation

◆ HbyA

HbyA = constrainHbyA(rAU*H, U, p)

Definition at line 20 of file pEqn.H.

◆ phiHbyA

phiHbyA = fvc::flux(HbyA)

Definition at line 39 of file pEqn.H.

◆ U

U = cellMask*(HbyA - rAU*gradP)

Definition at line 99 of file pEqn.H.

◆ Uf

Uf = n*(phi/mesh.magSf() - (n & Uf))

Definition at line 107 of file pEqn.H.