AstrodynamicalModels.jl

Dynamical models used within astrodynamics and orbital mechanics!
Author cadojo
Popularity
16 Stars
Updated Last
10 Months Ago
Started In
June 2021

Tests Docs

AstrodynamicalModels.jl

An extension of ModelingToolkit.jl which provides common astrodynamics models.

Installation

Choose one of the two lines below!

Pkg.add("AstrodynamicalModels")  # in Julia code
pkg> add AstrodynamicalModels    # in Julia's REPL

Currently Implemented

Note – for all non-entry models below, you can optionally append state transition matrix dynamics.

  • Restricted Two-body Problem
  • Circular Restricted Three-body Problem
  • N-body Problem
  • Planar Entry
  • Attitude Kinematics & Dynamics

Future Additions

  • Aspherical Restricted Two-body Problem
  • Solar radiation pressure dynamics
  • Others? Let me know about, or submit a PR with, your desired astrodynamics models!