Launch GUI

Contents

Introduction

This GUI enables you to quickly design a launch trajectory to orbit for a multi-stage launch vehicle. You can select the vehicle model from a database, specify the type of launch and some parameters, then run it through an open-loop simulation. The tool will show you how much delta-v will be required in the upper stage to circularize at the specified orbit altitude.

The GUI is divided into two panels: The parameter inputs are defined in the left-side panel, while the results of the simulation are displayed in the right-side panel.

Load / Save

The menubar of the GUI has options to Load and Save.

Press "Save" to save your current input data to a mat-file for later use.

Press "Load" to find and load mat-files storing data from previous sessions.

Two example mat-files are provided with the Launch Vehicle Toolbox. They can be found in LaunchVehicle/LVData/.

Launch Method

Two launch methods are supported: Direct and Indirect.

Launch parameters

Several different parameters may be modified to customize your launch trajectory. The selections are summarized below.

Simulate

Press the "Simulate" button once you've entered parameters to define your launch trajectory. This will run a 2D Earth-fixed simulation of the selected vehicle with your specified parameters, and compute the delta-v required to circularize the orbit at your desired altitude. See GuidedLaunch2DSim and GuidedLaunch2DRHS for the simulation code.

Results will be displayed in the right-side panel and a time history plot will appear in a new figure.

The time history plot will add background shading to distinguish the time windows when each stage of the vehcile is firing. If the vehicle has SRBs firing with the first stage, this will be noted.

Back to Index.html