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/((alphaRhof10+Vmf)/runTime.deltaT()+fvc::interpolate(U1Eqn.A())+Kdf))
 
surfaceScalarField rAUf2 (IOobject::groupName("rAUf", phase2.name()), 1.0/((alphaRhof20+Vmf)/runTime.deltaT()+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

surfaceScalarField alphaf1 ( "alphaf1"  ,
fvc::interpolate(alpha1  
)
surfaceScalarField alphaf2 ( "alphaf2"  ,
scalar(1)-  alphaf1 
)
surfaceScalarField alphaRhof10 ( "alphaRhof10"  ,
fvc::interpolate(max(alpha1.oldTime(), phase1.residualAlpha())*rho1.oldTime())   
)

Referenced by while().

Here is the caller graph for this function:

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

Referenced by while().

Here is the caller graph for this function:

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

Referenced by while().

Here is the caller graph for this function:

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

Referenced by while().

Here is the caller graph for this function:

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

Referenced by if(), and while().

Here is the caller graph for this function:

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

Referenced by if(), and while().

Here is the caller graph for this function:

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

Referenced by if().

Here is the caller graph for this function:

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

Referenced by if().

Here is the caller graph for this function:

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:

surfaceScalarField Ff ( fluid.  Ff())

Referenced by if().

Here is the caller graph for this function:

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

Variable Documentation

Ff1 = Df1*snGradAlpha1 + Ff

Definition at line 54 of file pEqn.H.

Referenced by while().

Ff2 = -Df2*snGradAlpha1 - Ff

Definition at line 55 of file pEqn.H.

Referenced by while().