ManufacturingSpaceStationCAD:

Path: Missions/SpaceStation

% Design a manufacturing space station
 Large space station with a Hall thruster for stationkeeping, hydrazine
 RCS thrusters, and a robot arm. There is an option for the solar arrays
 in the model to be deployed or not. This script creates both a full model
 and a simpler model for disturbance analysis. Both the full model, the
 thruster layout, and the simple model will be displayed in figures.

 If file saving is turned on, this script saves the following:

  - ManufacturingSpaceStation.mat, the CAD model data structure 
  - ManufacturingSpaceStation.tex, a latex table
  - either the file SpaceStationProps.mat or SpaceStationPropsUndeployed.mat
    with the simplified surface model and thruster layout data
  - SpaceStationThruster.txt, the thruster layout data

 It will also export ManufacturingSpaceStation.obj as this is needed by
 the thruster layout step.

 See also AtmDens2, BuildCADModel, CreateBody, CreateComponent, 
 ExportOBJ, ThrusterCAD, XenonTank, VOrbit, HallThrusterArray, 
 ThrusterLayout, Box, Frustrum, DisplayLatexTable, SaveStructure, 
 DrawVertices, PolygonProps, DrawCanadarm3

Children:

AerospaceUtils: AtmosphericCalculations/AtmDens2
AerospaceUtils: CAD/BuildCADModel
AerospaceUtils: CAD/CreateBody
AerospaceUtils: CAD/CreateComponent
AerospaceUtils: CAD/ExportOBJ
AerospaceUtils: ComponentModels/DrawCanadarm3
AerospaceUtils: ComponentModels/PartialThickDisk
AerospaceUtils: ComponentModels/ThrusterCAD
AerospaceUtils: ComponentModels/XenonTank
Orbit: OrbitMechanics/VOrbit
Propulsion: Electric/HallThrusterArray
Propulsion: Utilities/ThrusterLayout
Common: ComponentModels/Box
Common: ComponentModels/Frustrum
Common: General/CreateLatexTable
Common: General/DisplayLatexTable
Common: General/LatexExp
Common: General/SaveStructure
Common: Graphics/DrawVertices
Common: Graphics/PolygonProps

Back to the Missions Module page