Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (30 loc) · 1.27 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.27 KB

Important

This project has been moved to JuliaAstro/EphemerisSources.jl. The package name and UUID have not changed.

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!