Replies: 4 comments 2 replies
-
Hi @Rodrig03 yes you are right, switching to scipy-optimizer is faster but its not working properly, its checking boundary-geometry bounding box, not each boundary lines, here the boundary is basically polygone. cheers, cherif |
Beta Was this translation helpful? Give feedback.
-
@Rodrig03 Thank you for bringing this to our attention. I will look into this shortly and get back with more info. |
Beta Was this translation helpful? Give feedback.
-
Hello cherifM, Thank you a lot for looking into this, The PyOptSparse solution fits the optimized turbine positions into the irregular boundaries. However it seems that you have to have a very good initial layout to use this solution since the turbines are slightly readjusted and not completely repositioned. Will the option of performing layout optimizations utilizing Scipy be available in a future release? Also, where can I find the code you updated (stock_examples/18_optimize_layout.py)? |
Beta Was this translation helpful? Give feedback.
-
Hello,
Im running layout optimization tests using LayoutOptimizationScipy from floris.tools.optimization.layout_optimization.layout_optimization_scipy
I am experiencing issues setting irregular wind farm boundaries. It appears that a the most outer "x" and "y" coordinates are taken to create a new rectangle boundary, which is then used for the optimization.
For example, when setting the following boundaries = [(0, 0), (0, 1600), (1000, 1600), (1600, 1200), (1600, 0), (0, 0)] I get the results shown in the image.
Is there any way to set irregular boundaries based on "x", "y" coordinates for layout optimization?
Beta Was this translation helpful? Give feedback.
All reactions