R40BEngine:

Path: AerospaceUtils/ComponentModels

% Generates an RB40B engine CAD model
 Outputs a CAD model and a data structure with engine parameters.

 Type  R40BEngine for a demo
--------------------------------------------------------------------------
   Form:
   [v,f,d] = R40BEngine
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   None

   -------
   Outputs
   -------
   v   (:,3) Vertices
   f   (:,3) Faces
   d   (.)   Data structure
             .mass     (1,1) Mass (kg)
             .iSp      (1,1) Specific impulse (s)
             .thrust   (1,1) Thrust (N)
             .pressure (1,1) Chamber pressure (N/m^2)
             .r        (1,1) Maximum radius (m)
             .l        (1,1) Length (m)

--------------------------------------------------------------------------
   Reference: Aerojet-Rocketdyne, "In-Space Propulsion Data Sheets."
--------------------------------------------------------------------------

Children:

AerospaceUtils: ComponentModels/SurfaceOfRevolution
Common: Graphics/DrawVertices

Back to the AerospaceUtils Module page