▲ | nhatcher 3 days ago | ||||||||||||||||
Hi, this looks amazing! Can't wait to check it out properly tonight. What are you using for numerical integration? I did this last month: https://www.nhatcher.com/three-body-periodic/ https://github.com/nhatcher/three-body-periodic There are a couple of half baked integrators there :) | |||||||||||||||||
▲ | ddahlen 2 days ago | parent [-] | ||||||||||||||||
Its an implementation of a pretty standard integrator used by astronomers informally called "RADAU", but it is not exactly the same RADAU you would find elsewhere. Basically it is about as good as you can typically get for multi-step integrators, tuned for speed not precision though. Note that how the code is laid out you cant really simulate non-solar system masses. Its really aimed at massless objects in the solar system, your 3-body simulations are actually quite difficult to do given the design. | |||||||||||||||||
|