Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Hohmann Transfer Visualization

This is a script written in the Julia programming language for visualizing Hohmann transfers.

hohmann_transfer_example.mp4

This script uses the Makie package to handle the visualization.

To run the visualization make sure you have the Julia programming language installed along with the following packages:

  • CSV
  • GeometryBasics
  • LinearAlgebra
  • GLMakie
  • FileIO
  • ColorSchemes
  • DataFrames
  • OrdinaryDiffEq
  • JLD2

To run the simulation, first clone the repository and change into the src directory:

git clone https://github.com/crispy-landslide/Hohmann-Transfer-Visualization.git
cd Hohmann-Transfer-Visualization/src

Then, start a Julia session

julia

Inside your Julia session run the following:

include("main.jl")

It will take some time (over 60 seconds) to run the first time. After the simulation is run once, it will be much faster (less than 1 second) inside the same session.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages