ReactionWheelFriction:

Path: SCPro/ProActuators

% Computes the friction for a reaction wheel.
 The wheels can have damping and Coulomb friction and stiction.
 If you call it with 'struct' it will return the default data structure.

 Type ReactionWheelFriction for a demo.
--------------------------------------------------------------------------
   Form:
       d = ReactionWheelFriction('struct');
       f = ReactionWheelFriction( omega, d )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   omega (:,:)	Angular rate
   d     (1,1)	Data structure 
              .cDampingRWA        (n,1) Damping coefficient
              .torqueCoulombRWA   (n,1) Coulomb friction torque
              .torqueStictionRWA  (n,1) Stiction friction torque
              .alphaStictionRWA   (n,1) Stiction velocity damping

   -------
   Outputs
   -------
   f	    (:,:) Friction

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

Children:

Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle

Back to the SCPro Module page