You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
author = {Zahle, Frederik and Barlas, Athanasios and Loenbaek, Kenneth and Bortolotti, Pietro and Zalkind, Daniel and Wang, Lu and Labuschagne, Casper and Sethuraman, Latha and Barter, Garrett},
370
370
year = {2024},
371
371
}
372
+
373
+
@article{fleming_sr_2022,
374
+
title = {Serial-Refine Method for Fast Wake-Steering Yaw Optimization},
journal = {Journal of Physics: Conference Series (TORQUE)},
381
+
author = {Fleming, Paul A. and Stanley, Andrew P. J. and Bay, Christopher J. and King, Jennifer and Simley, Eric and Doekemeijer, Bart M. and Mudafort, Rafael},
382
+
year = {2022},
383
+
pages = {032109},
384
+
}
385
+
386
+
@inproceedings{katic_sos_1986,
387
+
address = {Rome, Italy},
388
+
title = {A simple model for cluster efficiency},
389
+
volume = {1},
390
+
author = {Katic, I and Højstrup, J and Jensen, N O},
391
+
year = {1986},
392
+
pages = {407--410},
393
+
}
394
+
395
+
@article{zehtabiyan_rezaie_CH_2023,
396
+
title = {A short note on turbulence characteristics in wind-turbine wakes},
397
+
volume = {240},
398
+
issn = {0167-6105},
399
+
doi = {10.1016/j.jweia.2023.105504},
400
+
journal = {Journal of Wind Engineering and Industrial Aerodynamics},
401
+
author = {Zehtabiyan-Rezaie, Navid and Abkar, Mahdi},
Copy file name to clipboardExpand all lines: docs/wake_models.ipynb
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -213,7 +213,9 @@
213
213
"\n",
214
214
"CrespoHernandez is a wake-turbulence model that is used to compute additional variability introduced\n",
215
215
"to the flow field by operation of a wind turbine. Implementation of the model follows the original\n",
216
-
"formulation and limitations outlined in {cite:t}`crespo1996turbulence`."
216
+
"formulation and limitations outlined in {cite:t}`crespo1996turbulence`.\n",
217
+
"\n",
218
+
"The default parameter values used in FLORIS for CrespoHernandez differ from those reported in {cite:t}`crespo1996turbulence` following subsequent calibration. However, {cite:t}`zehtabiyan_rezaie_CH_2023` argue that the sign of certain parameters are not physically consistent (and also misreported in subsequent literature). See the `CrespoHernandez` class docstring for more details."
217
219
]
218
220
},
219
221
{
@@ -347,8 +349,7 @@
347
349
"source": [
348
350
"### Sum of Squares Freestream Superposition (SOSFS)\n",
349
351
"\n",
350
-
"This model combines the wakes via a sum of squares of the new wake to add and the existing\n",
351
-
"flow field."
352
+
"This model combines the wakes via a sum of squares of the new wake to add and the existing flow field. For more information, refer to :cite:`katic_sos_1986`."
0 commit comments