Functions | Variables
alphaEqnsSubCycle.H File Reference
Include dependency graph for alphaEqnsSubCycle.H:

Go to the source code of this file.

Functions

label nAlphaCorr (readLabel(alphaControls.lookup("nAlphaCorr")))
 
label nAlphaSubCycles (readLabel(alphaControls.lookup("nAlphaSubCycles")))
 
surfaceScalarField phic (mag(phi/mesh.magSf()))
 
volScalarField divU (fvc::div(fvc::absolute(phi, U)))
 
 if (nAlphaSubCycles > 1)
 

Variables

 phic = min(interface.cAlpha()*phic, max(phic))
 

Function Documentation

label nAlphaCorr ( readLabel(alphaControls.lookup("nAlphaCorr"))  )
label nAlphaSubCycles ( readLabel(alphaControls.lookup("nAlphaSubCycles"))  )

Referenced by if().

Here is the caller graph for this function:

surfaceScalarField phic ( mag(phi/mesh.magSf())  )
volScalarField divU ( fvc::div(fvc::absolute(phi, U))  )
if ( nAlphaSubCycles  ,
 
)

Definition at line 9 of file alphaEqnsSubCycle.H.

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

Here is the call graph for this function:

Variable Documentation

phic = min(interface.cAlpha()*phic, max(phic))

Definition at line 5 of file alphaEqnsSubCycle.H.

Referenced by if(), ETAB< CloudType >::update(), TAB< CloudType >::update(), and while().