Last change
on this file since 4592 was
4526,
checked in by oliver.maas, 4 years ago
|
added files for NREL 5MW and 15MW reference wind turbines
|
File size:
1.3 KB
|
Rev | Line | |
---|
[4526] | 1 | ! turbine specific parameters of the NREL 5 MW reference wind turbine |
---|
| 2 | ! https://www.nrel.gov/docs/fy09osti/38060.pdf |
---|
| 3 | |
---|
| 4 | &turbine_parameters |
---|
| 5 | gear_efficiency = 1.0, ! |
---|
| 6 | gear_ratio = 97.0, ! |
---|
| 7 | generator_efficiency = 0.944, ! |
---|
| 8 | generator_inertia = 534.116, ! |
---|
| 9 | generator_power_rated = 5296610.0, ! |
---|
| 10 | generator_speed_rated = 121.6805, ! |
---|
| 11 | generator_torque_max = 47402.91, ! |
---|
| 12 | generator_torque_rate_max = 15000.0, ! |
---|
| 13 | hub_z = 90.0 ! |
---|
| 14 | n_airfoils = 8, ! |
---|
| 15 | nacelle_cd = 0.85, ! |
---|
| 16 | nacelle_radius = 1.5, ! |
---|
| 17 | pitch_angle = 0.0, ! |
---|
| 18 | pitch_rate = 8.0, ! |
---|
| 19 | region_15_min = 70.16224, ! |
---|
| 20 | region_2_min = 91.21091, ! |
---|
| 21 | region_2_slope = 2.332287, ! |
---|
| 22 | rotor_inertia = 34784179.0, ! |
---|
| 23 | rotor_radius = 63.0, ! |
---|
| 24 | rotor_speed = 0.9, ! |
---|
| 25 | tilt_angle = 0.0, ! |
---|
| 26 | tower_cd = 1.20, ! |
---|
| 27 | tower_diameter = 4.0, ! |
---|
| 28 | yaw_angle = 0.0, ! |
---|
| 29 | yaw_misalignment_max = 0.08726, ! |
---|
| 30 | yaw_misalignment_min = 0.008726, ! |
---|
| 31 | yaw_speed = 0.005236 ! |
---|
| 32 | / ! end of turbine_parameters namelist ! |
---|
Note: See
TracBrowser
for help on using the repository browser.