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  
)

Referenced by while().

Here is the caller graph for this function:

◆ alphaf2()

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

Referenced by while().

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)))

◆ alpharAUf1()

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

Referenced by while().

Here is the caller graph for this function:

◆ alpharAUf2()

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

Referenced by while().

Here is the caller graph for this function:

◆ Kd()

const volScalarField Kd ( fluid.  Kd())

Referenced by while().

Here is the caller graph for this function:

◆ rAUKd1()

const volScalarField rAUKd1 ( rAU1 Kd)

Referenced by while().

Here is the caller graph for this function:

◆ rAUKd2()

const volScalarField rAUKd2 ( rAU2 Kd)

Referenced by while().

Here is the caller graph for this function:

◆ phiKd1()

const surfaceScalarField phiKd1 ( fvc::interpolate(rAUKd1 )

Referenced by while().

Here is the caller graph for this function:

◆ phiKd2()

const surfaceScalarField phiKd2 ( fvc::interpolate(rAUKd2 )

Referenced by while().

Here is the caller graph for this function:

◆ phiFs()

PtrList<surfaceScalarField> phiFs ( fluid.  phiFsrAUs)

◆ while()

Variable Documentation

◆ rAUs

PtrList<volScalarField> rAUs

Definition at line 4 of file pEqn.H.

Referenced by forAll(), forAllIter(), and while().

◆ rAU1

const volScalarField& rAU1 = rAUs[0]

Definition at line 29 of file pEqn.H.

Referenced by if(), and while().

◆ rAU2

const volScalarField& rAU2 = rAUs[1]

Definition at line 30 of file pEqn.H.

Referenced by if(), and while().

◆ phiF1

const surfaceScalarField& phiF1 = phiFs[0]

Definition at line 50 of file pEqn.H.

Referenced by while().

◆ phiF2

const surfaceScalarField& phiF2 = phiFs[1]

Definition at line 51 of file pEqn.H.

Referenced by while().