FreeFOAM The Cross-Platform CFD Toolkit
readTimeControls.H File Reference

Read the control parameters used by setDeltaT. More...


Detailed Description

Read the control parameters used by setDeltaT.

Definition in file readTimeControls.H.

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Switch adjustTimeStep (runTime.controlDict().lookup("adjustTimeStep"))
scalar maxCo (readScalar(runTime.controlDict().lookup("maxCo")))

Variables

scalar maxDeltaT

Function Documentation

Switch adjustTimeStep ( runTime.  controlDict).lookup("adjustTimeStep")
scalar maxCo ( readScalar(runTime.controlDict().lookup("maxCo"))  )

Referenced by if().


Variable Documentation

scalar maxDeltaT
Initial value:
runTime.controlDict().lookupOrDefault<scalar>("maxDeltaT", GREAT)

Definition at line 40 of file readTimeControls.H.

Referenced by if().