tudat-team / tudat

A C++ platform to perform astrodynamics and space research.
BSD 3-Clause "New" or "Revised" License
17 stars 28 forks source link

Ring gravity model #170

Closed MiguelAvillez closed 1 year ago

MiguelAvillez commented 1 year ago

Implementation of ring gravity model according to Fukushima (2010). Partial derivatives of the acceleration were also implemented, with equations derived using sympy. Both gravity field/model and partial accelerations are unit tested.

All unit tests are passing except test_propagators_MultiArcVariationalEquations, which was already failing for the develop branch of tudat, as mentioned in this issue: https://github.com/tudat-team/tudat/issues/143

DominicDirkx commented 1 year ago

Really cool, thanks! Code merged :)