experience and innovation

---------------------------------------------------------------------------
   Generate linear models of an airship at a range of flight conditions.
   The angle of attack is set to zero.
---------------------------------------------------------------------------
   Form:
   GenerateAirshipLinMods( d, h, V, thteta )
---------------------------------------------------------------------------

   ------
   Inputs
   ------
   d           (.)       Airship model data structure.
   h          (1,:)      Altitude                          [m]
   V          (1,:)      Total velocity                    [m/s]
   theta      (1,:)      Pitch                             [rad]

   -------
   Outputs
   -------
   none

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