Changes between Version 24 and Version 25 of doc/app/wind_turbine_parameters


Ignore:
Timestamp:
Mar 6, 2020 11:47:36 AM (5 years ago)
Author:
oliver.maas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/wind_turbine_parameters

    v24 v25  
    1111'''NAMELIST group name: wind_turbine_parameters''' \\\\
    1212
    13 [=#general '''All Parameterisations:]\\
    1413||='''Parameter Name'''  =||='''[../fortrantypes FORTRAN Type]'''  =||='''Default Value'''  =||='''Explanation'''  =||
    1514|----------------
    1615{{{#!td style="vertical-align:top; width: 150px"
    17 [=#dtow '''dtow''']
    18 }}}
    19 {{{#!td style="vertical-align:top; width: 50px"
    20 R(100)
    21 }}}
    22 {{{#!td style="vertical-align:top; width: 75px"
    23 0.0
    24 }}}
    25 {{{#!td
    26 Diameter of the tower of the wind turbine used below the rotor. This parameter has to be non-zero if a tower should be included. The parameter needs to be specified for every turbine separately.
     16[=#air_density '''air_density''']
     17}}}
     18{{{#!td style="vertical-align:top; width: 50px"
     19R
     20}}}
     21{{{#!td style="vertical-align:top; width: 75px"
     221.225
     23}}}
     24{{{#!td
     25The air density (in kg/m^3^) is necessary to convert the aerodynamic torque of the rotor into a power (in W).
    2726}}}
    2827|----------------
     
    4140|----------------
    4241{{{#!td style="vertical-align:top; width: 150px"
    43 [=#nturbines '''nturbines''']
     42[=#gear_efficiency '''gear_efficiency''']
     43}}}
     44{{{#!td style="vertical-align:top; width: 50px"
     45R
     46}}}
     47{{{#!td style="vertical-align:top; width: 75px"
     481.0
     49}}}
     50{{{#!td
     51Efficiency of the gear: Loss between rotor and generator.
     52}}}
     53|----------------
     54{{{#!td style="vertical-align:top; width: 150px"
     55[=#gear_ratio '''gear_ratio''']
     56}}}
     57{{{#!td style="vertical-align:top; width: 50px"
     58R
     59}}}
     60{{{#!td style="vertical-align:top; width: 75px"
     6197.0
     62}}}
     63{{{#!td
     64Gear ratio from rotor to generator.
     65}}}
     66|----------------
     67{{{#!td style="vertical-align:top; width: 150px"
     68[=#generator_efficiency '''generator_efficiency''']
     69}}}
     70{{{#!td style="vertical-align:top; width: 50px"
     71R
     72}}}
     73{{{#!td style="vertical-align:top; width: 75px"
     740.944
     75}}}
     76{{{#!td
     77Electric efficiency of the generator.
     78}}}
     79|----------------
     80{{{#!td style="vertical-align:top; width: 150px"
     81[=#generator_inertia '''generator_inertia''']
     82}}}
     83{{{#!td style="vertical-align:top; width: 50px"
     84R
     85}}}
     86{{{#!td style="vertical-align:top; width: 75px"
     87534.116
     88}}}
     89{{{#!td
     90Inertia of the generator (in kg m^2^).
     91}}}
     92|----------------
     93{{{#!td style="vertical-align:top; width: 150px"
     94[=#generator_power_rated '''generator_power_rated''']
     95}}}
     96{{{#!td style="vertical-align:top; width: 50px"
     97R
     98}}}
     99{{{#!td style="vertical-align:top; width: 75px"
     1005296610.0
     101}}}
     102{{{#!td
     103Rated mechanical power of the wind turbine (in W). \\\\
     104This parameter is specified once for all turbines, it is required for the pitch control.
     105}}}
     106|----------------
     107{{{#!td style="vertical-align:top; width: 150px"
     108[=#generator_speed_rated '''generator_speed_rated''']
     109}}}
     110{{{#!td style="vertical-align:top; width: 50px"
     111R
     112}}}
     113{{{#!td style="vertical-align:top; width: 75px"
     114121.6805
     115}}}
     116{{{#!td
     117Rated generator speed (in rad/s).
     118}}}
     119|----------------
     120{{{#!td style="vertical-align:top; width: 150px"
     121[=#generator_torque_max '''generator_torque_max''']
     122}}}
     123{{{#!td style="vertical-align:top; width: 50px"
     124R
     125}}}
     126{{{#!td style="vertical-align:top; width: 75px"
     12747402.91
     128}}}
     129{{{#!td
     130Maximum Torque of the generator (in Nm). \\\\
     131Should be set to a value of 10% above rated.
     132}}}
     133|----------------
     134{{{#!td style="vertical-align:top; width: 150px"
     135[=#generator_torque_rate_max '''generator_torque_rate_max''']
     136}}}
     137{{{#!td style="vertical-align:top; width: 50px"
     138R
     139}}}
     140{{{#!td style="vertical-align:top; width: 75px"
     14115000.0
     142}}}
     143{{{#!td
     144Maximum generator torque rate (in Nm/s). \\\\
     145The maximum rate at which the generator torque can be increased to avoid overloading.
     146}}}
     147|----------------
     148{{{#!td style="vertical-align:top; width: 150px"
     149[=#hub_x '''hub_x''']
     150}}}
     151{{{#!td style="vertical-align:top; width: 50px"
     152R(100)
     153}}}
     154{{{#!td style="vertical-align:top; width: 75px"
     1559999999.9
     156}}}
     157{{{#!td
     158Longitudinal position of the rotor center (in m). This parameter needs to be specified for each turbine.\\\\
     159Example:
     160   ''' hub_x ''' = '' 1000.0, 1500.0, 2000.0, ''
     161}}}
     162|----------------
     163{{{#!td style="vertical-align:top; width: 150px"
     164[=#hub_y '''hub_y''']
     165}}}
     166{{{#!td style="vertical-align:top; width: 50px"
     167R(100)
     168}}}
     169{{{#!td style="vertical-align:top; width: 75px"
     1709999999.9
     171}}}
     172{{{#!td
     173Lateral position of the rotor center (in m). This parameter needs to be specified for each turbine.\\\\
     174Example:
     175   ''' hub_y ''' = '' 400.0, 400.0, 800.0, ''
     176}}}
     177|----------------
     178{{{#!td style="vertical-align:top; width: 150px"
     179[=#hub_z '''hub_z''']
     180}}}
     181{{{#!td style="vertical-align:top; width: 50px"
     182R(100)
     183}}}
     184{{{#!td style="vertical-align:top; width: 75px"
     1859999999.9
     186}}}
     187{{{#!td
     188Vertical position of the rotor center (in m). This parameter needs to be specified for each turbine. This represents the hub height of the turbine.\\\\
     189Example:
     190   ''' hub_z ''' = '' 90.0, 90.0, 90.0, ''
     191}}}
     192|----------------
     193{{{#!td style="vertical-align:top; width: 150px"
     194[=#n_airfoils '''n_airfoils''']
     195}}}
     196{{{#!td style="vertical-align:top; width: 50px"
     197I
     198}}}
     199{{{#!td style="vertical-align:top; width: 75px"
     2008
     201}}}
     202{{{#!td
     203Number of airfoils of the used turbine model. \\\\
     204The airfoil data should be provided in the additional input file ''run_name''_wtm.
     205}}}
     206|----------------
     207{{{#!td style="vertical-align:top; width: 150px"
     208[=#n_turbines '''n_turbines''']
    44209}}}
    45210{{{#!td style="vertical-align:top; width: 50px"
     
    55220|----------------
    56221{{{#!td style="vertical-align:top; width: 150px"
    57 [=#phi_yaw '''phi_yaw''']
     222[=#nacelle_cd '''nacelle_cd''']
     223}}}
     224{{{#!td style="vertical-align:top; width: 50px"
     225R(100)
     226}}}
     227{{{#!td style="vertical-align:top; width: 75px"
     2280.85
     229}}}
     230{{{#!td
     231Drag coefficient for each nacelle.\\\\
     232This parameter needs to be specified for each turbine.
     233}}}
     234|----------------
     235{{{#!td style="vertical-align:top; width: 150px"
     236[=#nacelle_radius '''nacelle_radius''']
     237}}}
     238{{{#!td style="vertical-align:top; width: 50px"
     239R(100)
     240}}}
     241{{{#!td style="vertical-align:top; width: 75px"
     2420.0
     243}}}
     244{{{#!td
     245Radius of the nacelle for each turbine (in m). This parameter has to be non-zero if the nacelle should be included. The parameter needs to be specified for each turbine.
     246}}}
     247|----------------
     248{{{#!td style="vertical-align:top; width: 150px"
     249[=#pitch_angle '''pitch_angle''']
     250}}}
     251{{{#!td style="vertical-align:top; width: 50px"
     252R(100)
     253}}}
     254{{{#!td style="vertical-align:top; width: 75px"
     2550.0
     256}}}
     257{{{#!td
     258Pitch angle for a constant pitch angle (in degrees). \\\\
     259The value is used when [#pitch_control pitch_control] = .F.. This parameter needs to be specified for each turbine.
     260}}}
     261|----------------
     262{{{#!td style="vertical-align:top; width: 150px"
     263[=#pitch_control '''pitch_control''']
     264}}}
     265{{{#!td style="vertical-align:top; width: 50px"
     266L
     267}}}
     268{{{#!td style="vertical-align:top; width: 75px"
     269.F.
     270}}}
     271{{{#!td
     272Parameter to switch on the pitch control. \\\\
     273The pitch control controls the pitch angle to yield constant power for wind speeds greater than rated wind speed. The parameter [#generator_power_rated generator_power_rated] is used here.
     274}}}
     275|----------------
     276{{{#!td style="vertical-align:top; width: 150px"
     277[=#pitch_rate '''pitch_rate''']
     278}}}
     279{{{#!td style="vertical-align:top; width: 50px"
     280R
     281}}}
     282{{{#!td style="vertical-align:top; width: 75px"
     2838.0
     284}}}
     285{{{#!td
     286Maximum pitch rate (in degree/s).
     287}}}
     288|----------------
     289{{{#!td style="vertical-align:top; width: 150px"
     290[=#region_15_min '''region_15_min''']
     291}}}
     292{{{#!td style="vertical-align:top; width: 50px"
     293R
     294}}}
     295{{{#!td style="vertical-align:top; width: 75px"
     29670.16224
     297}}}
     298{{{#!td
     299Lower generator speed boundary of region 1.5 (in rad/s). \\\\
     300Region 1.5 is a transition region between region 1 and 2, region 1 is before cut-in wind speed, the wind is used to accelerate the rotor, no power is produced. Region 1.5 is a start-up region and represents the lower limit of the generator speed therefore limiting the operational speed range of the wind turbine. (Jonkman et al. 2009: Technical Report NREL/TP-500-38060, doi:10.2172/947422).
     301}}}
     302|----------------
     303{{{#!td style="vertical-align:top; width: 150px"
     304[=#region_2_min '''region_2_min''']
     305}}}
     306{{{#!td style="vertical-align:top; width: 50px"
     307R
     308}}}
     309{{{#!td style="vertical-align:top; width: 75px"
     31091.21091
     311}}}
     312{{{#!td
     313Lower generator speed boundary of region 2 (in rad/s). (Jonkman et al. 2009: Technical Report NREL/TP-500-38060, doi:10.2172/947422).
     314}}}
     315|----------------
     316{{{#!td style="vertical-align:top; width: 150px"
     317[=#region_2_slope '''region_2_slope''']
     318}}}
     319{{{#!td style="vertical-align:top; width: 50px"
     320R
     321}}}
     322{{{#!td style="vertical-align:top; width: 75px"
     3232.332287
     324}}}
     325{{{#!td
     326Slope constant for region 2. \\\\
     327In region 2 a constant tip speed ratio is maintained to optimize the power capture. In this region the generator torque is proportional to the square of the filtered generator speed. (Jonkman et al. 2009: Technical Report NREL/TP-500-38060, doi:10.2172/947422).
     328}}}
     329|----------------
     330{{{#!td style="vertical-align:top; width: 150px"
     331[=#rotor_inertia '''rotor_inertia''']
     332}}}
     333{{{#!td style="vertical-align:top; width: 50px"
     334R
     335}}}
     336{{{#!td style="vertical-align:top; width: 75px"
     33734784179.0
     338}}}
     339{{{#!td
     340Inertia of the rotor (in kg m^2).
     341}}}
     342|----------------
     343{{{#!td style="vertical-align:top; width: 150px"
     344[=#rotor_radius '''rotor_radius''']
     345}}}
     346{{{#!td style="vertical-align:top; width: 50px"
     347R(100)
     348}}}
     349{{{#!td style="vertical-align:top; width: 75px"
     35063.0
     351}}}
     352{{{#!td
     353Radius of the rotor (in m). This parameter needs to be specified for each turbine. \\\\
     354Example:
     355   ''' rotor_radius ''' = '' 63.0, 63.0, 63.0, ''
     356}}}
     357|----------------
     358{{{#!td style="vertical-align:top; width: 150px"
     359[=#rotor_speed '''rotor_speed''']
     360}}}
     361{{{#!td style="vertical-align:top; width: 50px"
     362R(100)
     363}}}
     364{{{#!td style="vertical-align:top; width: 75px"
     3650.9
     366}}}
     367{{{#!td
     368Initial rotational speed for each turbine (in rad s^-1^).\\\\
     369This parameter needs to be specified for each turbine.
     370}}}
     371|----------------
     372{{{#!td style="vertical-align:top; width: 150px"
     373[=#segment_length_tangential '''segment_length_tangential''']
     374}}}
     375{{{#!td style="vertical-align:top; width: 50px"
     376R
     377}}}
     378{{{#!td style="vertical-align:top; width: 75px"
     3791.0
     380}}}
     381{{{#!td
     382Length of each rotor segment the rotor area is divided into, in tangential direction, as factor of the minimum grid spacing (MIN(dx,dy,dz)). The default value is 1.0, in that case the tangential length of each segment is one grid spacing.
     383}}}
     384|----------------
     385{{{#!td style="vertical-align:top; width: 150px"
     386[=#segment_width_radial '''segment_width_radial''']
     387}}}
     388{{{#!td style="vertical-align:top; width: 50px"
     389R
     390}}}
     391{{{#!td style="vertical-align:top; width: 75px"
     3920.5
     393}}}
     394{{{#!td
     395Length of each rotor segment the rotor area is divided into, in radial direction, as factor of the minimum grid spacing (MIN(dx,dy,dz)). The default value is 0.5, in that case the segments would have the width of half a grid spacing.
     396}}}
     397|----------------
     398{{{#!td style="vertical-align:top; width: 150px"
     399[=#speed_control '''speed_control''']
     400}}}
     401{{{#!td style="vertical-align:top; width: 50px"
     402L
     403}}}
     404{{{#!td style="vertical-align:top; width: 75px"
     405.F.
     406}}}
     407{{{#!td
     408Parameter to switch on the speed control. \\\\
     409The speed control controls the rotational speed of the turbine for wind speeds less than rated wind speed.
     410}}}
     411|----------------
     412{{{#!td style="vertical-align:top; width: 150px"
     413[=#tilt_angle '''tilt_angle''']
     414}}}
     415{{{#!td style="vertical-align:top; width: 50px"
     416R
     417}}}
     418{{{#!td style="vertical-align:top; width: 75px"
     4190.0
     420}}}
     421{{{#!td
     422Tilt angle of the rotor plane (in degrees). \\\\
     423A positive angle means the bottom of the rotor plane is tilted away from the tower in order to avoid the blades hitting the tower. This parameter is specified once for all included turbines.
     424}}}
     425|----------------
     426{{{#!td style="vertical-align:top; width: 150px"
     427[=#time_turbine_on '''time_turbine_on''']
     428}}}
     429{{{#!td style="vertical-align:top; width: 50px"
     430R
     431}}}
     432{{{#!td style="vertical-align:top; width: 75px"
     4330.0
     434}}}
     435{{{#!td
     436Simulation time at which the turbines are switched on.
     437}}}
     438|----------------
     439{{{#!td style="vertical-align:top; width: 150px"
     440[=#tip_loss_correction '''tip_loss_correction''']
     441}}}
     442{{{#!td style="vertical-align:top; width: 50px"
     443L
     444}}}
     445{{{#!td style="vertical-align:top; width: 75px"
     446.F.
     447}}}
     448{{{#!td
     449Parameter to switch on the tip loss correction.
     450}}}
     451|----------------
     452{{{#!td style="vertical-align:top; width: 150px"
     453[=#tower_cd '''tower_cd''']
     454}}}
     455{{{#!td style="vertical-align:top; width: 50px"
     456R(100)
     457}}}
     458{{{#!td style="vertical-align:top; width: 75px"
     4591.2
     460}}}
     461{{{#!td
     462Drag coefficient for each tower.\\\\
     463This parameter needs to be specified for each turbine.
     464}}}
     465|----------------
     466{{{#!td style="vertical-align:top; width: 150px"
     467[=#tower_diameter '''tower_diameter''']
     468}}}
     469{{{#!td style="vertical-align:top; width: 50px"
     470R(100)
     471}}}
     472{{{#!td style="vertical-align:top; width: 75px"
     4730.0
     474}}}
     475{{{#!td
     476Diameter of the tower of the wind turbine used below the rotor. This parameter has to be non-zero if a tower should be included. The parameter needs to be specified for every turbine separately.
     477}}}
     478|----------------
     479{{{#!td style="vertical-align:top; width: 150px"
     480[=#yaw_angle '''yaw_angle''']
    58481}}}
    59482{{{#!td style="vertical-align:top; width: 50px"
     
    69492|----------------
    70493{{{#!td style="vertical-align:top; width: 150px"
    71 [=#rcx '''rcx''']
    72 }}}
    73 {{{#!td style="vertical-align:top; width: 50px"
    74 R(100)
    75 }}}
    76 {{{#!td style="vertical-align:top; width: 75px"
    77 9999999.9
    78 }}}
    79 {{{#!td
    80 Longitudinal position of the rotor center (in m). This parameter needs to be specified for each turbine.\\\\
    81 Example:
    82    ''' rcx ''' = '' 1000.0, 1500.0, 2000.0, ''
    83 }}}
    84 |----------------
    85 {{{#!td style="vertical-align:top; width: 150px"
    86 [=#rcy '''rcy''']
    87 }}}
    88 {{{#!td style="vertical-align:top; width: 50px"
    89 R(100)
    90 }}}
    91 {{{#!td style="vertical-align:top; width: 75px"
    92 9999999.9
    93 }}}
    94 {{{#!td
    95 Lateral position of the rotor center (in m). This parameter needs to be specified for each turbine.\\\\
    96 Example:
    97    ''' rcy ''' = '' 400.0, 400.0, 800.0, ''
    98 }}}
    99 |----------------
    100 {{{#!td style="vertical-align:top; width: 150px"
    101 [=#rcz '''rcz''']
    102 }}}
    103 {{{#!td style="vertical-align:top; width: 50px"
    104 R(100)
    105 }}}
    106 {{{#!td style="vertical-align:top; width: 75px"
    107 9999999.9
    108 }}}
    109 {{{#!td
    110 Vertical position of the rotor center (in m). This parameter needs to be specified for each turbine. This represents the hub height of the turbine.\\\\
    111 Example:
    112    ''' rcz ''' = '' 90.0, 90.0, 90.0, ''
    113 }}}
    114 |----------------
    115 {{{#!td style="vertical-align:top; width: 150px"
    116 [=#rnac '''rnac''']
    117 }}}
    118 {{{#!td style="vertical-align:top; width: 50px"
    119 R(100)
    120 }}}
    121 {{{#!td style="vertical-align:top; width: 75px"
    122 0.0
    123 }}}
    124 {{{#!td
    125 Radius of the nacelle for each turbine (in m). This parameter has to be non-zero if the nacelle should be included. The parameter needs to be specified for each turbine.
    126 }}}
    127 |----------------
    128 {{{#!td style="vertical-align:top; width: 150px"
    129 [=#rr '''rr''']
    130 }}}
    131 {{{#!td style="vertical-align:top; width: 50px"
    132 R(100)
    133 }}}
    134 {{{#!td style="vertical-align:top; width: 75px"
    135 63.0
    136 }}}
    137 {{{#!td
    138 Radius of the rotor (in m). This parameter needs to be specified for each turbine. \\\\
    139 Example:
    140    ''' rr ''' = '' 63.0, 63.0, 63.0, ''
    141 }}}
    142 |----------------
    143 {{{#!td style="vertical-align:top; width: 150px"
    144 [=#tilt '''tilt''']
    145 }}}
    146 {{{#!td style="vertical-align:top; width: 50px"
    147 R
    148 }}}
    149 {{{#!td style="vertical-align:top; width: 75px"
    150 0.0
    151 }}}
    152 {{{#!td
    153 Rotor tilt of the rotor plane (in degrees). \\\\
    154 A positive angle means the bottom of the rotor plane is tilted away from the tower in order to avoid the blades hitting the tower. This parameter is specified once for all included turbines.
    155 }}}
    156 |----------------
    157 {{{#!td style="vertical-align:top; width: 150px"
    158 [=#time_turbine_on '''time_turbine_on''']
    159 }}}
    160 {{{#!td style="vertical-align:top; width: 50px"
    161 R
    162 }}}
    163 {{{#!td style="vertical-align:top; width: 75px"
    164 0.0
    165 }}}
    166 {{{#!td
    167 Simulation time at which the turbines are switched on.
    168 }}}
    169 |----------------
    170 {{{#!td style="vertical-align:top; width: 150px"
    171 [=#turb_cd_nacelle '''turb_cd_nacelle''']
    172 }}}
    173 {{{#!td style="vertical-align:top; width: 50px"
    174 R(100)
    175 }}}
    176 {{{#!td style="vertical-align:top; width: 75px"
    177 0.85
    178 }}}
    179 {{{#!td
    180 Drag coefficient for each nacelle.\\\\
    181 This parameter needs to be specified for each turbine.
    182 }}}
    183 |----------------
    184 {{{#!td style="vertical-align:top; width: 150px"
    185 [=#turb_cd_tower '''turb_cd_tower''']
    186 }}}
    187 {{{#!td style="vertical-align:top; width: 50px"
    188 R(100)
    189 }}}
    190 {{{#!td style="vertical-align:top; width: 75px"
    191 1.2
    192 }}}
    193 {{{#!td
    194 Drag coefficient for each tower.\\\\
    195 This parameter needs to be specified for each turbine.
    196 }}}
    197 |----------------
    198 \\\\
    199 [=#ADMR '''ADM-R:]\\
    200 ||='''Parameter Name'''  =||='''[../fortrantypes FORTRAN Type]'''  =||='''Default Value'''  =||='''Explanation'''  =||
    201 |----------------
    202 {{{#!td style="vertical-align:top; width: 150px"
    203 [=#air_dens '''air_dens''']
    204 }}}
    205 {{{#!td style="vertical-align:top; width: 50px"
    206 R
    207 }}}
    208 {{{#!td style="vertical-align:top; width: 75px"
    209 1.225
    210 }}}
    211 {{{#!td
    212 The air density (in kg/m^3^) is necessary to convert the aerodynamic torque of the rotor into a power (in W).
    213 }}}
    214 |----------------
    215 {{{#!td style="vertical-align:top; width: 150px"
    216 [=#gear_eff '''gear_eff''']
    217 }}}
    218 {{{#!td style="vertical-align:top; width: 50px"
    219 R
    220 }}}
    221 {{{#!td style="vertical-align:top; width: 75px"
    222 1.0
    223 }}}
    224 {{{#!td
    225 Efficiency of the gear: Loss between rotor and generator.
    226 }}}
    227 |----------------
    228 {{{#!td style="vertical-align:top; width: 150px"
    229 [=#gear_ratio '''gear_ratio''']
    230 }}}
    231 {{{#!td style="vertical-align:top; width: 50px"
    232 R
    233 }}}
    234 {{{#!td style="vertical-align:top; width: 75px"
    235 97.0
    236 }}}
    237 {{{#!td
    238 Gear ratio from rotor to generator.
    239 }}}
    240 |----------------
    241 {{{#!td style="vertical-align:top; width: 150px"
    242 [=#gen_eff '''gen_eff''']
    243 }}}
    244 {{{#!td style="vertical-align:top; width: 50px"
    245 R
    246 }}}
    247 {{{#!td style="vertical-align:top; width: 75px"
    248 0.944
    249 }}}
    250 {{{#!td
    251 Electric efficiency of the generator.
    252 }}}
    253 |----------------
    254 {{{#!td style="vertical-align:top; width: 150px"
    255 [=#inertia_gen '''inertia_gen''']
    256 }}}
    257 {{{#!td style="vertical-align:top; width: 50px"
    258 R
    259 }}}
    260 {{{#!td style="vertical-align:top; width: 75px"
    261 534.116
    262 }}}
    263 {{{#!td
    264 Inertia of the generator (in kg m^2^).
    265 }}}
    266 |----------------
    267 {{{#!td style="vertical-align:top; width: 150px"
    268 [=#inertia_rot '''inertia_rot''']
    269 }}}
    270 {{{#!td style="vertical-align:top; width: 50px"
    271 R
    272 }}}
    273 {{{#!td style="vertical-align:top; width: 75px"
    274 34784179.0
    275 }}}
    276 {{{#!td
    277 Inertia of the rotor (in kg m^2).
    278 }}}
    279 |----------------
    280 {{{#!td style="vertical-align:top; width: 150px"
    281 [=#max_miss '''max_miss''']
     494[=#yaw_control '''yaw_control''']
     495}}}
     496{{{#!td style="vertical-align:top; width: 50px"
     497L
     498}}}
     499{{{#!td style="vertical-align:top; width: 75px"
     500.F.
     501}}}
     502{{{#!td
     503Parameter to switch on the yaw controller.
     504}}}
     505|----------------
     506{{{#!td style="vertical-align:top; width: 150px"
     507[=#yaw_misalignment_max '''yaw_misalignment_max''']
    282508}}}
    283509{{{#!td style="vertical-align:top; width: 50px"
     
    292518|----------------
    293519{{{#!td style="vertical-align:top; width: 150px"
    294 [=#max_torque_gen '''max_torque_gen''']
    295 }}}
    296 {{{#!td style="vertical-align:top; width: 50px"
    297 R
    298 }}}
    299 {{{#!td style="vertical-align:top; width: 75px"
    300 47402.91
    301 }}}
    302 {{{#!td
    303 Maximum Torque of the generator (in Nm). \\\\
    304 Should be set to a value of 10% above rated.
    305 }}}
    306 |----------------
    307 {{{#!td style="vertical-align:top; width: 150px"
    308 [=#max_trq_rate '''max_trq_rate''']
    309 }}}
    310 {{{#!td style="vertical-align:top; width: 50px"
    311 R
    312 }}}
    313 {{{#!td style="vertical-align:top; width: 75px"
    314 15000.0
    315 }}}
    316 {{{#!td
    317 Maximum generator torque rate (in Nm/s). \\\\
    318 The maximum rate at which the generator torque can be increased to avoid overloading.
    319 }}}
    320 |----------------
    321 {{{#!td style="vertical-align:top; width: 150px"
    322 [=#min_miss '''min_miss''']
     520[=#yaw_misalignment_min '''yaw_misalignment_min''']
    323521}}}
    324522{{{#!td style="vertical-align:top; width: 50px"
     
    333531|----------------
    334532{{{#!td style="vertical-align:top; width: 150px"
    335 [=#min_reg15 '''min_reg15''']
    336 }}}
    337 {{{#!td style="vertical-align:top; width: 50px"
    338 R
    339 }}}
    340 {{{#!td style="vertical-align:top; width: 75px"
    341 70.16224
    342 }}}
    343 {{{#!td
    344 Lower generator speed boundary of region 1.5 (in rad/s). \\\\
    345 Region 1.5 is a transition region between region 1 and 2, region 1 is before cut-in wind speed, the wind is used to accelerate the rotor, no power is produced. Region 1.5 is a start-up region and represents the lower limit of the generator speed therefore limiting the operational speed range of the wind turbine. (Jonkman et al. 2009: Technical Report NREL/TP-500-38060, doi:10.2172/947422).
    346 }}}
    347 |----------------
    348 {{{#!td style="vertical-align:top; width: 150px"
    349 [=#min_reg2 '''min_reg2''']
    350 }}}
    351 {{{#!td style="vertical-align:top; width: 50px"
    352 R
    353 }}}
    354 {{{#!td style="vertical-align:top; width: 75px"
    355 91.21091
    356 }}}
    357 {{{#!td
    358 Lower generator speed boundary of region 2 (in rad/s). (Jonkman et al. 2009: Technical Report NREL/TP-500-38060, doi:10.2172/947422).
    359 }}}
    360 |----------------
    361 {{{#!td style="vertical-align:top; width: 150px"
    362 [=#nairfoils '''nairfoils''']
    363 }}}
    364 {{{#!td style="vertical-align:top; width: 50px"
    365 I
    366 }}}
    367 {{{#!td style="vertical-align:top; width: 75px"
    368 8
    369 }}}
    370 {{{#!td
    371 Number of airfoils of the used turbine model. \\\\
    372 The airfoil data should be provided in the additional input file ''run_name''_wtm.
    373 }}}
    374 |----------------
    375 {{{#!td style="vertical-align:top; width: 150px"
    376 [=#omega_rot '''omega_rot''']
    377 }}}
    378 {{{#!td style="vertical-align:top; width: 50px"
    379 R(100)
    380 }}}
    381 {{{#!td style="vertical-align:top; width: 75px"
    382 0.9
    383 }}}
    384 {{{#!td
    385 Initial rotational speed for each turbine (in rad s^-1^).\\\\
    386 This parameter needs to be specified for each turbine.
    387 }}}
    388 |----------------
    389 {{{#!td style="vertical-align:top; width: 150px"
    390 [=#pitch_add '''pitch_add''']
    391 }}}
    392 {{{#!td style="vertical-align:top; width: 50px"
    393 R(100)
    394 }}}
    395 {{{#!td style="vertical-align:top; width: 75px"
    396 0.0
    397 }}}
    398 {{{#!td
    399 Pitch angle for a constant pitch angle (in degrees). \\\\
    400 The value is used when [#pitch_control pitch_control] = .F.. This parameter needs to be specified for each turbine.
    401 }}}
    402 |----------------
    403 {{{#!td style="vertical-align:top; width: 150px"
    404 [=#pitch_control '''pitch_control''']
    405 }}}
    406 {{{#!td style="vertical-align:top; width: 50px"
    407 L
    408 }}}
    409 {{{#!td style="vertical-align:top; width: 75px"
    410 .F.
    411 }}}
    412 {{{#!td
    413 Parameter to switch on the pitch control. \\\\
    414 The pitch control controls the pitch angle to yield constant power for wind speeds greater than rated wind speed. The parameter [#rated_power rated_power] is used here.
    415 }}}
    416 |----------------
    417 {{{#!td style="vertical-align:top; width: 150px"
    418 [=#pitch_rate '''pitch_rate''']
    419 }}}
    420 {{{#!td style="vertical-align:top; width: 50px"
    421 R
    422 }}}
    423 {{{#!td style="vertical-align:top; width: 75px"
    424 8.0
    425 }}}
    426 {{{#!td
    427 Maximum pitch rate (in degree/s).
    428 }}}
    429 |----------------
    430 {{{#!td style="vertical-align:top; width: 150px"
    431 [=#rated_genspeed '''rated_genspeed''']
    432 }}}
    433 {{{#!td style="vertical-align:top; width: 50px"
    434 R
    435 }}}
    436 {{{#!td style="vertical-align:top; width: 75px"
    437 121.6805
    438 }}}
    439 {{{#!td
    440 Rated generator speed (in rad/s).
    441 }}}
    442 |----------------
    443 {{{#!td style="vertical-align:top; width: 150px"
    444 [=#rated_power '''rated_power''']
    445 }}}
    446 {{{#!td style="vertical-align:top; width: 50px"
    447 R
    448 }}}
    449 {{{#!td style="vertical-align:top; width: 75px"
    450 5296610.0
    451 }}}
    452 {{{#!td
    453 Rated mechanical power of the wind turbine (in W). \\\\
    454 This parameter is specified once for all turbines, it is required for the pitch control.
    455 }}}
    456 |----------------
    457 {{{#!td style="vertical-align:top; width: 150px"
    458 [=#segment_length '''segment_length''']
    459 }}}
    460 {{{#!td style="vertical-align:top; width: 50px"
    461 R
    462 }}}
    463 {{{#!td style="vertical-align:top; width: 75px"
    464 1.0
    465 }}}
    466 {{{#!td
    467 Length of each rotor segment the rotor area is divided into, in tangential direction, as factor of the minimum grid spacing (MIN(dx,dy,dz)). The default value is 1.0, in that case the tangential length of each segment is one grid spacing.
    468 }}}
    469 |----------------
    470 {{{#!td style="vertical-align:top; width: 150px"
    471 [=#segment_width '''segment_width''']
    472 }}}
    473 {{{#!td style="vertical-align:top; width: 50px"
    474 R
    475 }}}
    476 {{{#!td style="vertical-align:top; width: 75px"
    477 0.5
    478 }}}
    479 {{{#!td
    480 Length of each rotor segment the rotor area is divided into, in radial direction, as factor of the minimum grid spacing (MIN(dx,dy,dz)). The default value is 0.5, in that case the segments would have the width of half a grid spacing.
    481 }}}
    482 |----------------
    483 {{{#!td style="vertical-align:top; width: 150px"
    484 [=#slope2 '''slope2''']
    485 }}}
    486 {{{#!td style="vertical-align:top; width: 50px"
    487 R
    488 }}}
    489 {{{#!td style="vertical-align:top; width: 75px"
    490 2.332287
    491 }}}
    492 {{{#!td
    493 Slope constant for region 2. \\\\
    494 In region 2 a constant tip speed ratio is maintained to optimize the power capture. In this region the generator torque is proportional to the square of the filtered generator speed. (Jonkman et al. 2009: Technical Report NREL/TP-500-38060, doi:10.2172/947422).
    495 }}}
    496 |----------------
    497 {{{#!td style="vertical-align:top; width: 150px"
    498 [=#speed_control '''speed_control''']
    499 }}}
    500 {{{#!td style="vertical-align:top; width: 50px"
    501 L
    502 }}}
    503 {{{#!td style="vertical-align:top; width: 75px"
    504 .F.
    505 }}}
    506 {{{#!td
    507 Parameter to switch on the speed control. \\\\
    508 The speed control controls the rotational speed of the turbine for wind speeds less than rated wind speed.
    509 }}}
    510 |----------------
    511 {{{#!td style="vertical-align:top; width: 150px"
    512 [=#tl_cor '''tl_cor''']
    513 }}}
    514 {{{#!td style="vertical-align:top; width: 50px"
    515 L
    516 }}}
    517 {{{#!td style="vertical-align:top; width: 75px"
    518 .F.
    519 }}}
    520 {{{#!td
    521 Parameter to switch on the tip loss correction.
    522 }}}
    523 |----------------
    524 {{{#!td style="vertical-align:top; width: 150px"
    525 [=#yaw_control '''yaw_control''']
    526 }}}
    527 {{{#!td style="vertical-align:top; width: 50px"
    528 L
    529 }}}
    530 {{{#!td style="vertical-align:top; width: 75px"
    531 .F.
    532 }}}
    533 {{{#!td
    534 Parameter to switch on the yaw controller.
    535 }}}
    536 |----------------
    537 {{{#!td style="vertical-align:top; width: 150px"
    538533[=#yaw_speed '''yaw_speed''']
    539534}}}
     
    548543}}}
    549544|----------------
     545