mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: motorBike: starting off with correct controlDict
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user