Calibrate field data and calculate 10-minute mean and turbulence intensity. Question 0 Engineering 5 months 0 Answers Reply 13 views
What is the mean wind speed b a r ( V ) in m s ? Incorrect Question 2 / 3 0 / 1 point What is the standard deviation σ v in m s ? Incorrect Question 3 / 3 0 / 1 point What is the turbulence intensity t i [ % ] ? Incorrect this question was coursera wind energy 2 0 2 3 August week 3 assignment 2 please search it Question in progress 0 Engineering 5 months 1 Answer Reply 18 views
Wind measurements exercise Calibrating and using a cup anemometer Introduction You have seen cup anemometers in the lectures. These are the most common instruments for measuring wind speed in wind energy. Cup anemometers rotate at a speed that is very linearly proportional to the wind speed. However, the physics are so complex that it is necessary to calibrate the instrument in a wind tunnel in order to find the transfer function between rotational speed and wind speed. In this exercise, you will calculate the transfer function of the cup anemometer and then use this to determine some calibrated wind speeds from raw cup anemometer signals. Learning objectives: On completion of this exercise, you will be able to: Explain how a cup anemometer measures wind speed Calculate a cup anemometer calibration from wind tunnel measurements Use a cup anemometer calibration to calculate calibrated wind speeds from field data. Cup anemometer calibration The first step is to determine the transfer function between cup rotational speed and wind speed. To do this, we put the cup anemometer in a wind tunnel as shown below. The reference wind speed can be controlled and is set to a number of different values in succession. For each different wind speed, the rotational frequency of the cup anemometer is determined from its electrical signal and the differential pressure measured by the pitot tube is simultaneously logged. Such a set of recordings is available to you in file Calibration _ data.txt . Now perform these steps: Load this data into a spreadsheet, a Python data – frame or something similar From the differential pressure d P , calculate the reference wind speed V for each row of the dataset, using the equation V = 2 * d P ρ where ρ is the air density. For the test period, the air temperature t was 2 7 . 2 ° C and the barometric pressure B was 1 0 0 7 . 0 hPa. Use the equation ρ = 1 . 2 2 5 2 8 8 . 1 5 t + 2 7 3 . 1 5 B 1 0 1 3 . 3 [ k g m 3 ] to obtain the value of ρ for the actual conditions under the calibration. [ Hint: For a differential pressure of line of the file ) the wind speed will be 5 . 9 4 m s . ] Plot the time series of reference wind speeds ( the data are recorded at 1 sca n s e c ) . You will see a ‘staircase’ of wind speeds increasing up to about 2 0 m s and then returning in 3 steps back to zero: Plot the time series of the cup frequencies: Notice that this looks very similar to the wind speed plot, just with different values and units on the y axis. This indicates that the speed and frequency are quite highly correlated. Make a scatter ( X – Y ) plot of the wind speed ( y – axis ) and frequency ( x – axis ) : The very high linear correlation is confirmed although there are a couple of ‘outliers’, probably when the tunnel wind speed is changing very rapidly. Insert a linear regression in the scatter plot. Now you are able to express the wind speed as a function of the cup rotational frequency: V c u p = A f c u p + B What are your values for A and B ? A non – zero ( positive ) value for the offset B is expected. It represents the wind speed necessary to start the cup anemometer. You can test your results by going back to the input file and now calculating a new column of wind speeds based on the your calibration values A and B and the cup frequencies. These new wind speeds should be very close to the speeds you calculated from the pitot tube Congratulations. Now you have ( almost ) made a cup calibration! In real life, we do things a little differently but the basic principle is exactly the same. In particular we would do the following things for a professional calibration: have specific calibrations for the pitot tube correct for the area that the cup fills in the tunnel cross – section ( blockage ) Perform the linear regression using mean values from the staircase plots where conditions are constant ( avoiding the outliers when the speed changes ) . You can try this if you like. Calculate the uncertainty of the calibration. Calibrate field data and calculate 1 0 – minute mean and turbulence intensity. Load the file winddata.txt into a spreadsheet or workbook. The first column is a time stamp ( spaced by 1 s ) and the second column is the measured cup rotational frequency. Apply the calibration values obtained from the previous section to obtain a third column of wind s Question in progress 0 Engineering 5 months 1 Answer Reply 13 views
Wind measurements exercise Calibrating and using a cup anemometer Introduction You have seen cup anemometers in the lectures. These are the most common instruments for measuring wind speed in wind energy. Cup anemometers rotate at a speed that is very linearly proportional to the wind speed. However, the physics are so complex that it is necessary to calibrate the instrument in a wind tunnel in order to find the transfer function between rotational speed and wind speed. In this exercise, you will calculate the transfer function of the cup anemometer and then use this to determine some calibrated wind speeds from raw cup anemometer signals. Learning objectives: On completion of this exercise, you will be able to: Explain how a cup anemometer measures wind speed Calculate a cup anemometer calibration from wind tunnel measurements Use a cup anemometer calibration to calculate calibrated wind speeds from field data. Cup anemometer calibration The first step is to determine the transfer function between cup rotational speed and wind speed. To do this, we put the cup anemometer in a wind tunnel as shown below. The reference wind speed can be controlled and is set to a number of different values in succession. For each different wind speed, the rotational frequency of the cup anemometer is determined from its electrical signal and the differential pressure measured by the pitot tube is simultaneously logged. Such a set of recordings is available to you in file Calibration _ data.txt . Now perform these steps: Load this data into a spreadsheet, a Python data – frame or something similar From the differential pressure d P , calculate the reference wind speed V for each row of the dataset, using the equation V = 2 * d P ρ where ρ is the air density. For the test period, the air temperature t was 2 7 . 2 ° C and the barometric pressure B was 1 0 0 7 . 0 hPa. Use the equation ρ = 1 . 2 2 5 2 8 8 . 1 5 t + 2 7 3 . 1 5 B 1 0 1 3 . 3 [ k g m 3 ] to obtain the value of ρ for the actual conditions under the calibration. [ Hint: For a differential pressure of line of the file ) the wind speed will be 5 . 9 4 m s . ] Plot the time series of reference wind speeds ( the data are recorded at 1 sca n s e c ) . You will see a ‘staircase’ of wind speeds increasing up to about 2 0 m s and then returning in 3 steps back to zero: Plot the time series of the cup frequencies: Notice that this looks very similar to the wind speed plot, just with different values and units on the y axis. This indicates that the speed and frequency are quite highly correlated. Make a scatter ( X – Y ) plot of the wind speed ( y – axis ) and frequency ( x – axis ) : The very high linear correlation is confirmed although there are a couple of ‘outliers’, probably when the tunnel wind speed is changing very rapidly. Insert a linear regression in the scatter plot. Now you are able to express the wind speed as a function of the cup rotational frequency: V c u p = A f c u p + B What are your values for A and B ? A non – zero ( positive ) value for the offset B is expected. It represents the wind speed necessary to start the cup anemometer. You can test your results by going back to the input file and now calculating a new column of wind speeds based on the your calibration values A and B and the cup frequencies. These new wind speeds should be very close to the speeds you calculated from the pitot tube Congratulations. Now you have ( almost ) made a cup calibration! In real life, we do things a little differently but the basic principle is exactly the same. In particular we would do the following things for a professional calibration: have specific calibrations for the pitot tube correct for the area that the cup fills in the tunnel cross – section ( blockage ) Perform the linear regression using mean values from the staircase plots where conditions are constant ( avoiding the outliers when the speed changes ) . You can try this if you like. Calculate the uncertainty of the calibration. Calibrate field data and calculate 1 0 – minute mean and turbulence intensity. Load the file winddata.txt into a spreadsheet or workbook. The first column is a time stamp ( spaced by 1 s ) and the second column is the measured cup rotational frequency. Apply the calibration values obtained from the previous section to obtain a third column of wind s Question in progress 0 Engineering 5 months 1 Answer Reply 14 views