setRDeltaT.H File Reference

Go to the source code of this file.

Functions

const scalar maxCo (pimpleDict.lookupOrDefault< scalar >("maxCo", 0.9))
 
const scalar maxAlphaCo (pimpleDict.lookupOrDefault< scalar >("maxAlphaCo", 0.2))
 
const scalar rDeltaTSmoothingCoeff (pimpleDict.lookupOrDefault< scalar >("rDeltaTSmoothingCoeff", 0.1))
 
const label nAlphaSpreadIter (pimpleDict.lookupOrDefault< label >("nAlphaSpreadIter", 1))
 
const scalar alphaSpreadDiff (pimpleDict.lookupOrDefault< scalar >("alphaSpreadDiff", 0.2))
 
const scalar alphaSpreadMax (pimpleDict.lookupOrDefault< scalar >("alphaSpreadMax", 0.99))
 
const scalar alphaSpreadMin (pimpleDict.lookupOrDefault< scalar >("alphaSpreadMin", 0.01))
 
const label nAlphaSweepIter (pimpleDict.lookupOrDefault< label >("nAlphaSweepIter", 5))
 
const scalar maxDeltaT (pimpleDict.lookupOrDefault< scalar >("maxDeltaT", great))
 
const scalar minDeltaT (pimpleDict.lookupOrDefault< scalar >("minDeltaT", small))
 
const volScalarField rDeltaT0 ("rDeltaT0", rDeltaT)
 
rDeltaT ref () = pos(alpha2)
 
 if (maxAlphaCo< maxCo)
 
rDeltaT correctBoundaryConditions ()
 

Variables

const dictionary & pimpleDict = pimple.dict()
 

Function Documentation

◆ maxCo()

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

Referenced by forAll(), and if().

Here is the caller graph for this function:

◆ maxAlphaCo()

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

Referenced by if().

Here is the caller graph for this function:

◆ rDeltaTSmoothingCoeff()

const scalar rDeltaTSmoothingCoeff ( pimpleDict.lookupOrDefault< scalar >  "rDeltaTSmoothingCoeff", 0.1)

Referenced by forAll(), and if().

Here is the caller graph for this function:

◆ nAlphaSpreadIter()

const label nAlphaSpreadIter ( pimpleDict.lookupOrDefault< label >  "nAlphaSpreadIter", 1)

Referenced by if().

Here is the caller graph for this function:

◆ alphaSpreadDiff()

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

Referenced by if().

Here is the caller graph for this function:

◆ alphaSpreadMax()

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

Referenced by if().

Here is the caller graph for this function:

◆ alphaSpreadMin()

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

Referenced by if().

Here is the caller graph for this function:

◆ nAlphaSweepIter()

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

Referenced by if().

Here is the caller graph for this function:

◆ maxDeltaT()

const scalar maxDeltaT ( pimpleDict.lookupOrDefault< scalar >  "maxDeltaT", great)

Referenced by forAll().

Here is the caller graph for this function:

◆ minDeltaT()

const scalar minDeltaT ( pimpleDict.lookupOrDefault< scalar >  "minDeltaT", small)

Referenced by forAll().

Here is the caller graph for this function:

◆ rDeltaT0()

const volScalarField rDeltaT0 ( "rDeltaT0"  ,
rDeltaT   
)

Referenced by if().

Here is the caller graph for this function:

◆ ref()

◆ if()

◆ correctBoundaryConditions()

Variable Documentation

◆ pimpleDict

const dictionary& pimpleDict = pimple.dict()

Definition at line 4 of file setRDeltaT.H.