LunarMissionDesign:

Path: Missions/LunarMission

%  Lunar mission planning
 Compute transfer delta-Vs and simulate a lunar landing starting from 
 low Earth orbit. The entire spacecraft lands, there is no portion left in
 lunar orbit. The steps are:

 # Set the elements and date so that transfer orbit and lunar orbit match. 
 # Compute the insertion delta-v
 # Circularize the lunar orbit
 # Do a Hohmann descent to the powered landing altitude
 # Do a powered landing using BilinearTangent
 -------------------------------------------------------------------------
  See also RARP2A, RPRA2AE, DVHoh, RVOrbGen, EarthMoon, TrajectoryPlot, 
  RocketMass, Period, RV2El, VOrbit, CEcl2Eq, PlanetPosJPL, 
  BilinearTangentLaw, Constant, CreateHTMLTable, DisplayLatexTable, NewFig, 
  TimeLabl, XLabelS, Date2JD, RK4, Mag
 -------------------------------------------------------------------------
%
--------------------------------------------------------------------------
   Copyright (c) 2014 Princeton Satellite Systems
   All Rights Reserved.
--------------------------------------------------------------------------

Children:

AC: ACData/ACTConstants
Orbit: OrbitCoord/RARP2A
Orbit: OrbitCoord/RPRA2AE
Orbit: OrbitCoord/SLR
Orbit: OrbitManeuver/DVHoh
Orbit: OrbitMechanics/RVOrbGen
Orbit: Visualization/EarthMoon
Orbit: Visualization/TrajectoryPlot
Propulsion: Rocket/RocketMass
SC: BasicOrbit/CP2I
SC: BasicOrbit/E2M
SC: BasicOrbit/E2Nu
SC: BasicOrbit/M2E
SC: BasicOrbit/M2EApp
SC: BasicOrbit/M2EEl
SC: BasicOrbit/M2EHy
SC: BasicOrbit/Nu2E
SC: BasicOrbit/Nu2M
SC: BasicOrbit/Period
SC: BasicOrbit/RV2El
SC: BasicOrbit/RVFromKepler
SC: BasicOrbit/VOrbit
SC: Ephem/CEcl2Eq
SC: Ephem/InterpolateState
SC: Ephem/MoonEl
SC: Ephem/MoonV1
SC: Ephem/PlanetPosJPL
SC: SCData/bin2000
SC: SCData/sCTConstants
SC: SCMat/EarthMR
SC: SCMat/Moon
SCPro: Landers/BilinearTangentLaw
Common: CommonData/Constants
Common: CommonData/SwooshWatermark
Common: CommonData/xSplashSmall
Common: ComponentModels/Box
Common: ComponentModels/Frustrum
Common: Database/Constant
Common: General/CellToMat
Common: General/CreateHTMLTable
Common: General/DeBlankLT
Common: General/DeleteCell
Common: General/DisplayLatexTable
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/Axis3D
Common: Graphics/DrawVertices
Common: Graphics/Mesh2
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/Plot3D
Common: Graphics/PltStyle
Common: Graphics/TimeLabl
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Common: Quaternion/QForm
Common: Quaternion/QTForm
Common: Quaternion/U2Q
Common: Time/DTSToDTA
Common: Time/Date2JD
Common: Time/JD2000
Common: Time/JD2T
Math: Geometry/Perpendicular
Math: Integration/RK4
Math: Linear/Cross
Math: Linear/Dot
Math: Linear/DupVect
Math: Linear/Mag
Math: Linear/Unit
Math: Trigonometry/CosD
Math: Trigonometry/SinD

Back to the Missions Module page