setDeltaT.H
Go to the documentation of this file.
2 {
3  runTime.setDeltaT(min(dtChem, maxDeltaT));
4  Info<< "deltaT = " << runTime.deltaT().value() << endl;
5 }
6 
Foam::endl
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:251
Foam::Info
messageStream Info
dtChem
scalar dtChem
Definition: createFields.H:30
adjustTimeStep
bool adjustTimeStep
Definition: createTimeControls.H:29
maxDeltaT
scalar maxDeltaT
Definition: createTimeControls.H:35
Foam::min
dimensioned< Type > min(const dimensioned< Type > &, const dimensioned< Type > &)