mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
Tutorial is updated for version 1.x.
This commit is contained in:
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
|
||||
|
||||
|
Reference in New Issue
Block a user