pEqn.H File Reference

Go to the source code of this file.

Functions

PtrList< surfaceScalarField > alphafs (phases.size())
 
 forAll (phases, phasei)
 
PtrList< volScalarField > rAUs (phases.size())
 
 forAll (fluid.movingPhases(), movingPhasei)
 
fluid fillFields ("rAU", dimTime/dimDensity, rAUs)
 
PtrList< surfaceScalarField > alpharAUfs (phases.size())
 
PtrList< surfaceScalarField > phiFs (fluid.phiFs(rAUs))
 
 while (pimple.correct())
 

Function Documentation

◆ alphafs()

PtrList<surfaceScalarField> alphafs ( phases.  size())

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

Here is the caller graph for this function:

◆ forAll() [1/2]

forAll ( phases  ,
phasei   
)

Definition at line 3 of file pEqn.H.

References Foam::constant::atomic::alpha, alphafs(), interpolate(), Foam::name(), phasei, and phases.

Referenced by if(), and while().

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

◆ rAUs()

PtrList<volScalarField> rAUs ( phases.  size())

◆ forAll() [2/2]

forAll ( fluid.  movingPhases(),
movingPhasei   
)

Definition at line 14 of file pEqn.H.

References Foam::constant::atomic::alpha, Foam::byDt(), fluid, Foam::max(), rAUs, and UEqns().

Here is the call graph for this function:

◆ fillFields()

◆ alpharAUfs()

PtrList<surfaceScalarField> alpharAUfs ( phases.  size())

Referenced by while().

Here is the caller graph for this function:

◆ phiFs()

PtrList<surfaceScalarField> phiFs ( fluid.  phiFsrAUs)

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

Here is the caller graph for this function:

◆ while()