Skip to content

Obtain the wind speed at each turbine after wake effect #802

Answered by rafmudaf
cjeong3 asked this question in Q&A
Discussion options

You must be logged in to vote
  1. Yes, FLORIS calculates the incoming velocities at the rotor and then uses that to calculate the thrust and power. You can access them through FlorisInterface.floris.flow_field.u_sorted. If you need the associated locations, you can get those with FlorisInterface.floris.grid.x_sorted and similar for y and z. See #738 (reply in thread) for a little more explanation. Note that this is the waked wind speed directly, not just the velocity deficit.
  2. Currently, FLORIS supports the wind speed and wind direction product option and a time series option where a list of wind speed and wind direction combinations is given. The second option is probably what you want, and you would still have to add a …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@cjeong3
Comment options

@Nellytado
Comment options

@paulf81
Comment options

Answer selected by cjeong3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants