FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

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.

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().