Changes between Version 6 and Version 7 of doc/tec/wtm
- Timestamp:
- May 24, 2019 10:43:45 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/wtm
v6 v7 30 30 represents the solidity ratio of the rotor blades (with the number of rotor blades ''N'',,b,,, the chord ''c'' and the distance of the segment from the centre of the rotor disk ''r'',,seg,,). The blade properties have to be specified by the user. By default, the WTM includes publicly available data for the NREL 5 MW reference turbine ([#jonkman Jonkman et al., 2009]). 31 31 32 In a second step, the lift and drag forces are projected onto the axial and tangential planes, multiplied by a factor of -1 (Newton's third law): 33 {{{ 34 #!Latex 35 \begin{equation*} 36 f_{\theta} = -f_l \sin{\phi} - f_d \cos{\phi} 37 \end{equation*} 38 \begin{equation*} 39 f_{N} = -f_l \cos{\phi} - f_d \sin{\phi} 40 \end{equation*} 41 }}} 42 with 43 {{{ 44 #!Latex 45 \begin{equation*} 46 \phi = \arctan{\frac{U_N}{\Omega r - U_{\theta}}} 47 \end{equation*} 48 }}} 49 where ''U'',,N,, is the velocity in axial direction and ''U'',,θ,, the velocity in tangential direction (along the circular movement of the rotor blade element, as shown in Figure 2). Ω denotes the rotational speed of the rotor. 50 51 Finally, the forces are smeared and interpolated to the PALM grid points. To optimise the performance of the time-consuming 3d smearing process. the smearing is done with a Polynomial function instead of the standard Gaussian smearing and confined to the region around the rotor (). 52 53 54 32 55 to be continued... 33 56