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)
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())
 if (thermo1.dpdt()||thermo2.dpdt())

Variables

tmp< surfaceScalarField > Ff1 = Df1*snGradAlpha1 + Ff
tmp< surfaceScalarField > Ff2 = -Df2*snGradAlpha1 - Ff
 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:

◆ alphaRhof10()

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

References alpha1, phase1, and rho1.

◆ alphaRhof20()

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

References alpha2, phase2, and rho2.

◆ Kdf()

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

References fluid.

◆ Vmf()

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

◆ rAUf1()

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

References alphaRhof10(), Kdf(), phase1, runTime, and Vmf().

Here is the call graph for this function:

◆ rAUf2()

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

References alphaRhof20(), Kdf(), phase2, runTime, and Vmf().

Here is the call graph for this function:

◆ Df1()

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

References D, and phase1.

◆ Df2()

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

References D, and phase2.

◆ if() [1/2]

if ( implicitPhasePressure )

Definition at line 74 of file pEqn.H.

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

Here is the call graph for this function:

◆ Ff()

surfaceScalarField Ff ( fluid. Ff())

References fluid.

Referenced by interpolated::damp(), noWallDamping::damp(), MomentumTransferPhaseSystem< BasePhaseSystem >::phiFfs(), and snGradAlpha1().

Here is the caller graph for this function:

◆ snGradAlpha1()

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

References alpha1, Df1(), Df2(), Ff(), Ff1, Ff2, mesh, and snGradAlpha1().

Here is the call graph for this function:

◆ while()

◆ if() [2/2]

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

Definition at line 365 of file pEqn.H.

References dpdt, p, thermo1, and thermo2.

Variable Documentation

◆ Ff1

Ff1 = Df1*snGradAlpha1 + Ff

Definition at line 54 of file pEqn.H.

Referenced by snGradAlpha1(), and while().

◆ Ff2

Ff2 = -Df2*snGradAlpha1 - Ff

Definition at line 55 of file pEqn.H.

Referenced by snGradAlpha1(), and while().

◆ K1

K1 = 0.5*magSqr(U1)

Definition at line 361 of file pEqn.H.

◆ K2

K2 = 0.5*magSqr(U2)

Definition at line 362 of file pEqn.H.