repo.or.cz
/
OpenFOAM-2.0.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git]
/
applications
/
solvers
/
combustion
/
chemFoam
/
setDeltaT.H
blob
46d9f7bf433d09dd770ec12821084d537f1f447b
1
if (adjustTimeStep)
2
{
3
runTime.setDeltaT(min(dtChem, maxDeltaT));
4
Info<< "deltaT = " << runTime.deltaT().value() << endl;
5
}
6