reboundx icon indicating copy to clipboard operation
reboundx copied to clipboard

A library for adding additional forces to the REBOUND N-body integration package

Results 5 reboundx issues
Sort by recently updated
recently updated
newest added

Hi, I'm getting an Attribute Error when following the GR notebook here: https://github.com/dtamayo/reboundx/blob/main/ipython_examples/GeneralRelativity.ipynb. The error occurs when I try to set the speed of light in the correct units. By...

Several effects need math functions (trig functions, pow, log) that are not platform independent in the C99 standard. It would be nice to implement machine independent functions even if they're...

enhancement

An implementation of gas damping on particles according to Equation 16 in Dawson et al. 2016. Once you set some depletion factor d which controls the amount of gas present,...

I don't know if this is the right solution!

Dear Developers, I’m attempting to simulate the Earth-Moon system's evolution in various ways, but I’m encountering some issues. Firstly, I want to include the Sun in my simulation, but I’m...