Optimal Finite-burn Interplanetary Injection from Earth Orbi

A MATLAB script for optimizing finite-burn interplanetary injection trajectories (SNOPT version).
1,1K téléchargements
Mise à jour 1 mai 2021

Afficher la licence

PDF document and MATLAB script named escape.m that can be used to analyze a finite-burn maneuver that achieves interplanetary injection from an initial Earth park orbit. The simulation assumes the propulsive maneuver is continuous, coplanar and modeled as a series of optimal discretized steering angles. This script attempts to minimize the scalar magnitude of the finite-burn while solving for user-defined “boundary conditions” or hyperbolic targets.
The orbital motion is modeled using modified equinoctial orbital elements and the script assumes that the thrust magnitude is constant during the entire orbit transfer. Initial guesses for the escape.m script can be determined using the hyper1.m script, “Impulsive Hyperbolic Injection from a Circular Park Orbit”. This MATLAB script provides the park orbit right ascension of the ascending node (RAAN) and the true anomaly of the impulsive injection maneuver on the initial circular park orbit.

Citation pour cette source

David Eagle (2024). Optimal Finite-burn Interplanetary Injection from Earth Orbi (https://www.mathworks.com/matlabcentral/fileexchange/42215-optimal-finite-burn-interplanetary-injection-from-earth-orbi), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2019b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Visualization dans Help Center et MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.6.0.0

Added fixed thrust duration example.

1.5.0.0

Update of source code and PDF documentation

1.4.0.0

General software updates

1.3.0.0

General update of main script software and support functions.

1.2.0.0

Changed objective function to thrust duration. Updated PDF. Added main script (escape_64bit.m) that uses the March 17, 2014 version of SNOPT.

1.1.0.0

Option added to read and use a csv data file for the initial guess. Also writes a data file of the current simulation.

1.0.0.0