REBOUND, a high-performance Python/C package for simulating planetary and satellite orbits with Daniel Tamayo

Presentation on Saturday at 1:40 p.m. to 2:10 p.m. in Room 1180.

I will present REBOUND, an open-source package that can be used to simulate the motion of bodies in the Solar System, extra-solar planetary systems and Saturn’s rings. REBOUND has been developed by a group of astrophysicists at the University of Toronto. My talk will focus on several design challenges that we faced during the development, finding a balance between efficiency and usability that might be of wide interest to people working on high performance python code.

We opted for a design where all time-consuming algorithms are implemented in C. However, to easily setup and manipulate simulations, we developed a Python module to interface with REBOUND. This makes REBOUND very easy to use and allows us to leverage the power of Python and its supporting libraries to analyze and visualize simulation results.

I will do a live demo and show how one can use REBOUND to simulate the Solar System with initial positions of planets, moons and spacecraft from a NASA database in just a few minutes.

Daniel Tamayo Bio

Dr. Daniel Tamayo is an astrophysicist at the University of Toronto's new Centre for Planetary Sciences, hosted at the University of Toronto, Scarborough. He is interested in understanding how the orbits of planets and satellites evolve in and beyond our Solar System, and in developing new numerical tools for such analysis.