Loading...
Searching...
No Matches
setRDeltaT.H File Reference

Go to the source code of this file.

Functions

scalar maxCo (pimpleDict.getOrDefault< scalar >("maxCo", 0.9))
scalar maxAlphaCo (pimpleDict.getOrDefault< scalar >("maxAlphaCo", 0.2))
scalar rDeltaTSmoothingCoeff (pimpleDict.getOrDefault< scalar >("rDeltaTSmoothingCoeff", 0.1))
label nAlphaSpreadIter (pimpleDict.getOrDefault< label >("nAlphaSpreadIter", 1))
scalar alphaSpreadDiff (pimpleDict.getOrDefault< scalar >("alphaSpreadDiff", 0.2))
scalar alphaSpreadMax (pimpleDict.getOrDefault< scalar >("alphaSpreadMax", 0.99))
scalar alphaSpreadMin (pimpleDict.getOrDefault< scalar >("alphaSpreadMin", 0.01))
label nAlphaSweepIter (pimpleDict.getOrDefault< label >("nAlphaSweepIter", 5))
scalar rDeltaTDampingCoeff (pimpleDict.getOrDefault< scalar >("rDeltaTDampingCoeff", 1.0))
scalar maxDeltaT (pimpleDict.getOrDefault< scalar >("maxDeltaT", GREAT))
 if (rDeltaTDampingCoeff< 1 &&runTime.timeIndex() > runTime.startTimeIndex()+1)
volScalarField rDeltaT0 ("rDeltaT0", rDeltaT)
rDeltaT ref ()
 if (maxAlphaCo< maxCo)
rDeltaT correctBoundaryConditions ()
limits reset (1/(limits.max()+VSMALL), 1/(limits.min()+VSMALL))

Variables

const dictionary & pimpleDict = pimple.dict()
tmp< volScalarField > rDeltaT0_damped

Function Documentation

◆ maxCo()

scalar maxCo ( pimpleDict.getOrDefault< scalar > "maxCo", 0.9)

References pimpleDict.

◆ maxAlphaCo()

scalar maxAlphaCo ( pimpleDict.getOrDefault< scalar > "maxAlphaCo", 0.2)

References pimpleDict.

◆ rDeltaTSmoothingCoeff()

scalar rDeltaTSmoothingCoeff ( pimpleDict.getOrDefault< scalar > "rDeltaTSmoothingCoeff", 0.1)

References pimpleDict.

◆ nAlphaSpreadIter()

label nAlphaSpreadIter ( pimpleDict.getOrDefault< label > "nAlphaSpreadIter", 1)

References pimpleDict.

◆ alphaSpreadDiff()

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

References pimpleDict.

◆ alphaSpreadMax()

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

References pimpleDict.

Referenced by if().

Here is the caller graph for this function:

◆ alphaSpreadMin()

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

References pimpleDict.

Referenced by if().

Here is the caller graph for this function:

◆ nAlphaSweepIter()

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

References pimpleDict.

◆ rDeltaTDampingCoeff()

scalar rDeltaTDampingCoeff ( pimpleDict.getOrDefault< scalar > "rDeltaTDampingCoeff", 1.0)

References pimpleDict.

◆ maxDeltaT()

scalar maxDeltaT ( pimpleDict.getOrDefault< scalar > "maxDeltaT", GREAT)

References pimpleDict.

◆ if() [1/2]

if ( rDeltaTDampingCoeff< 1 &&runTime.timeIndex() > runTime.startTimeIndex()+ 1)

Definition at line 61 of file setRDeltaT.H.

References rDeltaT0_damped, rDeltaTDampingCoeff(), and runTime.

Here is the call graph for this function:

◆ rDeltaT0()

volScalarField rDeltaT0 ( "rDeltaT0" ,
rDeltaT  )

◆ ref()

rDeltaT ref ( )

References maxCo, maxDeltaT, mesh, rho, and rhoPhi.

◆ if() [2/2]

if ( )

Definition at line 81 of file setRDeltaT.H.

References alpha1, alphaSpreadMax(), alphaSpreadMin(), maxAlphaCo, maxCo, mesh, and phi.

Here is the call graph for this function:

◆ correctBoundaryConditions()

rDeltaT correctBoundaryConditions ( )

References limits.

◆ reset()

limits reset ( 1/ limits.max()+VSMALL,
1/ limits.min()+VSMALL )

References limits.

Variable Documentation

◆ pimpleDict

const dictionary& pimpleDict = pimple.dict()

Definition at line 4 of file setRDeltaT.H.

◆ rDeltaT0_damped

tmp<volScalarField> rDeltaT0_damped

Definition at line 58 of file setRDeltaT.H.