Parametric Analysis of TLI Delta-V Lunar Trajectories - OTB

Version 1.4.0 (110 Mo) par David Eagle
Optimization Toolbox version of the tli_sweep MATLAB script that performs a parametric sweep of TLI requirements for Lunar trajectories.
106 téléchargements
Mise à jour 2 mai 2024

Afficher la licence

PDF document and a MATLAB script called tli_sweep_otb that can be used to perform a parametric analysis of lunar transfer trajectories. The software assumes that trans-lunar injection (TLI) occurs impulsively from a circular Earth park orbit. The software solves for the minimum TLI delta-v using a two-body Lambert solution for the transfer trajectory from the Earth park orbit to the center of the moon. This computer program uses the Optimization Toolbox to solve this classic trajectory optimization problem. The lunar coordinates required by the software are computed using the JPL DE430 ephemeris.
This MATLAB script reads JPL DE430 lunar and solar ephemerides in a machine-independent binary format (kernels) which are available from the SPICE web site and by anonymous ftp from ftp://ssd.jpl.nasa.gov/pub/eph/planets/bsp. These *.bsp ephemeris files are IEEE-Little Endian style of binary kernel. This is the binary form native to PC/Linux, PC/Windows and MAC/Intel machines. Additional information about JPL ephemerides can be found at http://naif.jpl.nasa.gov/naif/.
The tli_sweep_otb script uses routines from the MICE software suite to read and evaluate the JPL ephemeris file. Platform-specific MICE mex files, support functions and the binary ephemeris file (de430.bsp) are available at naif.jpl.nasa.gov/naif/toolkit_MATLAB.html. MICE is a MATLAB implementation of the SPICE library created by JPL.

Citation pour cette source

David Eagle (2024). Parametric Analysis of TLI Delta-V Lunar Trajectories - OTB (https://www.mathworks.com/matlabcentral/fileexchange/73593-parametric-analysis-of-tli-delta-v-lunar-trajectories-otb), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2024a
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.4.0

Simplified true anomaly guess algorithm. Added graphics display of geocentric distance of the Moon. Updated PDF documentation.

1.3.0

Code updated to handle the case where is the absolute value of the lunar declination at encounter is larger than the orbital inclination of the park/transfer orbit.

1.2.0

Updated several MATLAB functions and the PDF documentation.

1.1.0

Included the park orbit RAAN and true anomaly at TLI as control variables in the perturbed motion optimization. Updated PDF document.

1.0.0