Solar Sail Trajectory Analysis with MATLAB
PDF document and interactive MATLAB script named ss2d_opt.m that can be used to analyze and optimize two-dimensional, heliocentric solar sail trajectories between the orbits of Earth and Venus and between the Earth and Mars. In this script, the heliocentric planet orbits are assumed to be circular and coplanar. The optimal steering angles for minimum transfer time are modeled as piecewise-linear variations as suggested in “Near Minimum-Time Trajectories for Solar Sails”, by Michiel Otten and Colin R. McInnes, AIAA Journal of Guidance, Control and Dynamics, Vol. 24, No. 3.
The optimization of these steering angles is performed using the SNOPT nonlinear programming (NLP) algorithm.
This MATLAB script solves the problem of transferring from the Earth’s orbit and arriving at the orbit of either Venus or Mars with the proper distance and velocity. It does not attempt to solve the rendezvous problem between the actual or ephemeris locations of each planet. The ss2d_opt script provides both numerical and graphical information about the trajectory analysis.
Cite As
David Eagle (2024). Solar Sail Trajectory Analysis with MATLAB (https://www.mathworks.com/matlabcentral/fileexchange/42073-solar-sail-trajectory-analysis-with-matlab), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Aerospace and Defense > Aerospace Blockset > Visualization >
- Sciences > Geoscience > Earth and Planetary Science >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.2.0.0 | Updated to use the 64 bit version of SNOPT. Estimates departure and arrival calendar dates for Earth-to-Mars missions. PDF document also updated to reflect these changes. |
||
1.1.0.0 | Added main script (ss2d_opt_64bit.m) that uses the March 17, 2014 version of SNOPT. |
||
1.0.0.0 |