Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • ode-tests
  • usability-improvements
  • unit-test-updates
  • flight-envelope-sensitivity
  • test-9K
  • coefficients
  • xcg-study
8 results

msa-toolkit

  • Clone with SSH
  • Clone with HTTPS
  • alt text

    msa-toolkit

    The MSA toolkit is the repository in which the code implemented by the Mission Analysis team is stored. It is composed by several folders.
    In order to properly run the msa toolkit code in matlab you will need to install the following matlab add-ons:

    • Aerospace Toolbox
    • Global Optimization Toolbox
    • Mapping Toolbox
    • Optimization Toolbox
    • Parallel Computing Toolbox
    • Statistics and Machine Learning Toolbox

    aerodynamicsOptimization

    This program implements an aerodynamics optimization of the rocket.
    The rocket is optimized to reach the highest apogee possible with the chosen set of fixed parameters.
    The code uses a genetic algorithm to reach the goal. It may take some time to run.

    apogeeAnalysis

    This program is developed for a primary apogee analysis with different engines when the structural mass is only known with a degree of uncertainty. The simulator computes the different apogees, maximum accelerations and launchpad exit velocities for different motors and different masses.

    autoMatricesProtub

    This program allows for an automatic computation of the rocket aerodynamic coefficients using Dissile MATCOM, for different airbrakes configuration.

    commonFunctions

    In this folder, the common functions employed in the code of the toolkit are stored.

    data

    Folder with the flight data, rocket geometry and simulation parameters.

    sensitivityAnalysis

    This program implements a sensitivity analysis on the ascent phase of the rocket. Two types of analyses are available: deterministic and stochastic.
    In the deterministic analysis it is possible to vary the nominal values of the aerodynamics coefficients and the structural mass of the rocket. The relative magnitude of the variations is set by the user and it is the same for all the parameters considered in the analysis.
    In the stochastic analysis several simulations are performed, in each of these the uncertain parameters assume values according to a normal distribution centered on their respective nominal values.

    simulator

    This is a program developed in MATLAB for the simulation of 6 D.o.F. rocket dynamics during all phases of flight: thrust, coast, apogee and recovery.
    It predicts 3D trajectory, apogee height, forces acting on the rocket, and various other aerodynamic values.
    This simulator can also run stochastic simulations with multiple options.

    stabilityAnalysis

    This program is used to compute and investigate the stability of the rocket in various flight conditions.

    unitTests

    This program is used to create and perform tests on the toolkit to ensure that it always produces correct results.

    utils

    Although the most important folders are in the main path, this folder contains work-alone tools, and some useful scripts.