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())
 
surfaceScalarField rAUf ("rAUf", fvc::interpolate(rAU))
 
volVectorField H ("H", UEqn.H())
 
volVectorField HbyA ("HbyA", U)
 
 if (pimple.nCorrPISO()<=1)
 
MRF makeRelative (phiHbyA)
 
 if (adjustFringe)
 
 while (pimple.correctNonOrthogonal())
 
surfaceVectorField n (mesh.Sf()/mesh.magSf())
 

Variables

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

Function Documentation

◆ rAU()

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

◆ rAUf()

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

◆ H()

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

◆ HbyA()

volVectorField HbyA ( "HbyA"  ,
U   
)

◆ if() [1/2]

if ( pimple.nCorrPISO()<=  1)

Definition at line 9 of file pEqn.H.

References tUEqn().

Here is the call graph for this function:

◆ makeRelative()

MRF makeRelative ( phiHbyA  )

◆ if() [2/2]

if ( adjustFringe  )

Definition at line 18 of file pEqn.H.

References Foam::fvc::makeAbsolute(), makeRelative(), Foam::oversetAdjustPhi(), phiHbyA, U, and zoneIdMass.

Here is the call graph for this function:

◆ while()

while ( pimple.  correctNonOrthogonal())

Definition at line 26 of file pEqn.H.

References Foam::fac::div(), fvOptions, HbyA, Foam::fac::laplacian(), oversetPatchErrOutput, Foam::oversetPatchPhiErr(), p, phi, phiHbyA, pimple, pRefCell, pRefValue, rAU(), rAUf(), Foam::fvc::reconstruct(), and U.

Here is the call graph for this function:

◆ n()

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

Variable Documentation

◆ HbyA

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

Definition at line 7 of file pEqn.H.

◆ phiHbyA

phiHbyA = fvc::flux(HbyA)

Definition at line 14 of file pEqn.H.

◆ Uf

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

Definition at line 64 of file pEqn.H.

Referenced by if(), and while().