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)
 
volScalarField rAU1 (IOobject::groupName("rAU", phase1.name()), 1.0/(U1Eqn.A()+byDt(max(phase1.residualAlpha() - alpha1, scalar(0)) *rho1)))
 
volScalarField rAU2 (IOobject::groupName("rAU", phase2.name()), 1.0/(U2Eqn.A()+byDt(max(phase2.residualAlpha() - alpha2, scalar(0)) *rho2)))
 
surfaceScalarField alpharAUf1 (fvc::interpolate(max(alpha1, phase1.residualAlpha()) *rAU1))
 
surfaceScalarField alpharAUf2 (fvc::interpolate(max(alpha2, phase2.residualAlpha()) *rAU2))
 
volScalarField Kd (fluid.Kd())
 
tmp< surfaceScalarField > DbyA1 (fvc::interpolate(rAU1 *(D+phase1.turbulence().pPrime())))
 
tmp< surfaceScalarField > DbyA2 (fvc::interpolate(rAU2 *(D+phase2.turbulence().pPrime())))
 
volVectorField F (fluid.F())
 
surfaceScalarField snGradAlpha1 (fvc::snGrad(alpha1) *mesh.magSf())
 
 if (implicitPhasePressure)
 
 while (pimple.correct())
 

Variables

tmp< surfaceScalarField > phiF1 = DbyA1()*snGradAlpha1 + fvc::flux(rAU1*F)
 
tmp< surfaceScalarField > phiF2 = - DbyA2()*snGradAlpha1 - fvc::flux(rAU2*F)
 

Function Documentation

◆ alphaf1()

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

Referenced by while().

Here is the caller graph for this function:

◆ alphaf2()

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

Referenced by while().

Here is the caller graph for this function:

◆ rAU1()

volScalarField rAU1 ( IOobject::groupName("rAU", phase1.name())  ,
1.0/  U1Eqn.A()+byDt(max(phase1.residualAlpha() - alpha1, scalar(0)) *rho1) 
)

Referenced by if(), and while().

Here is the caller graph for this function:

◆ rAU2()

volScalarField rAU2 ( IOobject::groupName("rAU", phase2.name())  ,
1.0/  U2Eqn.A()+byDt(max(phase2.residualAlpha() - alpha2, scalar(0)) *rho2) 
)

Referenced by if(), and while().

Here is the caller graph for this function:

◆ alpharAUf1()

surfaceScalarField alpharAUf1 ( fvc::interpolate(max(alpha1, phase1.residualAlpha()) *rAU1 )

Referenced by while().

Here is the caller graph for this function:

◆ alpharAUf2()

surfaceScalarField alpharAUf2 ( fvc::interpolate(max(alpha2, phase2.residualAlpha()) *rAU2 )

Referenced by while().

Here is the caller graph for this function:

◆ Kd()

volScalarField Kd ( fluid.  Kd())

Referenced by while().

Here is the caller graph for this function:

◆ DbyA1()

tmp<surfaceScalarField> DbyA1 ( fvc::interpolate(rAU1 *(D+phase1.turbulence().pPrime()))  )

Referenced by if().

Here is the caller graph for this function:

◆ DbyA2()

tmp<surfaceScalarField> DbyA2 ( fvc::interpolate(rAU2 *(D+phase2.turbulence().pPrime()))  )

Referenced by if().

Here is the caller graph for this function:

◆ F()

volVectorField F ( fluid.  F())

Referenced by if().

Here is the caller graph for this function:

◆ snGradAlpha1()

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

Referenced by if().

Here is the caller graph for this function:

◆ if()

if ( implicitPhasePressure  )

Definition at line 73 of file pEqn.H.

References DbyA1(), DbyA2(), phase1, and phase2.

Here is the call graph for this function:

◆ while()

while ( pimple.  correct())

Variable Documentation

◆ phiF1

phiF1 = DbyA1()*snGradAlpha1 + fvc::flux(rAU1*F)

Definition at line 35 of file pEqn.H.

Referenced by while().

◆ phiF2

phiF2 = - DbyA2()*snGradAlpha1 - fvc::flux(rAU2*F)

Definition at line 36 of file pEqn.H.

Referenced by while().