Functions | Variables
p2EqnIrkPimple.H File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

volScalarField rAU2 (1.0/U2Eqn.A())
 
volVectorField HbyA2 (constrainHbyA(rAU2 *U2Eqn.H(), U2, p2))
 
surfaceScalarField phiHbyA2 ("phiHbyA2", fvc::flux(HbyA2))
 
tmp< volScalarField > rAtU2 (rAU2)
 
fvScalarMatrix p2Eqn (fvm::laplacian(rAtU2(), p2)==fvc::div(phiHbyA2))
 
p2Eqn setReference (0, 0.0)
 
p2Eqn solve (solverDictP)
 
U2 correctBoundaryConditions ()
 
phi2 oldTime ()
 

Variables

 phi2 = phiHbyA2 - p2Eqn.flux()
 
 p2 = p2.oldTime() + relaxP * relaxStage2 * (p2 - p2.oldTime())
 
 U2 = HbyA2 - rAtU2 * fvc::grad(p2)
 

Function Documentation

◆ rAU2()

volScalarField rAU2 ( 1.0/U2Eqn.  A())

Referenced by DAIrkPimpleFoam::calcPriResIrkOrig().

Here is the caller graph for this function:

◆ HbyA2()

volVectorField HbyA2 ( constrainHbyA(rAU2 *U2Eqn.H(), U2, p2 )

Referenced by DAIrkPimpleFoam::calcPriResIrkOrig().

Here is the caller graph for this function:

◆ phiHbyA2()

surfaceScalarField phiHbyA2 ( "phiHbyA2"  ,
fvc::flux(HbyA2  
)

Referenced by DAIrkPimpleFoam::calcPriResIrkOrig().

Here is the caller graph for this function:

◆ rAtU2()

tmp<volScalarField> rAtU2 ( rAU2  )

Referenced by DAIrkPimpleFoam::calcPriResIrkOrig().

Here is the caller graph for this function:

◆ p2Eqn()

fvScalarMatrix p2Eqn ( fvm::laplacian(rAtU2(), p2 = =fvc::div(phiHbyA2))

Referenced by DAIrkPimpleFoam::calcPriResIrkOrig().

Here is the caller graph for this function:

◆ setReference()

p2Eqn setReference ( ,
0.  0 
)

◆ solve()

p2Eqn solve ( solverDictP  )

◆ correctBoundaryConditions()

U2 correctBoundaryConditions ( )

◆ oldTime()

phi2 oldTime ( )

Variable Documentation

◆ phi2

phi2 = phiHbyA2 - p2Eqn.flux()

◆ p2

p2 = p2.oldTime() + relaxP * relaxStage2 * (p2 - p2.oldTime())

◆ U2

U2 = HbyA2 - rAtU2 * fvc::grad(p2)