REAModel:

Path: AerospaceUtils/ComponentModels

% Get CAD vertices and faces for General Dynamics REAs.
 These are reaction engine assemblies, i.e. thrusters. Units are meters.
 Available types:

  mr-103c
  mr-106e
  mr-111c
  lm

 Type REAModel for a demo.
--------------------------------------------------------------------------
   Form:
   [v, f, d] = REAModel( type, uPlume )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   type         (1,:) Type
   uPlume       (3,1) Unit vector for plume

   -------
   Outputs
   -------
   v            (n,3) Vertices
   f            (n,3) Faces
   d            (1,1) Data
                      .mass
                      .power
                      .propulsion

--------------------------------------------------------------------------

Children:

AerospaceUtils: CAD/GenericProperties
FormationFlying: Help/HelpSystem
Common: CommonData/Sosumi
Common: CommonData/SwooshWatermark
Common: ComponentModels/Box
Common: ComponentModels/Frustrum
Common: GUIs/MessageQueue
Common: General/CloseFigure
Common: General/DeBlankLT
Common: General/FSWClock
Common: General/Watermark
Common: Graphics/DrawVertices
Common: Graphics/NewFig
Common: Graphics/PltStyle
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Common: MassProperties/IC623X3
Common: MassProperties/Inertias
Common: Quaternion/Q2Mat
Common: Quaternion/QTForm
Common: Quaternion/U2Q
Common: Time/JD2000
Math: Geometry/Perpendicular
Math: Linear/Cross
Math: Linear/Dot
Math: Linear/DupVect
Math: Linear/Mag
Math: Linear/Unit

Back to the AerospaceUtils Module page