alphaEqnSubCycle.H File Reference
Include dependency graph for alphaEqnSubCycle.H:

Go to the source code of this file.

Functions

 if (pimple.nCorrPIMPLE() > 1)
 
 if (nAlphaSubCycles > 1)
 

Variables

 else
 

Function Documentation

◆ if() [1/2]

if ( pimple.  nCorrPIMPLE(),
 
)

Definition at line 1 of file alphaEqnSubCycle.H.

References alpha1, phi, pimple, and U.

◆ if() [2/2]

if ( nAlphaSubCycles  ,
 
)

Definition at line 30 of file alphaEqnSubCycle.H.

References alpha1, mesh, nAlphaSubCycles(), rhoPhi, and runTime.

Here is the call graph for this function:

Variable Documentation

◆ else

else
Initial value:
{
# 59 "/home/chef2/andy/OpenFOAM/release/v2206/OpenFOAM-v2206/applications/solvers/multiphase/interIsoFoam/alphaEqnSubCycle.H" 2
}
if (!pimple.firstIter())
{
U = 2.0*U - U.prevIter();
phi = 2.0*phi - phi.prevIter();
}
surfaceScalarField & phi
pimpleControl & pimple
const volScalarField & alpha1
volScalarField & rho2
const volScalarField & alpha2
volScalarField & rho1
U
Definition: pEqn.H:72

Definition at line 57 of file alphaEqnSubCycle.H.