Path: LunarMissions/LunarMission
% Lunar Orbit Insertion Demo Simulate a spacecraft in a hyperbolic lunar orbit entering lunar orbit and doing a circularization burn. This script can be modifed for any starting hyperbolic orbit. RHSLunarOrbit has just the lunar gravity. It models point mass motion in the gravity field. This script uses OrbitLoweringManeuvers to schedule and implement the orbit change maneuvers. See also OrbitLoweringManeuvers, RHSLunarOrbit, VInfRPToRV, PlotLunarOrbit, RPRA2AE, TimeOfFlightHyperbola, Period, SunV1, Constant, Plot2D, TimeLabl, Date2JD, RK4 ------------------------------------------------------------------------- % -------------------------------------------------------------------------- Copyright (c) 2016 Princeton Satellite Systems, Inc. All rights reserved. -------------------------------------------------------------------------- Since 2016.1 --------------------------------------------------------------------------
Interplanetary: Mechanics/OrbitLoweringManeuvers LunarMissions: LunarRHS/RHSLunarOrbit LunarMissions: Visualization/PlotLunarOrbit Orbit: OrbitCoord/RPRA2AE Orbit: OrbitMechanics/TimeOfFlightHyperbola Orbit: OrbitMechanics/VInfRPToRV SC: BasicOrbit/Period SC: Ephem/SunV1 Common: Database/Constant Common: Graphics/Plot2D Common: Graphics/TimeLabl Common: Time/Date2JD Math: Integration/RK4
Back to the LunarMissions Module page