Tutorial is updated for version 1.x.
This commit is contained in:
parent
afa7d63c84
commit
159ec5f1ff
6
tutorials/sphereGranFlow/binarySystemOfParticles/settings/settingsDict
Normal file → Executable file
6
tutorials/sphereGranFlow/binarySystemOfParticles/settings/settingsDict
Normal file → Executable file
|
@ -8,11 +8,11 @@ fileFormat ASCII;
|
|||
/*---------------------------------------------------------------------------*/
|
||||
run binarySystemofParticles;
|
||||
|
||||
dt 0.00001; // time step for integration (s)
|
||||
dt 0.00001; // time step for integration (seconds)
|
||||
|
||||
startTime 0; // start time for simulation
|
||||
startTime 0.0; // start time for simulation
|
||||
|
||||
endTime 10; // end time for simulation
|
||||
endTime 10.0; // end time for simulation
|
||||
|
||||
saveInterval 0.1; // time interval for saving the simulation
|
||||
|
||||
|
|
Loading…
Reference in New Issue