Loading...
Searching...
No Matches
pEqn.H File Reference

Go to the source code of this file.

Functions

const surfaceScalarField alphaf1 ("alphaf1", fvc::interpolate(alpha1))
const surfaceScalarField alphaf2 ("alphaf2", scalar(1) - alphaf1)
rAUs append (new volScalarField(IOobject::groupName("rAU", phase1.name()), 1.0/(U1Eqn.A()+byDt(max(phase1.residualAlpha() - alpha1, scalar(0)) *rho1))))
rAUs append (new volScalarField(IOobject::groupName("rAU", phase2.name()), 1.0/(U2Eqn.A()+byDt(max(phase2.residualAlpha() - alpha2, scalar(0)) *rho2))))
const surfaceScalarField alpharAUf1 (fvc::interpolate(max(alpha1, phase1.residualAlpha()) *rAU1))
const surfaceScalarField alpharAUf2 (fvc::interpolate(max(alpha2, phase2.residualAlpha()) *rAU2))
const volScalarField Kd (fluid.Kd())
const volScalarField rAUKd1 (rAU1 *Kd)
const volScalarField rAUKd2 (rAU2 *Kd)
const surfaceScalarField phiKd1 (fvc::interpolate(rAUKd1))
const surfaceScalarField phiKd2 (fvc::interpolate(rAUKd2))
PtrList< surfaceScalarField > phiFs (fluid.phiFs(rAUs))
 while (pimple.correct())

Variables

PtrList< volScalarField > rAUs
const volScalarField & rAU1 = rAUs[0]
const volScalarField & rAU2 = rAUs[1]
const surfaceScalarField & phiF1 = phiFs[0]
const surfaceScalarField & phiF2 = phiFs[1]

Function Documentation

◆ alphaf1()

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

References alpha1.

Referenced by alphaf2(), and while().

Here is the caller graph for this function:

◆ alphaf2()

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

References alphaf1().

Referenced by while().

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

◆ append() [1/2]

◆ append() [2/2]

rAUs append ( new volScalarFieldIOobject::groupName("rAU", phase2.name()), 1.0/(U2Eqn.A()+byDt(max(phase2.residualAlpha() - alpha2, scalar(0)) *rho2)))

References alpha2, phase2, rAUs, and rho2.

◆ alpharAUf1()

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

References alpha1, phase1, and rAU1.

Referenced by while().

Here is the caller graph for this function:

◆ alpharAUf2()

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

References alpha2, phase2, and rAU2.

Referenced by while().

Here is the caller graph for this function:

◆ Kd()

const volScalarField Kd ( fluid. Kd())

References fluid.

Referenced by twoPhaseSystem::Kd(), rAUKd1(), rAUKd2(), and while().

Here is the caller graph for this function:

◆ rAUKd1()

const volScalarField rAUKd1 ( rAU1 * Kd)

References Kd(), and rAU1.

Referenced by phiKd1(), and while().

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

◆ rAUKd2()

const volScalarField rAUKd2 ( rAU2 * Kd)

References Kd(), and rAU2.

Referenced by phiKd2(), and while().

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

◆ phiKd1()

const surfaceScalarField phiKd1 ( fvc::interpolate(rAUKd1) )

References rAUKd1().

Referenced by while().

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

◆ phiKd2()

const surfaceScalarField phiKd2 ( fvc::interpolate(rAUKd2) )

References rAUKd2().

Referenced by while().

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

◆ phiFs()

PtrList< surfaceScalarField > phiFs ( fluid. phiFsrAUs)

References fluid, and rAUs.

◆ while()

Variable Documentation

◆ rAUs

◆ rAU1

const volScalarField& rAU1 = rAUs[0]

Definition at line 29 of file pEqn.H.

Referenced by alpharAUf1(), Df1(), rAUKd1(), snGradAlpha1(), and while().

◆ rAU2

const volScalarField& rAU2 = rAUs[1]

Definition at line 30 of file pEqn.H.

Referenced by alpharAUf2(), Df2(), rAUKd2(), snGradAlpha1(), and while().

◆ phiF1

const surfaceScalarField& phiF1 = phiFs[0]

Definition at line 50 of file pEqn.H.

Referenced by snGradAlpha1(), and while().

◆ phiF2

const surfaceScalarField& phiF2 = phiFs[1]

Definition at line 51 of file pEqn.H.

Referenced by snGradAlpha1(), and while().