Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.09 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.09 KB

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!