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

Variables

const dictionary & pimpleDict = pimple.dict()

Function Documentation

◆ maxCo()

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

References pimpleDict.

◆ rDeltaTSmoothingCoeff()

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

References pimpleDict.

◆ rDeltaTDampingCoeff()

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

References pimpleDict.

◆ maxDeltaT()

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

References pimpleDict.

◆ rDeltaT0()

volScalarField rDeltaT0 ( "rDeltaT0" ,
rDeltaT  )

◆ ref()

rDeltaT ref ( )

References maxCo, maxDeltaT, mesh, phi, and rho.

◆ if()

if ( pimple. transonic())

Definition at line 36 of file setRDeltaT.H.

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

Here is the call graph for this function:

◆ correctBoundaryConditions()

rDeltaT correctBoundaryConditions ( )

References limits.

◆ 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.