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

Go to the source code of this file.

Functions

volScalarField rAU1 (1.0/U1Eqn.A())
 
volVectorField HbyA1 (constrainHbyA(rAU1 *U1Eqn.H(), U1, p1))
 
surfaceScalarField phiHbyA1 ("phiHbyA1", fvc::flux(HbyA1))
 
tmp< volScalarField > rAtU1 (rAU1)
 
fvScalarMatrix p1Eqn (fvm::laplacian(rAtU1(), p1)==fvc::div(phiHbyA1))
 
p1Eqn setReference (0, 0.0)
 
p1Eqn solve (solverDictP)
 
U1 correctBoundaryConditions ()
 
phi1 oldTime ()
 

Variables

 phi1 = phiHbyA1 - p1Eqn.flux()
 
 p1 = p1.oldTime() + relaxP * relaxStage1 * (p1 - p1.oldTime())
 
 U1 = HbyA1 - rAtU1 * fvc::grad(p1)
 

Function Documentation

◆ rAU1()

volScalarField rAU1 ( 1.0/U1Eqn.  A())

Referenced by DAIrkPimpleFoam::calcPriResIrkOrig().

Here is the caller graph for this function:

◆ HbyA1()

volVectorField HbyA1 ( constrainHbyA(rAU1 *U1Eqn.H(), U1, p1 )

Referenced by DAIrkPimpleFoam::calcPriResIrkOrig().

Here is the caller graph for this function:

◆ phiHbyA1()

surfaceScalarField phiHbyA1 ( "phiHbyA1"  ,
fvc::flux(HbyA1  
)

Referenced by DAIrkPimpleFoam::calcPriResIrkOrig().

Here is the caller graph for this function:

◆ rAtU1()

tmp<volScalarField> rAtU1 ( rAU1  )

Referenced by DAIrkPimpleFoam::calcPriResIrkOrig().

Here is the caller graph for this function:

◆ p1Eqn()

fvScalarMatrix p1Eqn ( fvm::laplacian(rAtU1(), p1 = =fvc::div(phiHbyA1))

Referenced by DAIrkPimpleFoam::calcPriResIrkOrig().

Here is the caller graph for this function:

◆ setReference()

p1Eqn setReference ( ,
0.  0 
)

◆ solve()

p1Eqn solve ( solverDictP  )

◆ correctBoundaryConditions()

U1 correctBoundaryConditions ( )

◆ oldTime()

phi1 oldTime ( )

Variable Documentation

◆ phi1

phi1 = phiHbyA1 - p1Eqn.flux()

◆ p1

p1 = p1.oldTime() + relaxP * relaxStage1 * (p1 - p1.oldTime())

◆ U1

U1 = HbyA1 - rAtU1 * fvc::grad(p1)