Replies: 1 comment 1 reply
-
Hi Xin, I haven't gone into the mathematics, but wanted to remark something that might be useful in this discussion. Best, |
Beta Was this translation helpful? Give feedback.
-
Hi Xin, I haven't gone into the mathematics, but wanted to remark something that might be useful in this discussion. Best, |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I have look over the code of gauss deflection model in "gauss.py" file, and I found that the formula used to calculate the length of near wake x_0 from line 165 to 170 is:
x0 = ( D * (cosd(yaw) * (1 + np.sqrt(1 - Ct * cosd(yaw)))) / (np.sqrt(2) * (4 * alpha * TI + 2 * beta * (1 - np.sqrt(1 - Ct)))) + coord.x1 )
Comparing to the formula in the literature of Bastankhah:
An additional cos(yaw) is in numerator with Ct. I want to know the reason for this additional term, or maybe it's just a code-editing error.
Xin
Beta Was this translation helpful? Give feedback.
All reactions