Replies: 2 comments 4 replies
-
Hi @Jlewis17 thanks for the question. I'll need more information to understand what you've tried and why you're running into an error. Which version of FLORIS are you using? Also, please include your script and the relevant portions of the input file. You can format it easily with fenced code blocks to improve readability. |
Beta Was this translation helpful? Give feedback.
-
Hi @rafmudaf I am currently using V4 of Floris. I have created lots of different input turbine files, based on real life turbines, and I am trying to create a custom input .yaml file for each turbine; in order to extract data regarding the full wake expansion for each turbine. Reading #738 my understading would be to use the flow_field_grid solver to achieve this goal but I am unsure how properly use this function. Currently my custom input .yaml file looks like this:
|
Beta Was this translation helpful? Give feedback.
-
I am trying to use the flow_field_grid solver to be able to extract the entire flow feild behind a singke turbine. So far all I can find is the discussion in #738 but following that I get error:
"xmin = min(x[0,0]) - 2 * self.turbine_diameters
TypeError: 'numpy.float64' object is not iterable"
Any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions