WindDeterministic:

--------------------------------------------------------------------------
   Deterministic wind model. Models tower effect. 
   n is the harmonic. It is the number of blades for odd numbers of blades
   and half the number of blades for even numbers of blades.

   Type

   WindDeterministic

   for a demo.

--------------------------------------------------------------------------
   Form:
   w = WindDeterministic( d )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   d          (1,1)  Data structure
                     .n       (1,1) Harmonic
                     .wHarm   (1,1) Amplitude of nth harmonic
                     .angle   (1,1) Blade angle
                     .wMean   (1,1) Mean wind speed

   -------
   Outputs
   -------
   w          (1,1)  Wind speed
--------------------------------------------------------------------------
   Reference: Rosas, P., "DYNAMIC INFLUENCES OF WIND POWER ON THE
                          POWER SYSTEM", Orsted DTU, PhD Thesis,
                          March 2003, pp. 47-53. Figure 3.14.
--------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D
Common: Graphics/TimeLabl