https://github.com/abatten/gravitational-nbody-visualisation
Simulates the motion of particles via gravitational interaction
https://github.com/abatten/gravitational-nbody-visualisation
Last synced: 5 months ago
JSON representation
Simulates the motion of particles via gravitational interaction
- Host: GitHub
- URL: https://github.com/abatten/gravitational-nbody-visualisation
- Owner: abatten
- Created: 2017-04-13T04:55:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T01:01:48.000Z (over 8 years ago)
- Last Synced: 2025-09-08T22:32:22.077Z (9 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gravitational n-Body
Python code to simulate the trajectories of particles that interact
gravitationally.
To use:
Edit grav_nbody_rk4.py and add particles with masses and velocities. Then run:
`python grav_nbody_rk4.py`
NOTE: Still in very early developement.