Study of the N − 1 Criterion (Loss of Power Plants) of Burkina Faso’s Interconnected Electrical Network Following the Injection of Energy from Photovoltaic Solar Power Plants

Abstract

The study analyzes the resilience of Burkina Faso’s electrical network against failures, using the N − 1 security criterion. A network modeling for the 2021 horizon was carried out using Digsilent Power Factory software, incorporating planned solar installations. The simulations tested different failure scenarios to evaluate their impacts on voltage levels and short-circuit currents. The results show that the majority of simulated failures do not cause major problems, although the loss of interconnections is identified as the most critical scenario, causing overloads. Based on these conclusions, several recommendations were made: readjusting the protection devices, improving the network structure, and reinforcing points with overloads. This study takes place in a context of continuous expansion of Burkina Faso’s electrical network, driven by increasing energy demand due to economic development and industrialization of the country.

Share and Cite:

Ouermi, A., Ouiminga, A. A., Cisse, S., Kam, S. and Wade, M. (2025) Study of the N ? 1 Criterion (Loss of Power Plants) of Burkina Faso’s Interconnected Electrical Network Following the Injection of Energy from Photovoltaic Solar Power Plants. Journal of Sustainable Bioenergy Systems, 15, 92-103. doi: 10.4236/jsbs.2025.152005.

1. Introduction

To ensure the proper functioning of an electrical network in the event of a failure or malfunction of one of its components, it is essential to comply with the N − 1 security criterion, which guarantees network continuity despite the loss of a single element [1]. This study aims to analyze the resilience of Burkina Faso’s National Interconnected Network (RNI) by simulating various scenarios using Digsilent Power Factory. The objective is to assess the levels of voltage degradation and the additional short-circuit current contribution in case of a network element failure.

Our approach is structured in three steps:

  • Modeling of the RNI for the 2021 horizon, incorporating the necessary reinforcements to ensure its static stability.

  • Simulation of constraining scenarios to identify the impacts of losing critical elements.

  • Analysis of the obtained results and proposal of improvements.

This approach will enable the anticipation of network vulnerabilities and the proposal of tailored solutions to enhance its reliability [2].

2. Materials and Methods

The N − 1 safety criterion refers to the requirements of the operation of the electrical system of the synchronous area in order to maintain the entire interconnected network at any time during the operating preparation phase and in real time. In this part, we will present the tools and methods used to carry out the study of the N − 1 security criterion of the network.

2.1. Digsilent Power Factory Software

Digsilent Power Factory is a robust tool for the static and dynamic analysis of electrical networks. Used here to model the RNI and simulate failures, it relies on validated calculation methods [3].

2.2. Mathematical Model

2.2.1. Power Flow Calculation Equation

The study of power flow is fundamental to the planning and management of electrical networks, which are characterized by three types of nodes (load, generator, slack) represented in Figure 1. Each node is defined by four variables (P, Q, V, ρ), of which two are generally known. The Burkina Faso National Interconnected Network (RNI) follows this configuration with a meshed structure.

The power flow is calculated to assess the network’s stability. For a node i, the apparent power is given by the following equations [5]:

S i = I i V i (1)

S i = S Gi S Di =( P Gi P Di )+j( Q Gi Q Di ) (2)

With:

SGi: Apparent power generated at node i,

SDi: Apparent power demanded at node i,

PGi: Active power generated at node i,

Figure 1. Network with n nodes [4].

PDi: Active power demanded at node i,

QGi: Reactive power generated at node i,

QDi: Reactive power demanded at node i.

The voltages at nodes Vi and Vm are represented in trigonometric form with their respective amplitudes and phase angles. They are given by Equations (3) and (4) [6].

V i =| V i | e j δ i (3)

V m =| V m | e j δ m (4)

The current at node “i” is calculated as the sum of the products of the mutual admittances with the voltages of the connected nodes.

I i = m=1 n Y im V m (5)

The admittance of the branch i-m is given by the expression:

Y im = ρ im +j β im (6)

These relationships lead to a system of nonlinear equations for the active and reactive powers:

{ P Gi P Di = V i m=1 n V m [ ρ im cos( δ i δ m )+ β im sin( δ i δ m ) ] Q Gi   Q Di = V i m=1 n V m [ ρ im sin( δ i δ m ) β im cos( δ i δ m ) ] (7)

The active power losses PL and reactive power losses QL are defined as the sum of the differences between the generated and demanded powers across the entire network [7].

{ P L = im n [ ( P Gi + P Gm )( P Di + P Dm ) ] Q L = im n [ ( Q Gi + Q Gm )( Q Di + Q Dm ) ] (8)

With:

PGm and QGm: active and reactive powers generated at node m,

PDm and QDm: active and reactive powers demanded at node m.

This mathematical formulation enables a precise analysis of power flow in complex electrical networks.

The resolution of this system employs the Newton-Raphson method, selected for its rapid convergence even in complex networks.

Solving Power Flow Calculation Equations: Newton-Raphson Method.

Principle of the Newton-Raphson Method [8].

The method involves introducing a sequence (xn) of successive approximations to solve the equation f(x) = 0.

  • We start with an initial guess x0 close to the solution.

  • From x0, a new term x1 is calculated as follows: we draw the tangent to the curve Cf at x0. This tangent intersects the x-axis at x1, as shown in Figure 2.

The process is repeated by calculating x2 by replacing x0 with x1, then x3 by replacing x1 with x2, and so on…

Figure 2. Illustration of the Newton-Raphson method.

Conditions for Applying the Newton-Raphson MethodFor the sequence (xn) to exist:

  • The function fff must be differentiable at each of the points considered. In practice, the function must be differentiable in an interval centered at α that contains x0.

  • The derivative must not be zero over this interval.

For the sequence (xn) to be convergent, the conditions go beyond the scope of a high school curriculum, but in practice, it is necessary to choose an x0 sufficiently close to the value α that makes the function zero. This is determined using the Intermediate Value Theorem.

To enable the use of the Newton-Raphson method, we will reformulate Equation (6) into a form relating voltage and power. Starting from Equation (9), and defining:

{ e i = V i cos δ i f i = V i sin δ i e m = V m cos δ m f m = V m sin δ m (9)

We obtain:

{ P i = m=1 n [ e i ( e m ρ im + f m β im )+ f i ( f m ρ im e m β im ) ] Q i = m=1 n [ f i ( e m ρ im + f m β im )+ e i ( f m ρ im e m β im ) ] (10)

This system of equations is nonlinear. The active power P i and reactive power Q i are known, while the real and imaginary components of the voltage e i et f i are unknown for all buses except the reference bus, where the voltage is specified and fixed.

The method transforms the equations using the real e i and imaginary f i components of the voltages, resulting in a matrix formulation with the Jacobian [J], given by Equation (11).

[ Δ P 1 Δ P n1 Δ Q 1 Δ Q n1 ]=[ P 1 e 1 P 1 e n1 P 1 f 1 P 1 f n1 P n1 e 1 P n1 e n1 P n1 f 1 P n1 f n1 Q 1 e 1 Q 1 e n1 Q 1 f 1 Q 1 f n1 Q n1 e 1 Q n1 e n1 Q n1 f 1 Q n1 f n1 ][ Δ e 1 Δ e n1 Δ f 1 Δ f n1 ] (11)

where the last busbar is the reference busbar. The form of the matrix is therefore:

[ ΔP ΔQ ]=[ J 1 J 3 J 2 J 4 ][ Δe Δf ] (12)

Or alternatively:

[ ΔP ΔQ ]=[ J ][ Δe Δf ] (13)

[J]: is the Jacobian of the matrix

ΔP and ΔQ: are the differences between the planned values and the calculated values of the active and reactive powers, respectively.

2.2.2. Short-Circuit Currents

The sizing of an electrical installation and the equipment to be implemented, as well as the determination of protections for people and property, require the calculation of short-circuit currents at every point in the network. The method for calculating short-circuit currents applied in the software is the one proposed by the IEC 60909 standard. It addresses both radial and meshed circuits, covering LV—Low Voltage and HV—High Voltage. This standard is based on Thévenin’s theorem and involves calculating an equivalent voltage source at the short-circuit point.

The calculation of short-circuit currents enables the sizing and securing of electrical installations. It is expressed by [9]:

I cc = U Z i + Z l + Z a (14)

With:

U: network voltage (phase-to-neutral),

Zi: internal impedance of the source,

Zl: impedance of the traversed line sections,

Za: impedance of the encountered equipment.

The main types of short-circuits are:

  • Three-phase short-circuit: I cc 3 =c U n Z cc 3 (15)

  • Isolated two-phase fault: I cc 2 =c U n 2 Z cc (16)

  • Two-phase-to-ground short-circuit: I cc 2 =c U n 3 Z cc +2 Z 0 (17)

  • Single-phase short-circuit: I cc =c U n 3 2 Z cc + Z 0 (18)

In these formulas, Zcc represents the direct impedance of the circuit traversed, and Z0 the zero-sequence impedance related to the neutral or ground line. The voltage factor ccc, according to the CEI 60909 standard, ranges between 0.95 and 1.1, with a default value of 1.1 in the software [10].

2.3. Simulation Hypotheses

For these simulations, the National Interconnected Network (RNI) of Burkina Faso, having received the injection of energy produced by the planned solar power plants up to 2021, has undergone the necessary reinforcements to ensure its static stability.

Note that this initial situation of network, also integrates interconnections with Ghana and Cote d’Ivoire.

Next, we will simulate the loss of critical elements of the electrical network (particularly power plants with significant capacity), and then observe the impact of these losses on the RNI in terms of power flow and short-circuit currents. To do this, we will carry out the following scenarios:

  • Scenario 1: Network in its initial state, including all solar power plants planned up to the 2021 horizon, thermal power plants, hydroelectric plants, and interconnections. In this reference case, all reinforcements necessary for the static stability of the network are already integrated.

  • Scenario 2: We will simulate the loss of the 106 MW Kossodo thermal power plant (the Komsilga plant being already offline in the reference network) using the reference network. The power of this power plant represents ¼ of RNI load point.

  • Scenario 3: In this scenario, we will simulate the loss of the 50 MWp Zagtouli photovoltaic solar power plant using the reference network. The power of this power plant represents 8% of RNI load point during the day.

  • Scenario 4: In this scenario, we will simulate the loss of the 55 MW Bobo2 thermal power plant using the reference network. The power of this power plant represents 1/8 of RNI load point.

3. Results and Discussion

3.1. Power Flow Analysis

The network has been modeled, and all equipment has been represented. The power flow calculations (in steady-state conditions) were performed by the software using the Newton-Raphson iteration method. The purpose of these calculations is to determine:

  • The voltages at the various nodes and their phase shifts relative to the current;

  • The active and reactive powers of the different branches;

  • The currents in the different branches.

These power flow analyses were conducted for all the scenarios we described to observe variations in voltage, currents, and power flows.

  • The upper voltage limit permitted for the network equipment is 1.07 pu.

  • The lower voltage limit permitted for the network equipment is 0.93 pu.

The upper admissible load range is 90%.

These tension and load range are those used by the National Electricity Company (SONABEL). The higher 90% load beach avoids overloading network equipment.

Scenario 1. In this reference scenario (year 2021), no elements are overloaded, and the network remains stable with all power plants and interconnections operational.

Figure 3 presents the simulation diagram of Scenario 1.

Figure 3. National Interconnected Network in the initial state (reference state).

Scenario 2 (Loss of Kossodo): Notable overloads: Kossodo 15/90 kV transformer (114.43%), Kossodo line (104.87%), Kossodo power plant (132.61%). The N − 1 criterion is not met.

Figure 4 provides the schematic of the simulation for Scenario 2 (loss of Kossodo).

Figure 4. National Interconnected Network after the loss of interconnections.

Scenario 3 (Loss of Zagtouli): No overloads, the network remains stable, N − 1 criterion met.

Figure 5 provides the schematic of the simulation for Scenario 3 (loss of Zagtouli).

Figure 5. National Interconnected Network after the loss of the Bolgatenga line.

Scenario 4 (Loss of Bobo2): No overloads, N − 1 criterion met.

Figure 6 provides the schematic of the simulation for Scenario (loss of Bobo2).

Figure 6. National Interconnected Network after the loss of the Ferké line.

3.2. Short-Circuit Current Analysis

Figure 7 shows the variation in short-circuit power after the loss of interconnections, and Figure 8 shows the variation in short-circuit current after the loss of interconnections.

Figure 7. Variation in short-circuit power after the loss of interconnections.

Figure 8. Variation in short-circuit current after the loss of interconnections.

Short-circuit currents vary with the loss of elements. For example, at the Zagtouli JDB (33 kV), the short-circuit power decreases from 616.71 MVA (Scenario 1) to 505.08 MVA (Scenario 2), affecting protections calibrated for higher initial values.

3.3. Proposed Solutions

The results of the various scenarios we executed indicate that the current SONABEL network will experience instabilities following the loss of network elements carrying significant power, such as the interconnections with Côte d’Ivoire and Ghana.

Therefore, reinforcements are necessary to ensure the stability and continuity (N − 1 security criterion) of the network’s operation.

The results of the various scenarios we executed indicate that the current SONABEL network will experience instabilities following the loss of network elements carrying significant power, such as the interconnections with Côte d’Ivoire and Ghana.

Therefore, reinforcements are necessary to ensure the stability and continuity (N − 1 security criterion) of the network’s operation.

To comply with the N − 1 criterion, the following is required:

  • Increase the capacity of overloaded equipment (transformers, lines).

  • Add a surplus of 50% of the production capacity (gradually depending on the means available).

  • Convert lines to double circuits or closed-loop configurations.

  • Adapt protections to the new short-circuit currents.

  • Transition to a smart grid with reinforced interconnections and FACTS devices for dynamic stability.

4. Conclusion and Perspectives

The study demonstrates that Burkina Faso’s National Interconnected Network (RNI) remains stable in most failure scenarios, meeting the N − 1 criterion, except during the loss of interconnections, where critical overloads occur. These results, obtained using Digsilent Power Factory for the 2021 horizon, highlight the network’s overall resilience to the integration of solar power plants. However, the interconnection scenario reveals vulnerabilities requiring targeted reinforcements. Solutions such as capacity increases, protection readaptation, and a shift to a smart grid are proposed to ensure continuity. A complementary dynamic study is recommended to further the analysis. This approach aligns with Burkina Faso’s context of growing energy demand.

Nomenclature

Symbol

Designation

Unit

Si

Apparent power at node i

Megavolt-Ampere (MVA)

Pi

Active power at node i

Megawatt (MW)

Qi

Reactive power at node i

Megavolt-Ampere Reactive (MVAR)

SGi

Apparent power generated at node i

Megavolt-Ampere (MVA)

SDi

Apparent power demanded at node i

Megavolt-Ampere (MVA)

PGi

Active power generated at node i

Megawatt (MW)

PDi

Active power demanded at node i

Megawatt (MW)

QGi

Reactive power generated at node i

Megavolt-Ampere Reactive (MVAR)

QDi

Reactive power demanded at node i

Megavolt-Ampere Reactive (MVAR)

ei

Real part of the voltage at busbar i

Kilovolt (kV)

fi

Imaginary part of the voltage at busbar i

Kilovolt (kV)

em

Real part of the voltage at busbar m

Kilovolt (kV)

fm

Imaginary part of the voltage at busbar m

Kilovolt (kV)

Zi

Internal impedance of the source

Ohm (Ω)

Zl

Impedance of the traversed line sections

Ohm (Ω)

Za

Impedance of the encountered equipment

Ohm (Ω)

Icc3

Three-phase short-circuit current

Kiloampere (kA)

Icc2

Two-phase short-circuit current

Kiloampere (kA)

Icc

Single-phase short-circuit current

Kiloampere (kA)

List of Acronyms and Abbreviations

P.u

Per unit

RNI

National Interconnected Network

JDB

Busbar

Conflicts of Interest

The authors declare no conflicts of interest regarding the publication of this paper.

References

[1] Wood, A.J., Wollenberg, B.F. and Sheblé, G.B. (2013) Power Generation, Operation, and Control. 3rd Edition, Wiley-IEEE Press.
[2] Billinton, R. and Li, W. (1994) Reliability Assessment of Electric Power Systems Using Monte Carlo Methods. Springer.
[3] Poggi, P. (2017) Integration of Renewable Energy Systems into Island Electrical Networks. Habilitation à diriger les Recherches, University of Corsica.
[4] Le, T.D. (2014) Contribution of Distributed Generation to Fault Currents, Modeling of Production Means, and Fault Detection Algorithms. Doctoral Dissertation, SUPELEC.
[5] Grainger, J.J. and Stevenson, W.D. (1994) Power System Analysis. McGraw-Hill Education.
[6] Saadat, H. (2010) Power System Analysis. 3rd Edition, PSA Publishing.
[7] Gómez-Expósito, A., Conejo, A.J. and Cañizares, C. (2018) Electric Energy Systems: Analysis and Operation. 2nd Edition, CRC Press.
[8] Bagre, A.O. (2014) Coupling of Photovoltaics Power Plants with Unstable Public Networks: Application to the National Network of Burkina-Faso, Thèse de Doctorat, Université du Havre.
[9] Schavemaker, P. and van der Sluis, L. (2017) Electrical Power System Essentials. 2nd Edition, Wiley.
[10] Rowlands, O.L. (2019) Network Operation and Stability Report 2017-2035. Power Africa Transactions and Reforms Program (PATRP), USAID.

Copyright © 2025 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.