A computational physics simulation project that models galaxy collisions and mergers, with a specific focus on reproducing the unique structure of the Cartwheel Galaxy through precise collision parameters.
This project implements a large-scale N-body simulation to model the complex gravitational interactions between 10,000 stars per galaxy. The primary goal was to demonstrate how the distinctive ring structure of the Cartwheel Galaxy forms when two galaxies with aligned rotation axes collide. Using parallel computation in C for high-performance processing and Matlab for visualization, the simulation tracks and calculates the gravitational trajectories of each star as the galaxies merge, demonstrating this unique collision scenario and resulting structure.
The project addressed several computational physics challenges:
This course project provided practical experience in:
Successfully implemented a parallel N-body simulation capable of reproducing the distinctive ring structure of the Cartwheel Galaxy through precise modeling of a 20,000+ star collision scenario.