Skip to content
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

Documentation on how to get the wind speed at each turbine #422

Closed
carlorop opened this issue Apr 16, 2022 · 1 comment
Closed

Documentation on how to get the wind speed at each turbine #422

carlorop opened this issue Apr 16, 2022 · 1 comment
Labels
documentation enhancement An improvement of an existing feature

Comments

@carlorop
Copy link

Is your feature request related to a problem? Please describe.
The documentation has diminished in FLORIS v 3.0. Some features can be understood easily reading the code or going through the examples, however it would be convenient to expand the documentation. For instance, explaining hot to get the wind speed at each turbine

Additional context
In FLORIS 2.4. the code for getting such velocity would be:

velocity_at_each_turbine = []
for i in range(len(self.fi.floris.farm.flow_field.turbine_map.turbines)):
    velocity_at_each_turbine.append(self.fi.floris.farm.turbines[i].average_velocity)
@paulf81
Copy link
Collaborator

paulf81 commented Apr 18, 2022

Thanks very much for this feedback! I've created pull request #423 which adds a new example for getting wind speeds. Does this work? More generally we're hoping to add much more documentation going forward.

@rafmudaf rafmudaf added enhancement An improvement of an existing feature documentation labels Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation enhancement An improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

4 participants