Solar Sail Trajectory Analysis with MATLAB

Two-dimensional trajectory analysis of solar sail Earth-to-Venus and Earth-to-Mars missions.
1.2K Downloads
Updated 12 Feb 2015

View License

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
Created with R2012b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
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