Functions | Variables
alphaControls.H File Reference

Go to the source code of this file.

Functions

label nAlphaCorr (readLabel(alphaControls.lookup("nAlphaCorr")))
 
label nAlphaSubCycles (readLabel(alphaControls.lookup("nAlphaSubCycles")))
 
bool MULESCorr (alphaControls.lookupOrDefault< Switch >("MULESCorr", false))
 
bool alphaApplyPrevCorr (alphaControls.lookupOrDefault< Switch >("alphaApplyPrevCorr", false))
 
scalar icAlpha (alphaControls.lookupOrDefault< scalar >("icAlpha", 0))
 
scalar scAlpha (alphaControls.lookupOrDefault< scalar >("scAlpha", 0))
 

Variables

const dictionary & alphaControls = mesh.solverDict(alpha1.name())
 

Function Documentation

◆ nAlphaCorr()

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

◆ nAlphaSubCycles()

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

Referenced by if(), and localEulerDdt::localEulerDdt().

Here is the caller graph for this function:

◆ MULESCorr()

bool MULESCorr ( alphaControls.lookupOrDefault< Switch >  "MULESCorr", false)

Referenced by for().

Here is the caller graph for this function:

◆ alphaApplyPrevCorr()

bool alphaApplyPrevCorr ( alphaControls.lookupOrDefault< Switch >  "alphaApplyPrevCorr", false)

Referenced by if().

Here is the caller graph for this function:

◆ icAlpha()

scalar icAlpha ( alphaControls.lookupOrDefault< scalar >  "icAlpha", 0)

Referenced by if().

Here is the caller graph for this function:

◆ scAlpha()

scalar scAlpha ( alphaControls.lookupOrDefault< scalar >  "scAlpha", 0)

Referenced by if().

Here is the caller graph for this function:

Variable Documentation

◆ alphaControls

const dictionary& alphaControls = mesh.solverDict(alpha1.name())

Definition at line 1 of file alphaControls.H.