EarthReentryAttitudeSim:

Path: LunarMissions/Reentry

% Reentry Simulation in the Earth atmosphere
 Simulates reentry with pitch attitude only. Uses a mix of flaps and
 thrusters for control of the vehicle. The torque distribution function
 requires fmincon in the Optimization Toolbox.

 See also RHSReentryWithAttitude, PIDMIMO, TimeHistory, RK4, Mag,
 ReentryTorqueDistribution, TimeDisplay
%
--------------------------------------------------------------------------
   Copyright (c) 2024 Princeton Satellite Systems, Inc. 
   All rights reserved.
--------------------------------------------------------------------------
   Since 2025.1
--------------------------------------------------------------------------

Children:

LunarMissions: Reentry/RHSReentryWithAttitude
LunarMissions: Reentry/ReentryTorqueDistribution
Common: Control/PIDMIMO
Common: GUIs/TimeDisplay
Common: Graphics/TimeHistory
Math: Integration/RK4
Math: Linear/Mag

Back to the LunarMissions Module page