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", 0.2))
 
scalar alphaTemp (pimpleDict.lookupOrDefault("alphaTemp", 0.05))
 

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"))  )

◆ maxDeltaT()

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

◆ rDeltaTSmoothingCoeff()

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

◆ rDeltaTDampingCoeff()

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

◆ alphaTemp()

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

Variable Documentation

◆ pimpleDict

const dictionary& pimpleDict = pimple.dict()

Definition at line 29 of file setRDeltaT.H.