https://github.com/cadojo/astrodynamicalmodels.jl
Dynamical models used within astrodynamics and orbital mechanics!
https://github.com/cadojo/astrodynamicalmodels.jl
astrodynamics julia modeling-dynamic-systems scientific-computing space
Last synced: 14 days ago
JSON representation
Dynamical models used within astrodynamics and orbital mechanics!
- Host: GitHub
- URL: https://github.com/cadojo/astrodynamicalmodels.jl
- Owner: cadojo
- License: mit
- Archived: true
- Created: 2021-06-01T00:48:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T15:56:44.000Z (8 months ago)
- Last Synced: 2025-03-21T18:18:48.689Z (2 months ago)
- Topics: astrodynamics, julia, modeling-dynamic-systems, scientific-computing, space
- Language: Julia
- Homepage: https://juliahub.com/ui/Packages/AstrodynamicalModels/dBq8P
- Size: 591 KB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!IMPORTANT]
> This project has been **moved** to [`JuliaAstro/EphemerisSources.jl`](https://github.com/JuliaAstro/EphemerisSources.jl).
> The package name and UUID have not changed.[](https://github.com/cadojo/AstrodynamicalModels.jl/actions?query=workflow%3AUnitTests)
[](https://cadojo.github.io/AstrodynamicalModels.jl)# AstrodynamicalModels.jl
_An extension of
[ModelingToolkit.jl](https://github.com/SciML/ModelingToolkit.jl) which provides
common astrodynamics models._## Installation
Choose one of the two lines below!
```julia
Pkg.add("AstrodynamicalModels") # in Julia code
``````julia
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!_