@@ -66,10 +66,41 @@ power curve or power coefficient curve needed by the :py:class:`~wind_turbine.Wi
6666 wind_turbine.read_turbine_data
6767
6868
69+ Wind farm calculations
70+ ======================
71+
72+ Functions and methods to calculate the mean hub height, installed power as well
73+ as the aggregated power curve of a :py:class: `~wind_farm.WindFarm ` object.
74+
75+
76+ .. autosummary ::
77+ :toctree: temp/
78+
79+ wind_farm.WindFarm.mean_hub_height
80+ wind_farm.WindFarm.get_installed_power
81+ wind_farm.WindFarm.assign_power_curve
82+
83+
84+ Wind turbine cluster calculations
85+ =================================
86+
87+ Functions and methods to calculate the mean hub height, installed power as well
88+ as the aggregated power curve of a :py:class: `~wind_turbine_cluster.WindTurbineCluster ` object.
89+ This is realized in a new module as the functions differ from the functions in
90+ the :py:class: `~wind_farm.WindFarm ` class.
91+
92+ .. autosummary ::
93+ :toctree: temp/
94+
95+ wind_farm.WindTurbineCluster.mean_hub_height
96+ wind_farm.WindTurbineCluster.get_installed_power
97+ wind_farm.WindTurbineCluster.assign_power_curve
98+
99+
69100Power output
70101==============
71102
72- Functions for calculating power output of a wind turbine .
103+ Functions for calculating power output of a wind power plant .
73104
74105.. autosummary ::
75106 :toctree: temp/
@@ -80,7 +111,7 @@ Functions for calculating power output of a wind turbine.
80111
81112
82113Alteration of power curves
83- ==============
114+ ==========================
84115
85116Functions for smoothing power curves or applying wake losses.
86117
@@ -120,7 +151,7 @@ Methods of the ModelChain object.
120151
121152
122153TurbineClusterModelChain
123- ==============
154+ ========================
124155The TurbineClusterModelChain inherits all functions from the ModelChain.
125156
126157Creating a TurbineClusterModelChain object.
@@ -162,9 +193,17 @@ Additional functions used in the windpowerlib.
162193 tools.estimate_turbulence_intensity
163194
164195
165- Example
196+ Basic example
166197==============
167198
168199The basic example consists of the following functions.
169200
170201.. include :: example.rst
202+
203+ Further example
204+ ===============
205+
206+ A further example consists of the following functions as well as uses functions
207+ of the basic example.
208+
209+ .. include :: example_2.rst
0 commit comments