MarsLanderCAD:

Path: Interplanetary/MarsCrewedMission

% Generate Mars lander CAD model
 Generate a CAD model of a Mars lander. Creates power and mass reports of
 the model. Loads RCS.mat for thruster data. The lander may have either an
 aeroshell or landing legs. Saves either MarsLanderAeroshell.mat or
 MarsLander.mat depending on this selection.

 This loads the subassembly MarsCapsule.mat which houses the astronauts.
 
 Components in the model:

   GN&C
   ----
   1 IMU                       
   1 Star camera
   1 Navigation camera
   2 Fuel tanks

   Communications
   --------------
   2 Omni antenna              

   Power
   -----
   1 LiOn battery              

   Data processing
   ---------------
   1 RAD 5545 processor (cPCI)  
   1 Interface board   (cPCI)  
   1 Mass memory board (cPCI)  
   1 Command receiver  (cPCI)  
   1 GPS receiver      (cPCI)  

   Structure
   ---------
   Composite frame              
   Composite panelse
   Landing legs
   Aeroshell (optional)

  See also BuildCADModel, PanelFrame, R40BEngine, ThrusterCAD,
  MarsAeroshell, LandingLegsCAD, SaveStructure, CreateReport
  ------------------------------------------------------------------------
%
--------------------------------------------------------------------------
   Copyright (c) 2025 Princeton Satellite Systems, Inc.
   All rights reserved.
--------------------------------------------------------------------------

Children:

AerospaceUtils: CAD/BuildCADModel
AerospaceUtils: CAD/CreateBody
AerospaceUtils: CAD/CreateComponent
AerospaceUtils: CAD/CreateReport
AerospaceUtils: ComponentModels/MarsAeroshell
AerospaceUtils: ComponentModels/PanelFrame
AerospaceUtils: ComponentModels/R40BEngine
AerospaceUtils: ComponentModels/StarCameraBasicModel
AerospaceUtils: ComponentModels/ThrusterCAD
LunarMissions: LunarData/LunarRCS
LunarMissions: LunarMission/LandingLegsCAD
Common: ComponentModels/ShapedStrut
Common: Database/Constant
Common: FileUtils/FileFullpath
Common: General/SaveStructure
Common: Quaternion/Q2Mat
Common: Quaternion/U2Q
Common: Time/Date2JD
Math: Linear/Unit

Back to the Interplanetary Module page