XenonTank:

Path: AerospaceUtils/ComponentModels

% Generate a Xenon Tank model based on the ETS VIII Tank.
 When you change the mass of Xenon it shrinks the cylindrical section.

 Type XenonTank to see a picture.
--------------------------------------------------------------------------
   Form:
   [v, f, d] = XenonTank( mXenon )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   mXenon     (1,:) Mass of Xenon

   -------
   Outputs
   -------
   v          (:,3)  Vertices
   f          (:,3)  Faces
   d          (1,1)  
                     .pressure    (1,1) Pressure (2175 psi)
                     .length      (1,1) Length, boss to boss
                     .lengthTotal (1,1) Total length
                     .diameter    (1,1) Diameter (13.26")

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

Children:

Common: ComponentModels/ExtrudeFromProfile
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Math: Linear/Mag

Back to the AerospaceUtils Module page