Skip to content

Question about the calculation of speed loss #948

Answered by misi9170
jiangshengkai1999 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @jiangshengkai1999 ,

Taking the sequential_solver() as an example, the velocity_deficit is, as you say, the speeds in the wake of turbine i normalized by the free stream velocity. These are then combined with other wakes in the wake_field. That is, the wake velocities are recovered using the free stream velocity [flow_field.u_initial_sorted], and then combined with the other wakes to compute the combined effects of multiple wakes. The resulting wake_field (which is a velocity deficit in absolute values, i.e. in m/s) is then subtracted from the freestream wind field to compute flow_field.u_sorted, which is used as the inflow to downstream turbines for computing their thrust coefficient

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jiangshengkai1999
Comment options

@misi9170
Comment options

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