setRDeltaT.H File Reference

Go to the source code of this file.

Functions

scalar maxCo (pimpleDict.getOrDefault< scalar >("maxCo", 0.8))
 
scalar rDeltaTSmoothingCoeff (pimpleDict.getOrDefault< scalar >("rDeltaTSmoothingCoeff", 0.02))
 
scalar rDeltaTDampingCoeff (pimpleDict.getOrDefault< scalar >("rDeltaTDampingCoeff", 1.0))
 
scalar maxDeltaT (pimpleDict.getOrDefault< scalar >("maxDeltaT", GREAT))
 
volScalarField rDeltaT0 ("rDeltaT0", rDeltaT)
 
rDeltaT ref ()
 
 if (pimple.transonic())
 
rDeltaT correctBoundaryConditions ()
 

Variables

const dictionary & pimpleDict = pimple.dict()
 

Function Documentation

◆ maxCo()

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

◆ rDeltaTSmoothingCoeff()

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

◆ rDeltaTDampingCoeff()

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

◆ maxDeltaT()

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

◆ rDeltaT0()

volScalarField rDeltaT0 ( "rDeltaT0"  ,
rDeltaT   
)

Referenced by if().

Here is the caller graph for this function:

◆ ref()

rDeltaT ref ( )

◆ if()

if ( pimple.  transonic())

Definition at line 36 of file setRDeltaT.H.

References max(), maxCo, mesh, phid(), psi, and U.

Here is the call graph for this function:

◆ correctBoundaryConditions()

rDeltaT correctBoundaryConditions ( )

References rDeltaTSmoothingCoeff().

Here is the call graph for this function:

Variable Documentation

◆ pimpleDict

const dictionary& pimpleDict = pimple.dict()

Definition at line 4 of file setRDeltaT.H.