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
Copy file name to clipboardExpand all lines: doc/whatsnew/v0-1-0.txt
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -2,26 +2,26 @@ v0.1.0 (January 17, 2019)
2
2
++++++++++++++++++++++++++++++++++
3
3
4
4
ATTENTION: From v0.1.0 on power (coefficient) curves are provided by the OpenEnergy Database (oedb) instead of in csv files (v0.6.0 and lower) due to legal reasons.
5
-
Use :py:func:`~wind_turbine.get_turbine_types` to check whether the turbine types you need are included in the database.
5
+
Use :py:func:`~windpowerlib.wind_turbine.get_turbine_types` to check whether the turbine types you need are included in the database.
6
6
If your turbine type is not included you can either use your own csv file or open an issue.
7
7
8
8
New classes
9
9
###########
10
10
11
-
* WindFarm class for modelling a wind farm. Defines a standard set of wind farm attributes, for example aggregated power curve and wind farm efficiency to take wake losses into account.
12
-
* WindTurbineCluster class for modelling a turbine cluster that contains several wind turbines and/or wind farms. This class is useful for gathering all wind turbines in a weather data grid cell. An aggregated power curve can be calculated which considers the wake losses of the wind farms by a set efficiency if desired.
13
-
* TurbineClusterModelChain class shows the usage of new functions and classes of windpowerlib v.0.1 and is based on the ModelChain class.
11
+
* :class:`~windpowerlib.wind_farm.WindFarm` class for modelling a wind farm. Defines a standard set of wind farm attributes, for example aggregated power curve and wind farm efficiency to take wake losses into account.
12
+
* :class:`~windpowerlib.wind_turbine_cluster.WindTurbineCluster` class for modelling a turbine cluster that contains several wind turbines and/or wind farms. This class is useful for gathering all wind turbines in a weather data grid cell. An aggregated power curve can be calculated which considers the wake losses of the wind farms by a set efficiency if desired.
13
+
* :class:`~windpowerlib.turbine_cluster_modelchain.TurbineClusterModelChain` class shows the usage of new functions and classes of windpowerlib v.0.1 and is based on the ModelChain class.
14
14
15
15
New functions
16
16
#############
17
17
18
-
* power curve smoothing for taking into account the spatial distribution of wind speed
19
-
* application of wake losses to a power curve
20
-
* application of wake losses to a wind speed time series by using wind efficiency curves which are provided in the data directory
21
-
* logarithmic interpolation/extrapolation for wind speed time series
22
-
* gauss distribution (needed for power curve smoothing)
23
-
* estimation of turbulence intensity by roughness length
24
-
* retrieve power curves from OpenEnergy Database
18
+
* :py:func:`~windpowerlib.power_curves.smooth_power_curve` for taking into account the spatial distribution of wind speed
19
+
* :py:func:`~windpowerlib.power_curves.wake_losses_to_power_curve`: application of wake losses to a power curve
20
+
* :py:func:`~windpowerlib.wake_losses.reduce_wind_speed`: application of wake losses to a wind speed time series by using wind efficiency curves which are provided in the data directory
21
+
* :py:func:`~windpowerlib.tools.logarithmic_interpolation_extrapolation` for wind speed time series
22
+
* :py:func:`~windpowerlib.tools.gauss_distribution` (needed for power curve smoothing)
23
+
* :py:func:`~windpowerlib.tools.estimate_turbulence_intensity` by roughness length
24
+
* :py:func:`~windpowerlib.wind_turbine.get_turbine_data_from_oedb` for retrieving power curves from OpenEnergy Database
0 commit comments