Loading...
Searching...
No Matches
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() )

References UEqn.

◆ rAUf()

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

References rAU.

◆ H()

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

References UEqn.

Referenced by while().

Here is the caller graph for this function:

◆ HbyA()

volVectorField HbyA ( "HbyA" ,
U  )

References U.

◆ if() [1/2]

if ( pimple.nCorrPISO()<= 1)

Definition at line 9 of file pEqn.H.

References pimple, and tUEqn().

Here is the call graph for this function:

◆ makeRelative()

MRF makeRelative ( phiHbyA )

References MRF, and phiHbyA.

◆ if() [2/2]

if ( adjustFringe )

Definition at line 18 of file pEqn.H.

References adjustFringe, phiHbyA, U, and zoneIdMass.

◆ while()

while ( pimple. correctNonOrthogonal())

Definition at line 26 of file pEqn.H.

References fvOptions, HbyA, oversetPatchErrOutput, p, phi, phiHbyA, pimple, pRefCell, pRefValue, rAU, rAUf(), and U.

Here is the call graph for this function:

◆ n()

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

References mesh.

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.