OpenFOAM
12
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
}
maxDeltaT
scalar maxDeltaT
Definition:
createTimeControls.H:35
adjustTimeStep
bool adjustTimeStep
Definition:
createTimeControls.H:29
Foam::endl
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition:
Ostream.H:257
Foam::Info
messageStream Info
Foam::min
layerAndWeight min(const layerAndWeight &a, const layerAndWeight &b)
Definition:
fvMeshStitchersMoving.C:110
dtChem
scalar dtChem
Definition:
createFieldRefs.H:2
applications
solvers
chemFoam
setDeltaT.H
Generated by
1.9.1