WT_VAWTSetup:

--------------------------------------------------------------------------
   Setup file for vertical axis wind turbine sim. 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:

WindTurbine: Utility/TorqueHAWT