WT_Structure:

--------------------------------------------------------------------------
   Default Wind Turbine Structure Model. For use in WTSim.m.
--------------------------------------------------------------------------
   Forms:
     
     ioData = WT_Structure;                 % Obtain i/o data 
     output = WT_Structure( input );        % Update
     output = WT_Structure( input, time );  % Update with current sim time
     output = WT_Structure( input, -1 );    % initialize
   
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   input       (.)  Input data structure
   time        (1)  Simulation time

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

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