Variables
readTimeControls.H File Reference

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

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

Go to the source code of this file.

Variables

 adjustTimeStep
 
 maxCo
 
 maxDeltaT
 

Detailed Description

Read the control parameters used by setDeltaT.

Original source file readTimeControls.H

Definition in file readTimeControls.H.

Variable Documentation

adjustTimeStep
Initial value:
=
runTime.controlDict().lookupOrDefault("adjustTimeStep", false)

Definition at line 29 of file readTimeControls.H.

maxCo
Initial value:
=
runTime.controlDict().lookupOrDefault<scalar>("maxCo", 1.0)

Definition at line 32 of file readTimeControls.H.

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

Definition at line 35 of file readTimeControls.H.