Skip to content

Calculation of flow field for AEP analysis #600

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

You must be logged in to vote

@JarneVB This is a consequence of the shear law profile in FlowField.initialize_velocity_field. You can get a sense for this if you change the wind_shear input to 1 so that the shear profile is linear. In that case, the velocity is 0 at the ground since z_sorted is 0, and it is the input wind speed at hub height since z_sorted equals reference_wind_height. In fact, there's a unit test that demonstrates this effect and uses it to ensure that this function is operating correctly: https://github.com/NREL/floris/blob/main/tests/flow_field_unit_test.py#L42.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@JarneVB
Comment options

Comment options

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

@rafmudaf
Comment options

@JarneVB
Comment options

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