OpenFOAM
v2512
The open source CFD toolbox
Loading...
Searching...
No Matches
setDeltaT.H
Go to the documentation of this file.
1
if
(
adjustTimeStep
)
2
{
3
runTime
.setDeltaT(
Foam::min
(
dtChem
,
maxDeltaT
));
4
5
Info<<
"deltaT = "
<<
runTime
.deltaTValue() << endl;
6
}
dtChem
scalar dtChem
Definition
createFieldRefs.H:2
runTime
engineTime & runTime
Definition
createEngineTime.H:13
adjustTimeStep
bool adjustTimeStep
Definition
createTimeControls.H:26
Foam::min
label min(const labelHashSet &set, label minValue=labelMax)
Find the min value in labelHashSet, optionally limited by second argument.
Definition
hashSets.C:26
maxDeltaT
maxDeltaT
Definition
readEngineTimeControls.H:3
applications
solvers
combustion
chemFoam
setDeltaT.H
Generated by
1.16.1