experience and innovation

Now Hiring!

---------------------------------------------------------------------------
   Aerodynamic model.
---------------------------------------------------------------------------
   Form:
   g = ACAero( alpha, beta, x, d, qBar, control, flex, rho )
---------------------------------------------------------------------------

   ------
   Inputs
   ------
   alpha                 Angle of attack (deg)
   beta                  Sideslip (deg)
   x                     State
   d                     Aerodynamic data
   qBar                  Dynamic pressure
   control               Controls
   flex                  Flex data structure
   rho                   Atmospheric density

   -------
   Outputs
   -------
   g                   .torque  (3,1) Core torques
                       .force   (3,1) Core forces
                       .modal   (:,1) Modal forces
                       .inertia (3,3) Delta inertia due to aerodynamics
                       .mass    (3,3) Delta mass matrix due to aerodynamics

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