├── .gitignore ├── Archived scripts ├── Expendable_test1.m ├── Reusable_test1.m ├── main.m ├── plot.png ├── reach_target_orbit_vega.m ├── scaled_vega.m ├── test_falcon_9_original.m └── vega_test.m ├── Complete 1976 Standard Atmosphere ├── atmo.m ├── atmo_compo.m ├── atmo_p.m ├── atmo_temp.m ├── f_n.m ├── int_tau.m └── tester.m ├── Expendable_launch_vehicle.png ├── Expendable_launch_vehicle_-_1st_stage.png ├── Expendable_launch_vehicle_-_delta_V.png ├── Expendable_rocket_final_version.m ├── README.md ├── Reusable_launch_vehicle.png ├── Reusable_launch_vehicle_-_1st_stage.png ├── Reusable_launch_vehicle_-_delta_V.png ├── Reusable_rocket_final_version.m ├── Stage.m ├── SteeringModule.m ├── generate_standard_atmosphere.m ├── gif_generation ├── distinguishable_colors.m ├── gif.m └── gif_documentation.m ├── propellant_for_velocity_change.m ├── rho_by_kilometer.mat ├── simulate_two_stage_rocket.m ├── solve_trajectory.m ├── template.m ├── visualize.m └── visualize_animation.m /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/.gitignore -------------------------------------------------------------------------------- /Archived scripts/Expendable_test1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Archived scripts/Expendable_test1.m -------------------------------------------------------------------------------- /Archived scripts/Reusable_test1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Archived scripts/Reusable_test1.m -------------------------------------------------------------------------------- /Archived scripts/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Archived scripts/main.m -------------------------------------------------------------------------------- /Archived scripts/plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Archived scripts/plot.png -------------------------------------------------------------------------------- /Archived scripts/reach_target_orbit_vega.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Archived scripts/reach_target_orbit_vega.m -------------------------------------------------------------------------------- /Archived scripts/scaled_vega.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Archived scripts/scaled_vega.m -------------------------------------------------------------------------------- /Archived scripts/test_falcon_9_original.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Archived scripts/test_falcon_9_original.m -------------------------------------------------------------------------------- /Archived scripts/vega_test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Archived scripts/vega_test.m -------------------------------------------------------------------------------- /Complete 1976 Standard Atmosphere/atmo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Complete 1976 Standard Atmosphere/atmo.m -------------------------------------------------------------------------------- /Complete 1976 Standard Atmosphere/atmo_compo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Complete 1976 Standard Atmosphere/atmo_compo.m -------------------------------------------------------------------------------- /Complete 1976 Standard Atmosphere/atmo_p.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Complete 1976 Standard Atmosphere/atmo_p.m -------------------------------------------------------------------------------- /Complete 1976 Standard Atmosphere/atmo_temp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Complete 1976 Standard Atmosphere/atmo_temp.m -------------------------------------------------------------------------------- /Complete 1976 Standard Atmosphere/f_n.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Complete 1976 Standard Atmosphere/f_n.m -------------------------------------------------------------------------------- /Complete 1976 Standard Atmosphere/int_tau.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Complete 1976 Standard Atmosphere/int_tau.m -------------------------------------------------------------------------------- /Complete 1976 Standard Atmosphere/tester.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Complete 1976 Standard Atmosphere/tester.m -------------------------------------------------------------------------------- /Expendable_launch_vehicle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Expendable_launch_vehicle.png -------------------------------------------------------------------------------- /Expendable_launch_vehicle_-_1st_stage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Expendable_launch_vehicle_-_1st_stage.png -------------------------------------------------------------------------------- /Expendable_launch_vehicle_-_delta_V.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Expendable_launch_vehicle_-_delta_V.png -------------------------------------------------------------------------------- /Expendable_rocket_final_version.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Expendable_rocket_final_version.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/README.md -------------------------------------------------------------------------------- /Reusable_launch_vehicle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Reusable_launch_vehicle.png -------------------------------------------------------------------------------- /Reusable_launch_vehicle_-_1st_stage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Reusable_launch_vehicle_-_1st_stage.png -------------------------------------------------------------------------------- /Reusable_launch_vehicle_-_delta_V.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Reusable_launch_vehicle_-_delta_V.png -------------------------------------------------------------------------------- /Reusable_rocket_final_version.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Reusable_rocket_final_version.m -------------------------------------------------------------------------------- /Stage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/Stage.m -------------------------------------------------------------------------------- /SteeringModule.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/SteeringModule.m -------------------------------------------------------------------------------- /generate_standard_atmosphere.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/generate_standard_atmosphere.m -------------------------------------------------------------------------------- /gif_generation/distinguishable_colors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/gif_generation/distinguishable_colors.m -------------------------------------------------------------------------------- /gif_generation/gif.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/gif_generation/gif.m -------------------------------------------------------------------------------- /gif_generation/gif_documentation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/gif_generation/gif_documentation.m -------------------------------------------------------------------------------- /propellant_for_velocity_change.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/propellant_for_velocity_change.m -------------------------------------------------------------------------------- /rho_by_kilometer.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/rho_by_kilometer.mat -------------------------------------------------------------------------------- /simulate_two_stage_rocket.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/simulate_two_stage_rocket.m -------------------------------------------------------------------------------- /solve_trajectory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/solve_trajectory.m -------------------------------------------------------------------------------- /template.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/template.m -------------------------------------------------------------------------------- /visualize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/visualize.m -------------------------------------------------------------------------------- /visualize_animation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axelstr/gravity_turn_simulation/HEAD/visualize_animation.m --------------------------------------------------------------------------------