Modeling Aero-assist Flight Mechanics

Numerically integrate the flight path equations of motion of an aero-assist vehicle performing a single atmospheric pass.
1K download
Aggiornato 21 mar 2025

Visualizza la licenza

This submission is a MATLAB script named demo_aeroassist that can be used to numerically integrate the flight path equations of motion of an aero-assist vehicle. The endo-atmospheric motion of the vehicle is modeled with respect to a spherical, rotating Earth. This MATLAB script provides both numerical and graphical information about the flight mechanics of the aero-assist vehicle during a single pass through the Earth’s atmosphere.
The atmospheric entry conditions and flight controls used in this MATLAB script are derived from a csv mission summary data file created with a Fortran computer program named aeroassist_sos that uses the Sparse Optimization Suiteto solve the aero-assist trajectory optimization problem. Additional details about this Fortran implementation can be found in Appendix A of this document.
Additional information about the mathematical techniques and numerical methods used in the Sparse Optimization Suite software can be found in the book, Practical Methods for Optimal Control and Estimation Using Nonlinear Programming by John. T. Betts, SIAM, 2010.

Cita come

David Eagle (2025). Modeling Aero-assist Flight Mechanics (https://it.mathworks.com/matlabcentral/fileexchange/43121-modeling-aero-assist-flight-mechanics), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2024b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Guidance, Navigation, and Control (GNC) in Help Center e MATLAB Answers
Riconoscimenti

Ispirato: Aircraft simulation

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

Updated several MATLAB functions, the main script and the PDF documentation.

1.0.0.0