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

Issue in the Near wake model of Porté-Agel #34

Open
AndiTUM opened this issue Sep 14, 2019 · 0 comments
Open

Issue in the Near wake model of Porté-Agel #34

AndiTUM opened this issue Sep 14, 2019 · 0 comments

Comments

@AndiTUM
Copy link

AndiTUM commented Sep 14, 2019

Hello everyone,

While comparing your model with the FLORIS implementation we did in TUM, I noticed that the potential core area in the near wake modeled in our implementation deviates from yours.
It seems that you use the rotor diameter for the calculation of the initial wake standard deviation ellipse ellipseA in self_similar_gaussian_velocity.m line 43:
obj.ellipseA = inv(obj.C*turbine.turbineType.rotorRadius.^2);

In the paper (Bastankhah & Porté-Agel, 2016, p.530) a initial wake expansion at x=0 with the vertical major axis dsqrt(u_R/u_0) and the lateral minor axis dcos(gamma)*sqrt(u_R/u_0) is described with u_R being the wind speed at the rotor and u_0 the wind speed inmediately after the rotor when the pressure returns to atmospheric pressure.

I cant find where you calculate u_R/u_0. Is this a deliberate deviation from the paper? If not it could be added to line 43 as I see it.

Best regards,
Andi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant