GravityGradientBoom:

Path: SCPro/DynamicalModels

%   Compute frequencies for a boom

 Typically the boom needs to have a z and x component to get
 a gravity gradient stable configuration.

 Type GravityGradientFrequency for a demo.

--------------------------------------------------------------------------
   Form:
   omega = GravityGradientBoom( i0, n, r, m )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   i0	(3,3) Base inertia (kg-m^2)
   n  	(1,1) Orbit Rate
   r   (3,:) Boom vector (m)
   m   (1,1) Masses (kg)

   -------
   Outputs
   -------
   omega   (3,:) Gravity gradient frequencies (rad/s)

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

Children:

SCPro: DynamicalModels/GravityGradientFrequency
Common: Graphics/Plot2D
Common: MassProperties/Inertias
Math: Linear/Skew

Back to the SCPro Module page