RotorAssemblyAerodynamics:

--------------------------------------------------------------------------
   Computes the aerodynamic force and torque of each surface in the rotor
   assembly. This function should be replaced by a more detailed model.
   This model assumes that the wing camber is along x and the normal
   to the wing is along z. y is along the wing length.
--------------------------------------------------------------------------
   Form:
   [force, torque] = RotorAssemblyAerodynamics( v, k )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   v   	      (3,1)  Wind-relative velocity vector in the local frame
   k             (1,1)  Element ID
   fd            (3,1)  Additional data* optional
                       

   -------
   Outputs
   -------
   force   	  (3,1)  Force vector
   torque      (3,1)  Torque vector

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

Children:

Math: Linear/Mag
Math: Linear/Unit