Loading...
Searching...
No Matches
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))
rDeltaT ref ()
rDeltaT correctBoundaryConditions ()
limits reset (1/(limits.max()+VSMALL), 1/(limits.min()+VSMALL))

Variables

const dictionary & pimpleDict = pimple.dict()
auto limits = gMinMax(rDeltaT.primitiveField())

Function Documentation

◆ maxCo()

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

References pimpleDict.

◆ maxDeltaT()

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

References pimpleDict.

◆ rDeltaTSmoothingCoeff()

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

References pimpleDict.

◆ ref()

rDeltaT ref ( )

References maxCo, maxDeltaT, mesh, phi1, and phi2.

◆ correctBoundaryConditions()

rDeltaT correctBoundaryConditions ( )

References rDeltaTSmoothingCoeff().

Here is the call graph for this function:

◆ reset()

limits reset ( 1/ limits.max()+VSMALL,
1/ limits.min()+VSMALL )

References limits.

Variable Documentation

◆ pimpleDict

const dictionary& pimpleDict = pimple.dict()

Definition at line 4 of file setRDeltaT.H.

◆ limits

auto limits = gMinMax(rDeltaT.primitiveField())

Definition at line 34 of file setRDeltaT.H.