Abstract

As an alternative to fossil fuels, wind can be considered because it is a renewable and greenhouse gas-free natural resource. When wind power is generated by wind turbines in a wind farm, the optimal placement of turbines is critical because different layouts produce different efficiencies. The objective of the wind turbine placement problem is to maximize the generated power while minimizing the cost in installing the turbines. This study proposes an efficient optimization formulation for the optimal layout of wind turbine placements under the resources (e.g., number of turbines) or budget limit by introducing corresponding constraints. The proposed formulation gave users more conveniences in considering resources and budget bounds. After performing the optimization, results were compared using two different methods (branch and bound method and genetic algorithm) and two different objective functions.

1. Introduction

Wind has a power which can be converted into energy (electricity) generated by wind turbines and mechanical power generated by wind mills. Because wind energy is abundant, renewable, and clean without producing greenhouse gas, it can be an alternative to fossil fuels.

In order to cost-efficiently obtain the wind energy, researchers have considered optimization techniques for the layout of wind turbines in wind farms [15]. Mosetti et al. [1] first applied genetic algorithm (GA) to this wind turbine position optimization. However, they did not provide detailed numerical information to replicate, while Grady et al. [2] provided full numerical dataset to replicate and compare the results from various algorithms. Emami and Noghreh [3] explained in more detail the physical wake function from continuity equation of mass conservation law. Rasuo and Bengin [4] expanded the application from flat surface into arbitrary configured terrain. Samorani [5] provided a more realistic power function from subdivided wind velocities.

The optimization formulations in the above-mentioned literature have majorly two types of objective functions (cost per unit power and one over power). However, they do not have any budgetary or technical constraint that can efficiently control budget limitation or turbine number. Thus, this study proposes a more realistic optimization formulation for placing wind turbines in a wind farm by considering the available number of turbines and the available budget. Also, the computational results are to be compared with those from the previous literature.

2. Physical Wake Model

The previous literature [13] has used the following wake decay model for two consecutive turbines (e.g., turbine 0 and turbine 1): where is wind speed after the turbine 0, is wind speed before the turbine 0, is axial induction factor, is entrainment constant, is distance between two turbines; and is rotor radius of turbines (=40 m in this study).

The axial induction factor can be obtained using the following relationship: where is turbine thrust coefficient (=0.88 in this study).

The entrainment constant can be obtained using the following empirical function [13]: where is hub height of the turbine (=60 m in this study) and is surface roughness (=0.3 m in this study).

More fundamentally, the wake decay model in (1) can be derived from a continuity equation for mass conservation [3]. If the wind speed immediately after the turbine is assumed to be 1/3 of the original speed, the following continuity equation can be formulated:

Here, is wind density which is represented as mass divided by volume. Under the mass conservation law, the total mass directly passing a wind turbine rotor () and nearly passing the rotor () should be equal to the total mass () at the distance of . Because , , and , (4) can be substituted with (1). Here, is downstream rotor radius and (axial induction factor) is assumed to be 1/3. For (1), this study uses instead of in order to fairly compare this study with previous ones [13] although it is not exact.

3. Cost and Power Functions

The total cost of all turbines in a wind farm can be calculated with the following function [13]: where is the total number of turbines in a wind farm.

The total power (kW-year) generated from all turbines can be calculated with the following function [2, 3]: where is the wind speed at each turbine.

4. New Optimization Formulation

For the objective function of this optimal wind turbine placement problem, researchers have proposed two different types:

Equation (7), proposed by Mosetti et al. [1] and Emami and Noghreh [3], combines two objective functions (cost per unit power and one over power). The objective function of cost per unit power is designed to find the most cost-effective (or minimal cost per unit power) solution while the objective function of one over power is designed to find the most power-effective (or maximal power) solution. Meanwhile, (8), proposed by Grady et al. [2], uses only one objective function.

Although Emami and Noghreh claimed that (7) is better than (8), the former has the following limitations: (1) because the weights () are arbitrarily assigned by users, the proper setting of the weight values requires tedious trial-and-error process for users; (2) nonetheless, it cannot specifically control budget limit or turbine number; (3) more importantly, it does not significantly improve the performance of (8) (this point will be discussed later). In this sense, (8) is actually better than (7) because the former is simple and easy to use and does not require tedious extra process.

Here, for both equations, the following modifications can be considered to avoid any divided-by-zero error, which happens if searching methods start with : where is tiny amount (e.g., ).

In order to consider exact turbine number or budget limit, the following additional constraints can be also introduced:

Equation (11) denotes that the total number of turbines in a wind farm should be equal to the available number of turbines, . Equation (12) denotes that the total cost of turbines installed in a wind farm should be less than or equal to the available budget, .

5. Numerical Example

The above-mentioned optimization formulation was applied to a popular wind turbine placement problem [13] as shown in Figure 1. The wind farm, where wind flows from the top into the bottom with a uniform speed of 12 meter per second, has 100 candidate turbine locations and each location has an area of 200 m × 200 m. For the optimization, each location has a binary value. If the binary variable has a value of 1, it means a turbine is installed at the location. Otherwise, it means a turbine is not installed. Actually, this is a huge combinatorial problem because total searching space is .

For this large-scale problem, a metaheuristic approach, GA, has been actively applied [13]. This is because traditional branch and bound (B&B) method does not give good results. When this study applied B&B method (commercial code named Solver) to the problem, the objective function value of 2.2824 (unit: unit cost × 10−3) was obtained with the cost of 34.18 and the power of 14977.44 (kW/year) as shown in Figure 2(a) (). Meanwhile, GA approach (commercial code named Evolver) found the objective function value of 1.5579 with the cost of 22.09 and the power of 14178.82 as shown in Figure 2(b) (). The result of GA is much better than that of B&B because the former’s generation efficiency is 641.8 (unit: kW/year/unit cost) while the latter’s generation efficiency is 438.2.

The above GA approach utilized (10) as an objective function. However, (9) was also tested with different weight values (, ; , ; and , ) as shown in Table 1. When (10) was compared with (9), the former outperformed the latter in two cases (, and , ) in terms of number of function evaluations while all four approaches found the identical global optimum () as shown in Figure 2(b). It should be noted that because in (9) (or in (7)) is greater than by times, the approach with bigger performed better which considers more balance between and .

As stated previously, in order to more efficiently consider turbine number or budget limit, corresponding constraints should be introduced to the optimization formulation. Table 2 shows the results of GA approaches with different available numbers of turbines, also shown in Figure 2(b) (), Figure 3(a) (), Figure 3(b) (), and Figure 3(c) (). The objective function becomes minimal (1.5579) when is 30, while the second best solution was obtained with ; the third best solution was obtained with ; and the fourth best solution was obtained with .

By considering the budget limit in (12), the optimal function value of 1.5978 was obtained with the cost of 19.48 and the power of 12,188.82 if available budget is 20. Figure 3(d) shows the corresponding result ().

Previous researches [13] did not consider the above turbine number and budget limit constraints. However, these constraints can be efficiently utilized under the limited resources or expenditures.

When the best solution in this study ( when ) was compared with other solutions, it outperformed the result by Mosetti et al. [1] according to the comparison by Grady et al. [2]. Also, the best solution here is identical to those by Grady et al. [2] and Emami and Noghreh [3]. However, in terms of the number of objective function evaluations, this study outperformed that by Grady et al. [2] because this study found the best solution after 126,765 evaluations while that by Grady et al. found the identical one after 721,800 evaluations (600 individuals and 1203 generations). Although Emami and Noghreh [3] found the identical best solution, a fair comparison cannot be made because they did not provide the number of total evaluations.

6. Conclusions

This study improved the existing optimization formulation for wind turbine placement in a wind farm by introducing (1) nonzero denominator, (2) budget constraint, and (3) resource constraint (number of available turbines). Also, two existing objective functions were compared. In addition, the reason why GA, rather than traditional B&B method, has vigorously tackled the problem was demonstrated. That is because GA obtained much better result than B&B for this huge enumeration problem ().

When the results were compared, the best solution in this study outperformed those from previous studies (Mosetti et al. [1] and Grady et al. [2]). Although all approaches, including this study, utilized GA techniques, the variant here appeared better than other variants.

Hopefully, future research will include more complicated and practical issues such as minimum power requirement, territory topography, wind direction, wind velocity variability, and power generation by factory-made turbine. Also, other metaheuristic algorithms such as ant colony optimization (ACO) [6] or harmony search (HS) [7] are expected to tackle the problem.

Acknowledgment

This work was supported by the Gachon University research fund of 2013 (GCU-2013-R166).