tudat-team / tudat

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

Regularized propagators #123

Open MiguelAvillez opened 1 year ago

MiguelAvillez commented 1 year ago

Implementation of regularized propagators: stabilized Cowell and Dromo(P). Branch: https://github.com/MiguelAvillez/tudat/tree/feature/regularized_propagators

Relevant literature:

Stabilized cowell implemented according to Janin (1974). Dromo(P) implemented according to Urrutxua et al. (2016); same propagator used by Geul et al. (2016).

Current overall status:

Stabilized cowell:

Dromo(P):

DominicDirkx commented 1 year ago

Thanks for posting this! It looks like it's already pretty well advanced. The next time I have a couple of hours to spend on debugging something, I'll see if I can look into the stabilized Cowell