Tutorial is updated for version 1.x.

This commit is contained in:
Ramin Khodabandeh 2024-05-28 12:25:10 +04:30
parent afa7d63c84
commit 159ec5f1ff
1 changed files with 11 additions and 11 deletions

View File

@ -8,11 +8,11 @@ fileFormat ASCII;
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
run binarySystemofParticles; 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 saveInterval 0.1; // time interval for saving the simulation