- Timestamp:
- Aug 8, 2017 9:11:15 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/wind_turbine_model_mod.f90
r2323 r2341 27 27 ! $Id$ 28 28 ! Change unit number of file WTM_DATA from 201 to 90 29 ! 2323 2017-07-26 12:57:38Z Giersch 30 ! Unit correction in Doxygen comments 31 ! 29 32 ! 30 33 ! 2322 2017-07-26 08:30:28Z Giersch … … 148 151 REAL(wp) :: rated_power = 5296610.0_wp !< rated turbine power [W] 149 152 REAL(wp) :: gear_ratio = 97.0_wp !< Gear ratio from rotor to generator 150 REAL(wp) :: inertia_rot = 34784179.0_wp !< Inertia of the rotor [kg /m2]151 REAL(wp) :: inertia_gen = 534.116_wp !< Inertia of the generator [kg /m2]153 REAL(wp) :: inertia_rot = 34784179.0_wp !< Inertia of the rotor [kg*m2] 154 REAL(wp) :: inertia_gen = 534.116_wp !< Inertia of the generator [kg*m2] 152 155 REAL(wp) :: gen_eff = 0.944_wp !< Electric efficiency of the generator 153 156 REAL(wp) :: gear_eff = 1.0_wp !< Loss between rotor and generator
Note: See TracChangeset
for help on using the changeset viewer.