AstroForceModels.jl

This package contains the dominant astrodynamics forces affecting the orbital trajectory of a satellite for the SatelliteToolbox.jl ecosystem. Currently this package implements:

  • [x] Zonal Harmonics
  • [x] Solar Radiation Pressure
  • [x] Drag
  • [x] Third Body Gravity
  • [x] Relativistic
  • [ ] Albedo
  • [ ] Solid Tides

Installation

julia> using Pkg
julia> Pkg.add("AstroForceModels")