Keywords

1 Introduction

Environmental concerns, such as global warming causes that renewable energy, e.g., biomass, play an important role in supplying energy [1]. The planning of distribution systems is a critical issue that the system planners faced with [2]. In one hand, appropriate placement of DGs in the distribution systems has an essential role in the enhancement of the system efficiency; consequently finding the optimum placement of DGs is critical [3]. On the other hand, a large number of researchers have focused on the reactive power planning in the distribution system, especially when it has have high-penetration of renewable resources DG [4].

In this sense, network reconfiguration is a method to change the topology of branches through altering the open and close statuses of sectionalizing and tie switches [3]. This can be carried out in different seasons of a year to reduce the total loss and increase the system reliability.

For instance, as reported in [4], a DG planning was proposed for the coordination of reconfiguration of feeders and voltage controlling with the goal of maximizing the DG capacity at a specific bus.

In the current work, it is planned biomass DG for four different scenarios. In the first scenario, the annual loss is minimized without considering network penetration. The second scenario represents minimized annual loss considering network penetration. In the third scenario, network penetration is maximized, and finally, in the fourth scenario, a multi-objective problem is provided that minimizes the annual loss and maximizes the network penetration.

2 Relationship to Smart Systems

Distributed Generation (DG) of electricity using renewable technologies is increasing due to their benefits including energy security and emission reduction [5]. Smart grid can be defined as a contemporary structure of electricity systems to improve effectiveness, reliability, and safety, via integration of sustainable energies, as well as automated and intelligent controlling and advanced communications technologies [6, 7]. It affects entire parts of power systems, and consequently it needs a widespread data communication structure [8].

Importantly, smart grid allows modern network controlling schemes and provides operative integrated DGs in the demand side [9, 10]. Smart Grid will have a significant role to support high penetration level of DGs; nevertheless, the existing standard/code leading DGs’ interconnection does not allow implementing various applications that can be advantageous for the system [11]. Novel approaches for utilizing the data in the supervisory controllers would be required, as well as an environment in which tools could be emerged in online stream event processing.

3 PSO and MOPSO Algorithm

The particle swarm optimization (PSO) applied in optimization techniques; it was inspired from the movement migration of population species that lives grouped [12]. The elementary philosophy behind PSO is that each individual from the swarm, hereafter called as particle, uses the information from the swarm, based on the knowledge, sharing, and historical information to find its survival means. Computationally, PSO process starts with a random swarm of particles delimited from delimited universe, where each particle, from the movement process, will be a momentary solution of the problem with tuned fitness rate. The aforementioned fitness is computed and optimized in each iteration. The movement rule, defined by a position and velocity, defines the direction, speed, and position of the swarm to reach the optimal and are updated in each iteration. In this process, the particles interact with each other and them they move from the delimited universe till reach the best solution (the optimal from the optimization process). Both, position and velocity are updated them from the experience from the past position and velocity and the best position found from the swarm. Computationally, the aforementioned description can be expressed:

$$ X_{p}^{iter + 1} = X_{p}^{iter} + V_{p}^{iter} $$
(1)
$$ \begin{aligned} V_{P}^{iter + 1} = V_{p}^{iter} + Rand_{1} \left( {X_{p,best}^{iter} - X_{p}^{iter} } \right) + Rand_{2} \left( {X_{g,best}^{iter} - X_{p}^{iter} } \right) \hfill \\ p = 1,2, \ldots , N_{p} \hfill \\ \end{aligned} $$
(2)

Where \( X_{p}^{iter} \) is the last position of a particle p from iteration iter that may express the best result to the optimization problem. By other words, and specifically in DG optimization problem, \( X_{p}^{iter} \) is a set of DG decision variables and \( V_{p}^{iter} \) is the velocity from particle p from iteration iter. Moreover, \( X_{g,best}^{iter} \) is the best global position g found from the swarm in iteration iter. So, the movement direction of the swarm is dependent by the influence, respectively, from \( V_{p}^{iter} \), and \( X_{g,best}^{iter} \) [13]. By other words, the swarm movement is strictly influenced by the inertia, memory and cooperation of the swarm, expressed by the three term of (2). However, for the multi-objective problem of DG optimization proposed in this work the original PSO strategy is modified. The original goal to find a unique solution is then turned in one new array of multiple solutions, based on Pareto strategy to solve the multi-objective DG problem [14, 15].

4 Formulation

The planning model aims the minimization from the yearly energy loss and maximizes network penetration in the distribution system for all possible loads. Time segments are represents in sets of 90 h (i.e., the number of days for each season). Moreover, in (3), g represents as load states, and \( P_{loss} (g) \) represents energy loss at (g) load state. Furthermore, in (4), C m represents biomass capacity installed at each candid bus (CB).

$$ Minimize\ E_{Loss} = \mathop \sum \limits_{g = 1}^{N} P_{loss} \left( g \right)*90 $$
(3)
$$ Maximize\ Penetration = \mathop \sum \limits_{m} C_{m} m \in CB $$
(4)

Subject to:

Active and Reactive power balance:

$$ \begin{aligned} P_{DGB,i} - LP\left( g \right)*P_{D,i} = \mathop \sum \limits_{j = 1}^{n} V_{g,i} * V_{g,j} *Y_{ij} *Cos \left( {\theta_{ij} + \delta_{g,j} - \delta_{g,i} } \right) , \hfill \\ i \in NBus \hfill \\ \end{aligned} $$
(5)
$$ - LP\left( g \right)*Q_{D,i} = - \mathop \sum \limits_{j = 1}^{n} V_{g,i} * V_{g,j} *Y_{ij} *Sin \left( {\theta_{ij} + \delta_{g,j} - \delta_{g,i} } \right) , i \in NBus $$
(6)

In (5) and (6), \( LP\left( g \right) \) represent load peak level that shown in Table 1. \( V_{g,i} \) represents voltage magnitude at load level g. \( P_{D,i} \) and \( Q_{D,i} \) represent active and reactive demands, respectively.

Table 1. Load profile for different hours

Slack Bus Constraints:

$$ V_{g,1} = 0 $$
(7)
$$ \delta_{g,1} = 0 $$
(8)

Voltage Constraints at the Other Buses:

$$ V_{min} \le V_{g,i} \le V_{max} $$
(9)

where V min and V max are 0.95p.u and 1.05 p.u respectively.

Feeder Capacity Limits:

$$ 0 \le I_{g,ij} \le I_{ij,max} $$
(10)

DG Penetration. To this end, it has 2 different type of DG penetration in DG planning. (11) represent DG penetration for candidate bus. This limitation depends on the land and protection level of the candidate bus. In this paper, it is assume this limitation at 1200 kW. (12) limit installed DG capacity in the whole network. This limitation assumes to be 1200 kW too. (12) just consider in the 3rd scenario.

$$ P_{DGB,m} \le 1200\ kW m \in CB $$
(11)
$$ \mathop \sum \limits_{m} C_{m} m \in CB $$
(12)

5 Numerical Results of the Model

The PG&E 69bus distribution test case [16] has been considered to implement the proposed model. In normal operation, disregarding DGs, the yearly energy loss is 199.5 MWh. The slack bus of the system is node 1. The candidate bus for installing DG is CB = {20, 46, 49, 50, 53}. Total active and reactive demands are 3802 kW and 2695kVAr, respectively. The 69bus case study is also presented in Fig. 1. Implemented DG in the network is biomass resources with the controllable output. The hourly demand is represented in Table 1 as a proportion of the yearly demand peak. The proposed planning problem is applied to 4 scenarios with different constraint and objective function. Outcomes are represented in Table 2. Based on the results, if it is added DG, penetration constraint to an optimization problem, annual loss would increase.

Fig. 1.
figure 1

69bus PG&E single diagram

Table 2. DG Planning results for different scenarios

Another effect of adding this constraint is that it is not possible to control voltage bus within 0.95 to 1.05 per-units (p.u). In this scenario, the buses voltage is varied from 0.9 to 1.1. In the third scenario, it is maximized DG penetration without violation any constraints. In this case voltage limit is 0.95 < V < 1.05. In the fourth scenario is planning biomass DG with two objective functions. Pareto optimal front found by the algorithm is shown in Fig. 2. In this scenario voltage limit will be in 0.95 to 1.05 p.u.

Fig. 2.
figure 2

Impact of different types of TOU program on the generation of Genco 1 without the presence of wind farm.

TOPSIS algorithm is implemented to find the best decision for the decision maker. The theory of this algorithm is represented in [17]. The answers are represented in Table 3. It is used three different set of weight factor for objectives. Weight factors are {(0.2, 0.8), (0.5, 0.5), (0.8, 0.2)}. The Pareto front for a scenario is shown in Fig. 3.

Table 3. PLANNER best decision based on different weight factors
Fig. 3.
figure 3

Pareto front for 4th scenarios.

6 Conclusions

In this work a multi-objective model was presented for the distributed generation planning and solved the formulated problem with PSO algorithm. DGs were biomass with controllable output, although the proposed strategy could just tackle several types of uncertainty from wind or solar energy, for instance. Annual loss minimization and DG penetration maximization were considered in this paper. After determining the Pareto front, it was used TOPSIS method to choose the best decision for the decision maker. The numerical results showed that considering only the DG penetration constraint increased the annual loss. In addition, by adding this constraint, the voltage bus could not be constrained between desired amounts. However, the proposed approach considering both DG penetration constraint and annual loss could significantly improve the effectiveness of the DG planning.