-
Notifications
You must be signed in to change notification settings - Fork 106
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
WindTurbineCluster takes only WindFarms but not WindTurbines #70
Comments
What about |
decision dev meeting: |
I have two ideas how to deal with the problem.
|
At the last dev meeting I promised to provide information for the second suggestion in your last comment. Here it is:
This "in-between" step of getting the aggregated wind farm power curves instead of just aggregating all wind turbine power curves (of all wind farms) was implemented like that to give the option of applying wake losses to wind farm power curves (of which each could have e.g. a different wind farm efficiency). Options I see now to make
Other things I noticed:
|
The input of the
WindTurbineCluster
is a list ofWindFarm
objects.WindTurbine
objects are not allowed. I think we should either rename the class or allowWindTurbine
objects or both.The text was updated successfully, but these errors were encountered: