-
Hello, I see that it is possible to use multiple turbine types now, which is fantastic, but I'm wondering whether it is possible to also modify the wake parameters on a per turbine basis? I use FLORIS as a bit of a black box, as I use it to design tidal turbine arrays at higher speeds than conventional optimisations in this research area. I usually do a calibration exercise for different turbine types and modify e.g. ka, kb, alpha, beta for the Gauss legacy wake model. It would be ideal if I could define multiple turbine types but also the corresponding parameters for each wake. Since for the farm we cycle through each turbine and use its values for diameter, hub height etc., it seems like it should also be feasible to update key wake parameters for the deficit calculation if we keep the same wake model but associate the parameters with each turbine. I should note that I am using v2.4 for a few reasons, but I can work backwards if there are any examples where this is done! I guess a custom fix for my purposes would be to change the parameters of interest (ka, kb, alpha and beta) to be turbine properties instead? Sorry in advance if I have missed something in the example or in Discussions and this is already possible! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @cpjordan No, FLORIS has not yet supported setting wake parameters per turbine. However, the idea has come up a few times in the past. If you were to modify FLORIS to support this, there are two different paths for v2 and v3. In v2, just like you said, it should be a parameter on the Turbine objects. In v3, the wake model parameters should be 3D arrays probably associated to the wake classes that they're already on with an entry for each turbine (i.e. shape would be If you do intend to make this change, please engage here. I'm interested in this, as well, and I'm happy to support your efforts. Heads up, though, that v2 is not generally updated these days, and v3 will soon be deprecated. We are releasing the next major update, v4, in the next few weeks. |
Beta Was this translation helpful? Give feedback.
Hi @cpjordan No, FLORIS has not yet supported setting wake parameters per turbine. However, the idea has come up a few times in the past. If you were to modify FLORIS to support this, there are two different paths for v2 and v3. In v2, just like you said, it should be a parameter on the Turbine objects. In v3, the wake model parameters should be 3D arrays probably associated to the wake classes that they're already on with an entry for each turbine (i.e. shape would be
(n wind directions, n wind speeds, n turbines)
).If you do intend to make this change, please engage here. I'm interested in this, as well, and I'm happy to support your efforts. Heads up, though, that v2 is not generally u…