Skip to content

Commit 5acf36d

Browse files
committed
Merge branch 'dev' into enhance_documentation
2 parents 55bdb5a + f82cc24 commit 5acf36d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

windpowerlib/power_curves.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ def smooth_power_curve(power_curve_wind_speeds, power_curve_values,
2020
r"""
2121
Smooths the input power curve values by using a Gauss distribution.
2222
23+
The smoothing serves for taking the distribution of wind speeds over space
24+
into account.
25+
2326
Parameters
2427
----------
2528
power_curve_wind_speeds : pandas.Series or numpy.array
@@ -81,12 +84,14 @@ def smooth_power_curve(power_curve_wind_speeds, power_curve_values,
8184
calculated by the following methods.
8285
8386
'turbulence_intensity' [2]_:
87+
8488
.. math:: \sigma = v_\text{std} \sigma_\text{n} = v_\text{std} TI
8589
8690
with:
8791
TI: turbulence intensity
8892
8993
'Staffell_Pfenninger' [4]_:
94+
9095
.. math:: \sigma = 0.6 \cdot 0.2 \cdot v_\text{std}
9196
9297
References

0 commit comments

Comments
 (0)