Functions | Variables
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))
 
surfaceScalarField maxPhi ("maxPhi", phi)
 
 forAll (phases, phasei)
 
rDeltaT ref ()
 
rDeltaT correctBoundaryConditions ()
 

Variables

const dictionary & pimpleDict = pimple.dict()
 

Function Documentation

scalar maxCo ( pimpleDict.lookupOrDefault< scalar >  "maxCo", 0.2)
scalar maxDeltaT ( pimpleDict.lookupOrDefault< scalar >  "maxDeltaT", GREAT)
scalar rDeltaTSmoothingCoeff ( pimpleDict.lookupOrDefault< scalar >  "rDeltaTSmoothingCoeff", 0.02)
surfaceScalarField maxPhi ( "maxPhi"  ,
phi   
)

Referenced by forAll().

Here is the caller graph for this function:

forAll ( phases  ,
phasei   
)
rDeltaT ref ( )
rDeltaT correctBoundaryConditions ( )

Variable Documentation

const dictionary& pimpleDict = pimple.dict()

Definition at line 4 of file setRDeltaT.H.