setRDeltaT.H File Reference

Go to the source code of this file.

Functions

scalar maxCo (pimpleDict.lookupOrDefault< scalar >("maxCo", 0.2))
 
scalar maxDeltaT (pimpleDict.lookupOrDefault< scalar >("maxDeltaT", great))
 
scalar rDeltaTSmoothingCoeff (pimpleDict.lookupOrDefault< scalar >("rDeltaTSmoothingCoeff", 0.02))
 
rDeltaT ref ()
 
rDeltaT correctBoundaryConditions ()
 

Variables

const dictionary & pimpleDict = pimple.dict()
 

Function Documentation

◆ maxCo()

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

◆ maxDeltaT()

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

◆ rDeltaTSmoothingCoeff()

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

◆ ref()

rDeltaT ref ( )

◆ correctBoundaryConditions()

rDeltaT correctBoundaryConditions ( )

Variable Documentation

◆ pimpleDict

const dictionary& pimpleDict = pimple.dict()

Definition at line 4 of file setRDeltaT.H.