This project implements several propagation methods for the AstroPropagators.jl ecosystem using equations of motion for different orbital element sets. The force models can either be user-supplied or built up with the AstroForceModels.jl package. This package was inspired by the THALASSA library. A full list of implemented propagators can be found below:
- Cowell
- Gauss Variational Equations
- EDromo
- Kustaanheimo-Stiefel
- Milankovich
- Stiefel-Scheifel
- Unified State Model
- USM7
- USM6
- USMEM
NOTE: Although the code for some of these are present, only the checked ones currently supported!
julia> using Pkg
julia> Pkg.add("AstroPropagators")
For more information, see the documentation.