-
Hi, I am an energy engineering student doing my bachelor thesis,. I am quite new to python, and was wondering if anybody could guide me in the right direction. or even tell me if this is possible. My thesis is about analysing the energy loss due to wake effects on a wind farm in a specific area off the coast of Norway, the area is called Vestavind F. the mission is to compare 3 different turbine types. 5MW,10MW and 15MW. but the last one is most important. I want a layout of 10*5 turbine layout. and i want to use NORA3 winddata i have obtained to analyse the AEP with wake loss, and what it would be with an optimized wind park layout. Is this possible? i have managed to make my own windrose in the floris toolbox using the NORA3 data. But really dont know where to go from there. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hi @r1nov8, thank you for your question, this is all very possible! The best place to start would be with the examples folder and scripts. I think going through those you will find all the elements you need to complete this work. For a few starting suggestions, have a look at examples 07/08, this computes AEP for a farm with and without wake losses. In terms of optimized layout, look at example 15. Good luck! |
Beta Was this translation helpful? Give feedback.
hi @r1nov8, thank you for your question, this is all very possible! The best place to start would be with the examples folder and scripts. I think going through those you will find all the elements you need to complete this work. For a few starting suggestions, have a look at examples 07/08, this computes AEP for a farm with and without wake losses. In terms of optimized layout, look at example 15. Good luck!