Ignore:
Timestamp:
Sep 28, 2016 8:45:18 AM (8 years ago)
Author:
lvollmer
Message:

Bugfix in wind_turbine_model_mod.f90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/wind_turbine_model_mod.f90

    r2001 r2015  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Bugfix of pitch control
    2323!
    2424! Former revisions:
     
    17381738!
    17391739!--                Correct with collective pitch angle:
    1740                    alpha_attack = alpha_attack + pitch_add(inot)
     1740                   alpha_attack = alpha_attack - pitch_add(inot)
    17411741
    17421742!
     
    20582058
    20592059                      phi_yaw_l(inot) = phi_yaw(inot)
    2060 
     2060                     
    20612061                   ENDIF
    20622062                ENDIF
     
    20772077             wdir     = wdir_l
    20782078             phi_yaw  = phi_yaw_l
     2079             
     2080             
    20792081#endif
    20802082             DO inot = 1, nturbines
Note: See TracChangeset for help on using the changeset viewer.