Functions | Variables
setRDeltaT.H File Reference

Go to the source code of this file.

Functions

scalar maxCo (pimpleDict.lookupOrDefault< scalar >("maxCo", 0.9))
 
scalar maxAlphaCo (pimpleDict.lookupOrDefault< scalar >("maxAlphaCo", 0.2))
 
scalar rDeltaTSmoothingCoeff (pimpleDict.lookupOrDefault< scalar >("rDeltaTSmoothingCoeff", 0.1))
 
label nAlphaSpreadIter (pimpleDict.lookupOrDefault< label >("nAlphaSpreadIter", 1))
 
scalar alphaSpreadDiff (pimpleDict.lookupOrDefault< scalar >("alphaSpreadDiff", 0.2))
 
scalar alphaSpreadMax (pimpleDict.lookupOrDefault< scalar >("alphaSpreadMax", 0.99))
 
scalar alphaSpreadMin (pimpleDict.lookupOrDefault< scalar >("alphaSpreadMin", 0.01))
 
label nAlphaSweepIter (pimpleDict.lookupOrDefault< label >("nAlphaSweepIter", 5))
 
scalar rDeltaTDampingCoeff (pimpleDict.lookupOrDefault< scalar >("rDeltaTDampingCoeff", 1.0))
 
scalar maxDeltaT (pimpleDict.lookupOrDefault< scalar >("maxDeltaT", GREAT))
 
volScalarField rDeltaT0 ("rDeltaT0", rDeltaT)
 
rDeltaT ref ()
 
 if (maxAlphaCo< maxCo)
 
rDeltaT correctBoundaryConditions ()
 

Variables

const dictionary & pimpleDict = pimple.dict()
 

Function Documentation

scalar maxCo ( pimpleDict.lookupOrDefault< scalar >  "maxCo", 0.9)
scalar maxAlphaCo ( pimpleDict.lookupOrDefault< scalar >  "maxAlphaCo", 0.2)

Referenced by if().

Here is the caller graph for this function:

scalar rDeltaTSmoothingCoeff ( pimpleDict.lookupOrDefault< scalar >  "rDeltaTSmoothingCoeff", 0.1)
label nAlphaSpreadIter ( pimpleDict.lookupOrDefault< label >  "nAlphaSpreadIter", 1)

Referenced by if().

Here is the caller graph for this function:

scalar alphaSpreadDiff ( pimpleDict.lookupOrDefault< scalar >  "alphaSpreadDiff", 0.2)

Referenced by if().

Here is the caller graph for this function:

scalar alphaSpreadMax ( pimpleDict.lookupOrDefault< scalar >  "alphaSpreadMax", 0.99)

Referenced by if().

Here is the caller graph for this function:

scalar alphaSpreadMin ( pimpleDict.lookupOrDefault< scalar >  "alphaSpreadMin", 0.01)

Referenced by if().

Here is the caller graph for this function:

label nAlphaSweepIter ( pimpleDict.lookupOrDefault< label >  "nAlphaSweepIter", 5)

Referenced by if().

Here is the caller graph for this function:

scalar rDeltaTDampingCoeff ( pimpleDict.lookupOrDefault< scalar >  "rDeltaTDampingCoeff", 1.0)
scalar maxDeltaT ( pimpleDict.lookupOrDefault< scalar >  "maxDeltaT", GREAT)
volScalarField rDeltaT0 ( "rDeltaT0"  ,
rDeltaT   
)
rDeltaT ref ( )
if ( )
rDeltaT correctBoundaryConditions ( )

Variable Documentation

const dictionary& pimpleDict = pimple.dict()

Definition at line 4 of file setRDeltaT.H.