BUG: motorBike: starting off with correct controlDict

This commit is contained in:
mattijs
2016-06-29 14:34:35 +01:00
parent 6e6ed0ca94
commit 5de8c1538f

View File

@ -22,11 +22,11 @@ FoamFile
application interDyMFoam;
startFrom latestTime;
startFrom startTime;
startTime 0;
stopAt nextWrite;
stopAt endTime;
endTime 2;
@ -56,5 +56,11 @@ maxCo 0.5;
maxAlphaCo 0.5;
maxDeltaT 1;
functions
{
// Print stats
#include "minMax"
}
// ************************************************************************* //