Loading...
Searching...
No Matches
pEqn.H File Reference
Include dependency graph for pEqn.H:

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))
surfaceScalarField Df1 (fvc::interpolate(rAU1 *(D+phase1.turbulence().pPrime())))
surfaceScalarField Df2 (fvc::interpolate(rAU2 *(D+phase2.turbulence().pPrime())))
 if (implicitPhasePressure)
volVectorField F (fluid.F())
surfaceScalarField snGradAlpha1 (fvc::snGrad(alpha1) *mesh.magSf())
 while (pimple.correct())
 if (thermo1.dpdt()||thermo2.dpdt())

Variables

tmp< surfaceScalarField > phiF1 = Df1*snGradAlpha1 + fvc::flux(rAU1*F)
tmp< surfaceScalarField > phiF2 = - Df2*snGradAlpha1 - fvc::flux(rAU2*F)
 K1 = 0.5*magSqr(U1)
 K2 = 0.5*magSqr(U2)

Function Documentation

◆ alphaf1()

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

References alpha1.

◆ alphaf2()

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

References alphaf1().

Here is the call graph for this function:

◆ rAU1()

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

References alpha1, phase1, rho1, and runTime.

◆ rAU2()

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

References alpha2, phase2, rho2, and runTime.

◆ alpharAUf1()

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

References alpha1, phase1, and rAU1.

◆ alpharAUf2()

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

References alpha2, phase2, and rAU2.

◆ Df1()

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

References D, phase1, and rAU1.

Referenced by if(), and snGradAlpha1().

Here is the caller graph for this function:

◆ Df2()

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

References D, phase2, and rAU2.

Referenced by if(), and snGradAlpha1().

Here is the caller graph for this function:

◆ if() [1/2]

if ( implicitPhasePressure )

Definition at line 61 of file pEqn.H.

References Df1(), Df2(), and fluid.

Here is the call graph for this function:

◆ F()

◆ snGradAlpha1()

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

References alpha1, Df1(), Df2(), F(), mesh, phiF1, phiF2, rAU1, rAU2, and snGradAlpha1().

Referenced by MomentumTransferPhaseSystem< BasePhaseSystem >::phiFfs(), MomentumTransferPhaseSystem< BasePhaseSystem >::phiFs(), and snGradAlpha1().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ while()

◆ if() [2/2]

if ( thermo1. dpdt)||thermo2.dpdt()

Definition at line 413 of file pEqn.H.

References dpdt, p, thermo1, and thermo2.

Variable Documentation

◆ phiF1

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

Definition at line 35 of file pEqn.H.

Referenced by while().

◆ phiF2

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

Definition at line 36 of file pEqn.H.

Referenced by while().

◆ K1

K1 = 0.5*magSqr(U1)

Definition at line 409 of file pEqn.H.

◆ K2

K2 = 0.5*magSqr(U2)

Definition at line 410 of file pEqn.H.