Floris Blockage models #615
-
Hey guys, I have a specific question for you Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 9 replies
-
I am also having trouble finding how to model blockage with floris... |
Beta Was this translation helpful? Give feedback.
-
@ebranlard see @kilojoules's question below (copied from #616 (comment)). Are the blockage models you've described in the paper publicly available?
|
Beta Was this translation helpful? Give feedback.
-
Hi, The repository used for the FLORIS model with blockage effect presented in the paper (https://www.nrel.gov/docs/fy20osti/76855.pdf), contains the source code and some usage examples: Unfortunatley, this repository was not updated for a while and it is therefore using an older version of FLORIS. I hope that helps, Emmanuel |
Beta Was this translation helpful? Give feedback.
-
Hi @kilojoules, I hope you are doing well. I am simulating Wake and Blockage Coupling, as the Blockage effects are too small I am not able to visualize them clearly, can you please help me to do the reescaling of the velocity plot from [1m/s - 10m/s] to [0.5m/s - 1m/s], so induction zone will be clear enough on the figure. Here is the script import numpy as np dtu10mw ='Mywindturbine' x,y = ([565761.6, t = time.time()
sim_res = wfm(x, y) Thank you by advance ! |
Beta Was this translation helpful? Give feedback.
-
Hi @Ooussamaa, Have you tried finding your answer on PyWake’s GitLab page? |
Beta Was this translation helpful? Give feedback.
Hi Oussama,
Please direct PyWake questions to our issue page here: https://gitlab.windenergy.dtu.dk/TOPFARM/PyWake/-/issues
Best,
Julian Quick