Skip to content

cadojo/AstrodynamicalModels.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!