-
Hi, This may be a silly question but is there any way to implement a turbine into the model when I only have the power curve and turbine specifications? So I don't have a thrust coefficient value or dataframe as seen in the examples. Many Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @Jlewis17 , Floris requires the user to specify a thrust coefficient, so you'll need to approximate the thrust coefficient for your turbine. Here are a couple of options that might work for you to do this:
Of these, and assuming you don't have a high-fidelity turbine model, I would recommend the first option. The issue with the second option is that it assumes that the turbine is perfectly efficient, so will result in a lower thrust coefficient than what is practically observed. To determine which of the reference turbines to base your thrust curve off, consider looking at example 18, which plots the thrust curves of each of the reference turbines (as well as other behavior), producing: As you can see, the thrust curves for the NREL 5MW, IEA 10MW, and IEA 15MW are not drastically different, even though their rated powers differ greatly. I would avoid using the x_20MW model---we don't have good data for that, and it is being removed in the upcoming release of FLORIS v4 (the thrust curves for the other models will also be changing slightly at that point)---although even the x_20MW has a similar Ct curve. |
Beta Was this translation helpful? Give feedback.
Hi @Jlewis17 , Ok, I see---from eqs (11) and (12) from the Arany et al. paper, implemented as
I now get
This doesn't look too bad, but there is still a bit of a mismatch below rated and also a fairly large mismatch around th…