-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow TI to impact turbine power production #785
Comments
Hi @paulf81. Nice idea! This approach makes sense if you only have the aeroelastic curves defined for one turbulence intensity. What if we have multiple aeroelastic performance curves for a range of turbulence intensities? This is not uncommon. I would love a solution where we can use this information directly in FLORIS when we have it. |
Thank you for pointing this out! @misi9170 maybe you and I can discuss some more about this. The proposal I had based on the v2 code is using a blurring effect, but if we have pre-defined curves for different turbulence intensities these should route through the multi-dim code right? |
Yes, that sounds like a good use case for multidim, and should be straightforward to implement that way. If we are going to do it that way, we should probably avoid supporting TI variations in a new (TI-specific) operation model. I think we could still go a little further to align the multidim model with the operation model paradigm. |
I agree, this should be across operation models, but we can support handling TI impact on power/thrust 2 ways:
And both of these could apply in all operation models |
Just adding some references on standard approaches for later: https://link.springer.com/content/pdf/10.1007/978-3-540-33866-6_28.pdf https://hal.science/hal-03646791/document https://pcwg.org/consensus/Consensus%20Analysis%20Turbulence%20Renormalisation%20Documentation.pdf |
Hi, I'm trying to do this now with via the Here's a minimal example:
|
Hi @Bartdoekemeijer , thank you for flagging this, I think this is indeed in need of finishing. I'm going to a seperate issue to propose an action list to get this completed. |
Ok added #989 to put this plan into action |
Allow TI to impact turbine power production
In V4, TI can be set per time step in TimeSeries or wd/ws bin in WindRose. It would be useful to reflect TI impact on power production of a turbine, separate of wake model impacts. Talking this over with @ejsimley we think we have a way forward with 90% of the details in mind. Here is the proposed solution to implement:
@ejsimley @misi9170 @rafmudaf : Thought I'd start with this issue before starting the pull request so we have a place to iron out the intention before starting. I will link this issue to the card in the project board.
The text was updated successfully, but these errors were encountered: