Single Particle in Free Space - epicf/ef GitHub Wiki
Dynamics of a single particle in free space is the simplest kind of simulation. It allows to check basic functionality of the program, and it is a good example to introduce the way the program works.
In absence of external forces a body moves in straight line with constant velocity:
This is simulated in the example:
Detailed description:
https://github.com/epicf/ef_python/blob/master/examples/single_particle_in_free_space/single_particle_in_free_space.ipynb
Live in Google Colab:
https://colab.research.google.com/drive/1sXa2tNonqMNLk7NjkUY6cx9_keGS3rG5
Run in console:
cd your-ef-dir; cd examples/single_particle_in_free_space; sh run_example.sh