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()+max(phase1.residualAlpha()-alpha1, scalar(0))*rho1/runTime.deltaT()))
 
volScalarField rAU2 (IOobject::groupName("rAU", phase2.name()), 1.0/(U2Eqn.A()+max(phase2.residualAlpha()-alpha2, scalar(0))*rho2/runTime.deltaT()))
 
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

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

Referenced by while().

Here is the caller graph for this function:

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

Referenced by while().

Here is the caller graph for this function:

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

Referenced by if(), and while().

Here is the caller graph for this function:

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

Referenced by if(), and while().

Here is the caller graph for this function:

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

Referenced by while().

Here is the caller graph for this function:

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

Referenced by while().

Here is the caller graph for this function:

volScalarField Kd ( fluid.  Kd())

Referenced by while().

Here is the caller graph for this function:

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

Referenced by if().

Here is the caller graph for this function:

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

Referenced by if().

Here is the caller graph for this function:

volVectorField F ( fluid.  F())

Referenced by if().

Here is the caller graph for this function:

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

Referenced by if().

Here is the caller graph for this function:

if ( implicitPhasePressure  )

Definition at line 75 of file pEqn.H.

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

Here is the call graph for this function:

while ( pimple.  correct())

Variable Documentation

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

Definition at line 37 of file pEqn.H.

Referenced by while().

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

Definition at line 38 of file pEqn.H.

Referenced by while().