Functions | Variables
setRDeltaT.H File Reference

Go to the source code of this file.

Functions

scalar maxCo (readScalar(pimpleDict.lookup("maxCo")))
 
scalar maxDeltaT (pimpleDict.lookupOrDefault< scalar >("maxDeltaT", GREAT))
 
scalar rDeltaTSmoothingCoeff (pimpleDict.lookupOrDefault< scalar >("rDeltaTSmoothingCoeff", 0.1))
 
scalar rDeltaTDampingCoeff (pimpleDict.lookupOrDefault< scalar >("rDeltaTDampingCoeff", 1.0))
 
scalar alphaTemp (pimpleDict.lookupOrDefault("alphaTemp", 0.05))
 
scalar alphaY (pimpleDict.lookupOrDefault("alphaY", 1.0))
 

Variables

const dictionary & pimpleDict = pimple.dict()
 

Detailed Description

Original source file setRDeltaT.H

Definition in file setRDeltaT.H.

Function Documentation

◆ maxCo()

scalar maxCo ( readScalar(pimpleDict.lookup("maxCo"))  )

Referenced by forAll(), and if().

Here is the caller graph for this function:

◆ maxDeltaT()

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

Referenced by forAll().

Here is the caller graph for this function:

◆ rDeltaTSmoothingCoeff()

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

Referenced by forAll(), and if().

Here is the caller graph for this function:

◆ rDeltaTDampingCoeff()

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

Referenced by if().

Here is the caller graph for this function:

◆ alphaTemp()

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

◆ alphaY()

scalar alphaY ( pimpleDict.  lookupOrDefault"alphaY", 1.0)

Variable Documentation

◆ pimpleDict

const dictionary& pimpleDict = pimple.dict()

Definition at line 29 of file setRDeltaT.H.

Referenced by forAll(), and pimpleControl::read().