OpenFOAM
10
The OpenFOAM Foundation
setDeltaT.H
Go to the documentation of this file.
1
if
(
adjustTimeStep
)
2
{
3
runTime.setDeltaT(
min
(
dtChem
,
maxDeltaT
));
4
Info
<<
"deltaT = "
<< runTime.deltaT().value() <<
endl
;
5
}
Foam::endl
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition:
Ostream.H:251
maxDeltaT
scalar maxDeltaT
Definition:
createTimeControls.H:35
dtChem
scalar dtChem
Definition:
createFieldRefs.H:2
Foam::min
layerAndWeight min(const layerAndWeight &a, const layerAndWeight &b)
Definition:
fvMeshStitchersMoving.C:108
Foam::Info
messageStream Info
adjustTimeStep
bool adjustTimeStep
Definition:
createTimeControls.H:29
applications
solvers
combustion
chemFoam
setDeltaT.H
Generated by
1.8.13