Hi everyone,
I’m using Turbsim (v2, included in the release 3.4.1 of OpenFAST) to create a turbulent wind field starting from a time series of wind velocity (three components) that is recorded in correspondence of the turbine hub.
The turbulence intensity of the X component of the wind velocity, which is computed in MATLAB before creating the .timesr file, is 8.5%. After creating the wind field and running an OpenFAST simulation with it, the turbulence intensity of the wind speed at the turbine hub (which I get from the Wind1VelX variable of InflowWind) is 7.8%.
Trying to understand the issue, I went through the summary file generated by TurbSim where I’ve seen:
Hub-Height Simulated Turbulence Statistical Summary:
Type of Wind Min (m/s) Mean (m/s) Max (m/s) Sigma (m/s) TI (%)
…
U component 3.18 4.60 5.96 0.393 8.537
That is correct. However, at the end of the summary file:
U-component (X) statistics from the interpolated hub point:
TI = 7.7558 %
In the TurbSim user guide, when dealing with the ScaleIEC option, it is explained that: “For numerical reasons, the turbulence intensity (TI) of the IEC spectral models—without this scaling—usually is slightly less than the specified value. Increasing the time series length and/or decreasing the size of the time step results in values closer to the specified TI.”
Does this also apply when creating the wind field from external storm series?