Loading...
Searching...
No Matches
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()))
const surfaceScalarField Kdf ("Kdf", fluid.Kdf())
PtrList< surfaceScalarField > AFfs (fluid.AFfs())
rAUfs append (new surfaceScalarField(IOobject::groupName("rAUf", phase1.name()), 1.0/(byDt(alphaRhof10)+fvc::interpolate(U1Eqn.A())+AFfs[0])))
rAUfs append (new surfaceScalarField(IOobject::groupName("rAUf", phase2.name()), 1.0/(byDt(alphaRhof20)+fvc::interpolate(U2Eqn.A())+AFfs[0])))
AFfs clear ()
PtrList< surfaceScalarField > phiFfs (fluid.phiFfs(rAUfs))
 while (pimple.correct())

Variables

PtrList< surfaceScalarField > rAUfs
const surfaceScalarField & rAUf1 = rAUfs[0]
const surfaceScalarField & rAUf2 = rAUfs[1]
const surfaceScalarField & phiFf1 = phiFfs[0]
const surfaceScalarField & phiFf2 = phiFfs[1]

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.

Referenced by append(), rAUf1(), and while().

Here is the caller graph for this function:

◆ alphaRhof20()

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

References alpha2, phase2, and rho2.

Referenced by append(), rAUf2(), and while().

Here is the caller graph for this function:

◆ Kdf()

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

References fluid.

Referenced by twoPhaseSystem::Kdf(), rAUf1(), rAUf2(), and while().

Here is the caller graph for this function:

◆ AFfs()

PtrList< surfaceScalarField > AFfs ( fluid. AFfs())

References fluid.

Referenced by MomentumTransferPhaseSystem< BasePhaseSystem >::AFfs(), append(), append(), clear(), and forAll().

Here is the caller graph for this function:

◆ append() [1/2]

rAUfs append ( new surfaceScalarFieldIOobject::groupName("rAUf", phase1.name()), 1.0/(byDt(alphaRhof10)+fvc::interpolate(U1Eqn.A())+AFfs[0]))

References AFfs(), alphaRhof10(), phase1, and rAUfs.

Here is the call graph for this function:

◆ append() [2/2]

rAUfs append ( new surfaceScalarFieldIOobject::groupName("rAUf", phase2.name()), 1.0/(byDt(alphaRhof20)+fvc::interpolate(U2Eqn.A())+AFfs[0]))

References AFfs(), alphaRhof20(), phase2, and rAUfs.

Here is the call graph for this function:

◆ clear()

AFfs clear ( )

References AFfs().

Here is the call graph for this function:

◆ phiFfs()

PtrList< surfaceScalarField > phiFfs ( fluid. phiFfsrAUfs)

References fluid, and rAUfs.

◆ while()

Variable Documentation

◆ rAUfs

◆ rAUf1

const surfaceScalarField& rAUf1 = rAUfs[0]

Definition at line 57 of file pEqn.H.

Referenced by if(), and while().

◆ rAUf2

const surfaceScalarField& rAUf2 = rAUfs[1]

Definition at line 58 of file pEqn.H.

Referenced by if(), and while().

◆ phiFf1

const surfaceScalarField& phiFf1 = phiFfs[0]

Definition at line 64 of file pEqn.H.

Referenced by while().

◆ phiFf2

const surfaceScalarField& phiFf2 = phiFfs[1]

Definition at line 65 of file pEqn.H.

Referenced by while().