Functions | Variables
pEqn.H File Reference

Go to the source code of this file.

Functions

surfaceScalarField alphaf1 ("alphaf1", fvc::interpolate(alpha1))
 
surfaceScalarField alphaf2 ("alphaf2", scalar(1) - alphaf1)
 
surfaceScalarField alphaRhof10 ("alphaRhof10", fvc::interpolate(max(alpha1.oldTime(), phase1.residualAlpha()) *rho1.oldTime()))
 
surfaceScalarField alphaRhof20 ("alphaRhof20", fvc::interpolate(max(alpha2.oldTime(), phase2.residualAlpha()) *rho2.oldTime()))
 
surfaceScalarField Kdf ("Kdf", fluid.Kdf())
 
surfaceScalarField Vmf ("Vmf", fluid.Vmf())
 
surfaceScalarField rAUf1 (IOobject::groupName("rAUf", phase1.name()), 1.0/(byDt(alphaRhof10+Vmf)+fvc::interpolate(U1Eqn.A())+Kdf))
 
surfaceScalarField rAUf2 (IOobject::groupName("rAUf", phase2.name()), 1.0/(byDt(alphaRhof20+Vmf)+fvc::interpolate(U2Eqn.A())+Kdf))
 
surfaceScalarField Df1 (fvc::interpolate(D+phase1.turbulence().pPrime()))
 
surfaceScalarField Df2 (fvc::interpolate(D+phase2.turbulence().pPrime()))
 
 if (implicitPhasePressure)
 
surfaceScalarField Ff (fluid.Ff())
 
surfaceScalarField snGradAlpha1 (fvc::snGrad(alpha1) *mesh.magSf())
 
 while (pimple.correct())
 

Variables

tmp< surfaceScalarField > Ff1 = Df1*snGradAlpha1 + Ff
 
tmp< surfaceScalarField > Ff2 = -Df2*snGradAlpha1 - Ff
 

Function Documentation

◆ alphaf1()

surfaceScalarField alphaf1 ( "alphaf1"  ,
fvc::interpolate(alpha1  
)

◆ alphaf2()

surfaceScalarField alphaf2 ( "alphaf2"  ,
scalar(1) -  alphaf1 
)

◆ alphaRhof10()

surfaceScalarField alphaRhof10 ( "alphaRhof10"  ,
fvc::interpolate(max(alpha1.oldTime(), phase1.residualAlpha()) *rho1.oldTime())   
)

Referenced by while().

Here is the caller graph for this function:

◆ alphaRhof20()

surfaceScalarField alphaRhof20 ( "alphaRhof20"  ,
fvc::interpolate(max(alpha2.oldTime(), phase2.residualAlpha()) *rho2.oldTime())   
)

Referenced by while().

Here is the caller graph for this function:

◆ Kdf()

surfaceScalarField Kdf ( "Kdf"  ,
fluid.  Kdf() 
)

Referenced by while().

Here is the caller graph for this function:

◆ Vmf()

surfaceScalarField Vmf ( "Vmf"  ,
fluid.  Vmf() 
)

Referenced by while().

Here is the caller graph for this function:

◆ rAUf1()

surfaceScalarField rAUf1 ( IOobject::groupName("rAUf", phase1.name())  ,
1.0/  byDt(alphaRhof10+Vmf)+fvc::interpolate(U1Eqn.A())+Kdf 
)

Referenced by if(), and while().

Here is the caller graph for this function:

◆ rAUf2()

surfaceScalarField rAUf2 ( IOobject::groupName("rAUf", phase2.name())  ,
1.0/  byDt(alphaRhof20+Vmf)+fvc::interpolate(U2Eqn.A())+Kdf 
)

Referenced by if(), and while().

Here is the caller graph for this function:

◆ Df1()

surfaceScalarField Df1 ( fvc::interpolate(D+phase1.turbulence().pPrime())  )

Referenced by if().

Here is the caller graph for this function:

◆ Df2()

surfaceScalarField Df2 ( fvc::interpolate(D+phase2.turbulence().pPrime())  )

Referenced by if().

Here is the caller graph for this function:

◆ if()

if ( implicitPhasePressure  )

Definition at line 74 of file pEqn.H.

References alpha1, Ff(), fluid, mesh, phase1, phase2, rAUf1(), rAUf2(), Foam::fvc::snGrad(), and snGradAlpha1().

Here is the call graph for this function:

◆ Ff()

surfaceScalarField Ff ( fluid.  Ff())

Referenced by if().

Here is the caller graph for this function:

◆ snGradAlpha1()

surfaceScalarField snGradAlpha1 ( fvc::snGrad(alpha1) *mesh.magSf()  )

◆ while()

while ( pimple.  correct())

Variable Documentation

◆ Ff1

Ff1 = Df1*snGradAlpha1 + Ff

Definition at line 54 of file pEqn.H.

Referenced by while().

◆ Ff2

Ff2 = -Df2*snGradAlpha1 - Ff

Definition at line 55 of file pEqn.H.

Referenced by while().