AstroForceModels.jl

Force Models for Astrodynamics Trajectory Modelling
Author jmurphy6895
Popularity
0 Stars
Updated Last
6 Days Ago
Started In
February 2024

AstroForceModels.jl

CI codecov Code Style: Blue

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

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

This first implementation is just to get a set of working models, the next steps are to get everything allocation-free and working with automatic differentiation. Furthermore, the plan is likely to merge this effort into Julia Space Mission Design's AstroModels -- https://github.com/JuliaSpaceMissionDesign/AstroModels.jl. But plans are still under disccusion there.

Installation

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

Documentation

For more information, see the documentation.