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

Go to the source code of this file.

Functions

scalar maxCo (pimpleDict.get< scalar >("maxCo"))
scalar maxDeltaT (pimpleDict.getOrDefault< scalar >("maxDeltaT", GREAT))
scalar rDeltaTSmoothingCoeff (pimpleDict.getOrDefault< scalar >("rDeltaTSmoothingCoeff", 0.1))
scalar rDeltaTDampingCoeff (pimpleDict.getOrDefault< scalar >("rDeltaTDampingCoeff", 0.2))
scalar alphaTemp (pimpleDict.getOrDefault("alphaTemp", 0.05))
 if (rDeltaTDampingCoeff< 1 &&runTime.timeIndex() > runTime.startTimeIndex()+1)

Variables

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

Detailed Description

Original source file setRDeltaT.H

Definition in file setRDeltaT.H.

Function Documentation

◆ maxCo()

scalar maxCo ( pimpleDict.get< scalar > "maxCo")

References pimpleDict.

◆ maxDeltaT()

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

References pimpleDict.

◆ rDeltaTSmoothingCoeff()

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

References pimpleDict.

◆ rDeltaTDampingCoeff()

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

References pimpleDict.

◆ alphaTemp()

scalar alphaTemp ( pimpleDict. getOrDefault"alphaTemp", 0.05)

References pimpleDict.

◆ if()

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

Definition at line 54 of file setRDeltaT.H.

References rDeltaT0_damped, rDeltaTDampingCoeff(), and runTime.

Here is the call graph for this function:

Variable Documentation

◆ pimpleDict

const dictionary& pimpleDict = pimple.dict()

Definition at line 25 of file setRDeltaT.H.

◆ rDeltaT0_damped

tmp<volScalarField> rDeltaT0_damped

Definition at line 51 of file setRDeltaT.H.