Changeset 3139 for palm/trunk/SOURCE/wind_turbine_model_mod.f90
- Timestamp:
- Jul 17, 2018 11:30:10 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/wind_turbine_model_mod.f90
r3069 r3139 21 21 ! Current revisions: 22 22 ! ----------------- 23 ! 23 ! 24 24 ! 25 25 ! Former revisions: 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Bugfix in calculation of alpha_attack 29 ! 30 ! 3069 2018-06-15 07:56:09Z witha 28 31 ! Initialization of some arrays added 29 32 ! … … 2067 2070 ! 2068 2071 !-- Correct with collective pitch angle: 2069 alpha_attack = alpha_attack- pitch_add(inot)2072 alpha_attack(rseg) = alpha_attack(rseg) - pitch_add(inot) 2070 2073 2071 2074 !
Note: See TracChangeset
for help on using the changeset viewer.