ThrusterCAD:

Path: AerospaceUtils/CAD

% Create a thruster model.

   ------  dExit  -      / \
   \    /                 |
    \  /          l       | uPlume
     \/
                  -              

 Type ThrusterCAD for a demo.
--------------------------------------------------------------------------
   Form:
   [v, f] = ThrusterCAD( uPlume, dExit, l, n, rC, lC, lOC )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   uPlume      (3,1) Unit vector for the plume
   dExit       (1,1) Nozzle exit diameter
   l           (1,1) Nozzle length
   n           (1,1) Number of divisions
   rC          (1,1) Radius of interface cylinder
   lC          (1,1) Length of interface cylinder
   lOC         (1,1) Offset of interface cylinder

   -------
   Outputs
   -------
   v           (:,3) Vertices
   f           (:,3) Faces

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

Children:

Common: ComponentModels/Frustrum
Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Common: Quaternion/Q2Mat
Common: Quaternion/U2Q
Math: Linear/Mag

Back to the AerospaceUtils Module page