setRDeltaT.H File Reference

Go to the source code of this file.

Functions

scalar maxCo (pimpleDict.getOrDefault< scalar >("maxCo", 0.2))
 
scalar maxDeltaT (pimpleDict.getOrDefault< scalar >("maxDeltaT", GREAT))
 
scalar rDeltaTSmoothingCoeff (pimpleDict.getOrDefault< scalar >("rDeltaTSmoothingCoeff", 0.02))
 
surfaceScalarField maxPhi ("maxPhi", phi)
 
 forAll (phases, phasei)
 
rDeltaT ref ()
 
rDeltaT correctBoundaryConditions ()
 

Variables

const dictionary & pimpleDict = pimple.dict()
 

Function Documentation

◆ maxCo()

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

◆ maxDeltaT()

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

◆ rDeltaTSmoothingCoeff()

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

◆ maxPhi()

surfaceScalarField maxPhi ( "maxPhi"  ,
phi   
)

Referenced by forAll().

Here is the caller graph for this function:

◆ forAll()

forAll ( phases  ,
phasei   
)

Definition at line 23 of file setRDeltaT.H.

References max(), maxPhi(), phasei, phases, and phi.

Here is the call graph for this function:

◆ ref()

rDeltaT ref ( )

◆ correctBoundaryConditions()

rDeltaT correctBoundaryConditions ( )

Variable Documentation

◆ pimpleDict

const dictionary& pimpleDict = pimple.dict()

Definition at line 4 of file setRDeltaT.H.