WT_HAWTSetup:

--------------------------------------------------------------------------
   Default setup file for wind turbine simulation. For use in WTSim.m.
--------------------------------------------------------------------------
   Forms:
     
     % Obtain input/output data structure information
     ioData = WT_WindModel;

     % Supply input data, update, and return output
     output = WT_WindModel( input );
   
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   input       (.)  Input data structure

   -------
   Outputs
   -------
   output      (.)  Output data structure

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

Children:

Common: Control/QCR
Math: Analysis/Jacobian
WindTurbine: Utility/TorqueHAWT