Next Article in Journal
Application of a New Statistical Model for the Description of Solid Fuel Decomposition in the Analysis of Artemisia apiacea Pyrolysis
Previous Article in Journal
Hydrogen as Energy Sources—Basic Concepts
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Steady-State Stand-Alone Power Flow Solvers for Integrated Transmission-Distribution Networks: A Comparison Study and Numerical Assessment

Delft Institute of Applied Mathematcis, Delft University of Technology, 2628 CD Delft, The Netherlands
*
Author to whom correspondence should be addressed.
Energies 2021, 14(18), 5784; https://doi.org/10.3390/en14185784
Submission received: 27 July 2021 / Revised: 1 September 2021 / Accepted: 3 September 2021 / Published: 14 September 2021

Abstract

:
This paper compares and assesses several numerical methods that solve the steady-state power flow problem on integrated transmission-distribution networks. The integrated network model consists of a balanced transmission and an unbalanced distribution network. It is important to analyze these integrated electrical power systems due to the changes related to the energy transition. We classified the existing integration methods as unified and splitting methods. These methods can be applied to homogeneous (complete three-phase) and hybrid (single-phase/three-phase) network models, which results in four approaches in total. These approaches were compared on their accuracy and numerical performance—CPU time and number of iterations—to demonstrate their applicability on large-scale electricity networks. Furthermore, their sensitivity towards the amount of distributed generation and the addition of multiple distribution feeders was investigated. The methods were assessed by running power flow simulations using the Newton–Raphson method on several integrated power systems up to 25,000 unknowns. The assessment showed that unified methods applied to hybrid networks performed the best on these test cases. The splitting methods are advantageous when complete network data sharing between system operators is not allowed. The use of high-performance techniques for larger test cases containing multiple distribution networks will make the difference in speed less significant.

1. Introduction

The study of steady-state power flow solvers for integrated electricity networks is gaining more attention due to challenges that arise from the energy transition. Integrated electricity networks are networks that consist of a transmission and a distribution network. Due to the energy transition, more renewable energy is entering the grid at the distribution level, and demand-side participation as a mechanism to balance frequency is increasing, even as the electricity consumption increases due to the rise of, amongst others, electric vehicles [1,2]. Integrated network models are key to study the interaction that these networks have with each other in this changing environment. On top of that, these challenges increase the size of the network and the frequency of network state analysis. Therefore, load flow solvers should not only be capable of solving the integrated power flow problem, but also run these computations fast and efficiently.
Steady-state load flow analysis is an important tool used for grid operation and planning. Much attention has been paid so far to efficient solvers for the load flow analysis of separate networks [3,4]. In these separate network models, transmission networks include the total load of the distribution network as a balanced load bus, while distribution networks include the transmission network as the slack bus. Although developments of these separate network solvers continue, the focus in this work is on methods that can solve the power flow problem on integrated transmission-distribution network models efficiently. The research fields that are investigating these integrated power systems can be divided into two categories: stand-alone methods [5,6] and cosimulation methods [7,8]. Although cosimulation is an important field and valuable for system operators—because many operators use their own software tools for operation and planning—the focus of this work is on stand-alone methods. The eventual goal of this study is to obtain fast load flow solvers, and more numerical efficiency is expected from stand-alone methods.
Although legislation sometimes prohibits the use of stand-alone methods [6], enough potential use cases for these methods exist, to name a few: Some countries run their electricity network by one system authority being responsible for both transmission and distribution network operation, such as in Brazil [9]. Next to that, cooperation at the international level between system operators is increasing, such as in the European Union by ENTSO-E [10], which allows the use of a stand-alone tool for complete operation and planning. On top of that, one may argue that the innovations that arise from stand-alone methods may not only be valuable for the integrated system field, but also for merely balanced systems where imbalance arises on only a few lines [9].
Integrating transmission and distribution network models are a challenging task, firstly because the transmission network is a balanced network and therefore modeled using a single phase only, while the distribution network is in general not balanced and thus modeled using three phases [11]. Furthermore, also transmission and distribution solvers have been developed separately because of the distinct properties of the networks. Transmission systems are often solved using the power mismatch formulation of Newton–Raphson or with fast decoupled load flow methods [3]. The solvers that have proven to be better for distribution systems are, to list a few, the Newton–Raphson method applied to the current mismatch formulation [12], forward backward sweep methods [13], or modified Z b u s methods [14]. Nevertheless, power flow solvers for integrated network models are being developed, and the field that studies these methods is emerging [15].
A literature review showed that multiple stand-alone approaches exist that integrate transmission and distribution network models. We categorized them into unified [5] and master–slave splitting [6] methods. These approaches can be applied to homogeneous (complete three-phase) or hybrid (single-phase/three-phase) networks [5,16]. Unified methods, also called the MonoTri formulation by the authors [5], make a new integrated network of the two separate networks and solve them in one go. The master–slave-splitting-based distributed global power flow method—which will be called the master–slave splitting method during the rest of this work—adds an additional iterative scheme between the methods such that the networks can be solved separately. The complete system reaches convergence as soon as both the separate systems and the splitting method have converged.
Over the years, improvements of these methods have been made either in the field of dynamic analysis or to handle more physical details of the network itself. The authors of the MonoTri formulation introduced this concept in 2008 and recently published new work in which the MonoTri formulation was used for transient stability analysis [9]. The authors of the splitting formulation introduced this concept in 2005 [17] and have been working on improvements since then [6,18,19], in which the latest work gave a clear description of the master–slave splitting methods including an extensive convergence analysis and improvements that have been made when loops and distributed generation are considered [6].
Additional improvements have been made. In [16], the splitting methods were applied and compared to steady-state unbalanced test cases. In [20], they were tested for dynamic analysis of unbalanced test cases. The work of [21] improved the speed of the MSS methods when radial distribution networks are heavily loaded. They did so by using Thevenin equivalents as the input for the distribution network, instead of taking the voltage of the connecting bus of the transmission network as the input. As defined in [21], the Thevenin equivalent is a type of single-port equivalent, which replaces an entire network by an equivalent circuit consisting of a single voltage in series with an impedance. This means that the impact of the transmission network on the distribution network can be studied by only considering the Thevenin equivalents. In order to calculate the equivalents, a phasor measurement unit (PMU) needs to be installed along the network in order to determine the (voltage, current) pairs at the interface of the two subsystems.
So far, the stand-alone integration methods have been developed, improved, and validated, but what lacks is a thorough and independent comparison study of both methods under the same circumstances. This work consists of a review of the existing stand-alone methods and an assessment of these methods by implementing them on the same set of integrated test cases. The same category of solvers, which are different versions of the Newton–Raphson solver with a direct L U -factorization, is adopted to diminish external influences in order to obtain an objective comparison.
The review in this work included a generic description of both methods and a list of the advantages and disadvantages related to their numerical performance, physical details, and usability. The numerical assessment included an assessment of the steady-state load flow performance of the methods and their sensitivity towards the physical conditions of the network such as the addition of multiple distribution feeders and the amount of distributed generation. The conditions on which the methods were assessed are: the convergence rate, CPU time, and robustness. To do so, integrated networks were created from standard IEEE transmission and distribution test networks. The largest integrated network contained around 25,000 unknowns. The end of the paper contains a discussion about which of the methods can be scaled efficiently to large and realistic networks, in order to fulfill the requirements of the prospected transforming electricity grids.
This paper is organized as follows. Section 2 contains a generic representation of separate electricity transmission and distribution networks, their distinct characteristics, and the (adapted) Newton–Raphson method as a fast and robust solver. Section 3 includes a uniform description of the different integration methods and integrated network models and an extensive review of the methods including a list of the advantages and disadvantages. Section 4 consists of the objective assessment of the numerical performance of the methods by applying them on the same set test cases. Section 5 gives insight into their applicability to realistic and large networks including the main distinctions and comparisons between the methods that arise. Section 6 contains concluding remarks and suggestions for future work.

2. The Power Flow Problem in Single-Phase and Three-Phase Representation

An electricity network model is represented as a graph consisting of buses i = 1 , . . . , N , representing generators, loads, and shunts and branches representing transformers and cables. The steady-state power flow problem of a network determines the voltages V i of each bus given the power supply and demand S i of each bus and the admittance Y i j of each branch [3]. The transmission network, which is a balanced network, is modeled as a single-phase network, where a represents the phase (Appendix A):
S i a = V i a I ¯ i a = V i a ( Y V ¯ ) i a = V i a j = 1 N Y ¯ i j a V ¯ j a
Complex power consists of an active (real) and reactive (imaginary) part: S = P + ι Q . The power flow problem is solved using the Newton–Raphson solver applied to the power mismatch formulation (NR-P) to compute the unknown quantities at each bus i. The power mismatch formulation is written as: Δ S i = S s , i V i j = 1 N Y ¯ i j V ¯ j 0 [3]. Assembling this equation for every bus in the network in an active and reactive component yields the following power mismatch vector:
F ( x ) = Δ P Δ Q = P s P ( x ) Q s Q ( x ) = 0 ,
where x represents the state variables x i = δ i | V i | T , which form the voltage in the phasor notation V i = | V | exp ( ι δ ) i .
Distribution systems are unbalanced; therefore, the distribution network is modeled using all three phases a , b , and c [22]. The power flow Equation (1) in three phases is described by:
S i p = V i p I i p ¯ = V i p j = 1 N q = a , b , c Y i j p q ¯ V j q ¯ , p { a , b , c } .
The Newton–Raphson three-phase current injection method (TCIM) [12] is used to solve the distribution networks. Instead of applying the standard Newton–Raphson method to power mismatches, Ohm’s law is directly used, resulting in the following current mismatch vector:
F ( x ) = Δ I R e , a b c ( x ) Δ I I m , a b c ( x ) = I s R e , a b c I R e , a b c ( x ) I s I m , a b c I I m , a b c ( x ) .
Loads, shunt, transformers, and regulators can be modeled in several configurations. Details can be found in the full version of this work [23].

3. Integration Methods

The transmission and distribution networks are connected to each other via a substation. The substation is a series of tap-changing transformers that transform high-voltage to low-voltage power. This substation can be modeled as a π -element that connects the transmission network from the left and the distribution network from the right, as seen in Figure 1. The single-phase/three-phase connection results in a dimension mismatch at this substation. Table 1 shows the single-phase and three-phase representation of S, V, and Y in the network models.
We classified the approaches to run stand-alone computations on integrated networks as unified and splitting methods and the two ways of modeling integrated networks as homogeneous and as hybrid networks. The unified method solves the integrated system as a whole [5]: The transmission network, substation, and distribution network are connected as one integrated network and then solved. The splitting method iterates between the two networks, and at each iteration, it solves the networks separately [6]. In the splitting method, the substation is part of the distribution network model. This method is similar to the cosimulation approach where the separate domains are solved on its own and coupled using an iterative scheme [7].
Homogeneous networks are networks where both the transmission and distribution network are modeled in three phases. It requires a transformation of the transmission network. Hybrid networks keep the transmission network as a single-phase model, but require a transformation of the substation model. We call the unified approach applied to homogeneous networks the (F3P) method and that applied to hybrid networks the interconnected (IC) method. We call all splitting methods master–slave splitting (MSS) methods. We define the MSS methods based on the network model they are applied to, e.g.,: the splitting approach applied to hybrid networks is called the MSS-hybrid method. Table 2 gives an overview of the methods.

3.1. Unified Methods

Unified methods solve the integrated system using one iterative scheme applied to the entire integrated network. The substation is modeled as a transformer that connects the two networks. It connects a load bus of the transmission network and the original slack bus of the distribution network, which then changes to a load bus. The entire system is solved using one algorithm.

3.1.1. The Full Three-Phase Method

The full three-phase method (F3P) is the unified method applied to homogeneous networks. Unbalanced distribution networks are modeled in three phases; the transmission networks requires a transformation. This transformation is based on the assumption that the transmission system is balanced: the phases b and c can be deducted from the first phase a, and the voltage V a , the complex power S a , and the admittance Y a of all the transmission buses i = 1 , . . . , N are transformed to their three-phase equivalents. The following transformer matrices are used:
T 1 = 1 a 2 a T a n d T 2 = 1 1 1 T , a = e 2 3 π ι ,
and identity matrix I 3 × 3 . This results in the following:
T 1 V a i = V a V b V c i T ,
T 2 S a i = S a S b S c i T ,
3 3 Y 11 a I 3 × 3 Y 12 a I 3 × 3 Y 21 a I 3 × 3 Y 22 a I 3 × 3 i j = 3 3 [ Y 11 a b c Y 12 a b c Y 21 a b c Y 22 a b c ] i j .

3.1.2. The Interconnected Method

The interconnected method (IC) is the unified method applied to hybrid networks. The substation couples the single-phase quantities of bus k at the transmission side to the three-phase quantities at bus m at the distribution side. Therefore, it needs a transformation of its nodal admittance matrix Y k m [5]. The π -element model of the connecting substation is depicted in Figure 1. The following four transformer matrices are used:
T 1 , T 3 = 1 3 [ 1 a a 2 ] , T 4 = 1 3 1 1 1 , T 5 = 1 3 1 a 2 a ,
where a = e 2 3 π ι , to establish the connection of bus k and m via the admittance matrix Y k m . This transformation is based on the assumption that the connecting bus k is perfectly balanced. This means that the single-phase and three-phase quantities are related as follows:
(8) V a V b V c k T = T 1 V a k , (9) I a k = T 3 I a I b I c k T , (10) S a k = T 4 S a S b S c k T .
The change of the transformer substation depends on whether the unified system is solved using NR-Power or NR-TCIM.

Using Current Injections

The NR-TCIM method uses Ohm’s law directly. The relation between node k and m is expressed as follows [5]:
I = Y V I k I m = Y 11 Y 12 Y 21 Y 22 V k V m
If node k and m are both modeled in three phases, the following holds:
I k a b c = Y 11 a b c V k a b c + Y 12 a b c V m a b c ,
I m a b c = Y 21 a b c V k a b c + Y 22 a b c V m a b c .
Equation (12) is multiplied by T 3 to obtain I k a :
I k a = T 3 I k a b c = T 3 Y 11 a b c V k a b c + T 3 Y 12 a b c V m a b c .
Accordingly, V k a b c is substituted into Equations (13) and (14) by T 1 V k a (Equation (8)):
I k a = T 3 I k a b c = T 3 Y 11 a b c T 1 V k a + T 3 Y 12 a b c V m a b c ,
I m a b c = Y 21 a b c T 1 V k a + Y 22 a b c V m a b c .
Equations (15) and (16) result in this new admittance matrix:
1 3 Y k m = 1 3 T 3 [ Y 11 a b c ] T 1 T 3 [ Y 12 a b c ] [ Y 21 a b c ] T 1 Y 22 a b c k m

Using Power Injections

The deduction of the transformed admittance matrix Y k m starting from the power equations, S i = V i ( Y V ¯ ) i , is performed in a similar way [5]. The extended version of this work [23] contains a detailed description. The new nodal admittance matrix, deducted from power equations, is the following:
1 3 Y k m = 1 3 T 5 [ Y k k a b c ] T 1 T 5 [ Y k m a b c ] [ Y m k a b c ] T 1 Y mm a b c k m .

3.2. Master–Slave Splitting Methods

The splitting approach appoints the transmission network as the master and the distribution network as the slave [6]. In the splitting methods, the substation is part of the distribution network model. The methods can also be applied to homogeneous (MSS-homo) and hybrid (MSS-hybrid) networks. In contrast to the unified methods, the MSS methods keeps the master and the slave as two separate domains and introduces an extra iterative scheme between the domains, the MSS scheme. The two domains have one overlapping bus, and this bus is called the boundary bus [6]. The boundary bus is the bus connected to the left side of the substation model and acts as the slack bus for the slave. It can be any load bus of the transmission system.

3.2.1. Algorithmic Approach

The algorithmic approach of the MSS scheme goes as follows: (1) initialize the voltage V b of the boundary bus; (2) start with the slave by initializing the rest of the voltages, and then, solve this system; we obtain the complex power of the boundary bus, S B , required as the initial input for the load bus of the master; (3) inject S B into the master; (4) initialize the rest of the master, and obtain an updated voltage of the boundary bus V B ; (5) compare V B with the voltage from the previous MSS iteration. If it is lower than the tolerance value ε M S S = 10 5 , the MSS system has converged. These steps are summarized in Algorithm 1.
Algorithm 1 The Master-Slave Splitting Iterative Scheme.
1: Set iteration counter ν = 0 . Initialize the voltage V B 0 of the distribution system.
2: Solve the distribution system. Output: S B ν + 1 .
3: Inject S B ν + 1 into the transmission system.
4: Solve the transmission system. Output: V B ν + 1 .
5: Is | V B ν + 1 V B ν | 1 > ε M S S ? Repeat Steps 2 to 5.
As the MSS method solves the transmission and distribution systems separately, it allows for using different algorithms per domain. In this way, the distribution system is solved using the advantageous NR-TCIM method and the transmission system using the NR-power method. Furthermore, the MSS method can be applied to homogeneous networks and to hybrid networks [16], the first one requiring a transformation of the entire master domain, the latter requiring a transformation of the boundary bus only.

3.2.2. The MSS Homogeneous Method

The MSS method applied to homogeneous networks requires a transformation of the single-phase transmission system. The balanced transmission system is transformed in the same way as in the F3P method. The voltage, power, and admittance of all buses i = 1 , , N are transformed to three-phase equivalents. This idea is summarized in Equations (5)–(7) of Section 3.1.1.

3.2.3. The MSS-Hybrid Method

The MSS method applied to hybrid systems keeps the transmission system in a single phase. The original designers of the splitting method [6] transformed the complex power and the voltage of the boundary bus after one run of the slave and the master, respectively. First, the three-phase complex power S B is transformed into a single-phase quantity. Once the master system is solved, the voltage V B B is transformed to a three-phase quantity. Here, again, the transformation is based on the assumption that the boundary bus is completely balanced. Balanced three-phase power in pu is related to single-phase power in (10) according to the following relation:
[ S a ] = T 4 S a S b S c T ,
where T 4 = 1 3 1 1 1 , and a = e 2 3 π ι . The voltage of the boundary bus has the same relation as in (8):
V a V b V c B T = T 1 V a B ,
where T 1 = [ 1 a 2 a ] T , and a = e 2 3 π ι .
Algorithm 1 requires two extra lines: Transformation (19) is added after Step 2 and (20) after Step 4 of Algorithm 1. These steps are similar to transforming the nodal admittance matrix of the substation, which is connected to the slave, directly, in the same manner as explained in Section 3.1.2. In this way, the splitting approach no longer requires the addition of the two extra lines after Steps 2 and 4. Furthermore, it makes the description of the methods applied to hybrid networks generic.
The MSS methods reach convergence if both the separated systems and the MSS scheme have reached convergence, based on a defined tolerance value for the slave, ε S , for the master, ε M , and the MSS algorithm, ε M S S , being met. A summary of the solution approach of the unified and splitting methods applied to homogeneous and hybrid networks is described in the flowchart of Figure 2.

3.3. Advantages and Disadvantages

Based on the theoretical study of the unified and splitting methods and hybrid and homogeneous networks, we list the advantages of one method over another based on numerical performance, physical details, and applicability.
In terms of numerical performance, we firstly expected that the methods applied to hybrid networks perform better in terms of CPU time. Homogeneous networks represent the transmission network in three phases, thus having to process a larger Jacobian matrix: the three-phase Jacobian matrix of a transmission system with N buses will have size 6 N × 6 N compared to a single-phase Jacobian matrix of size 2 N × 2 N . This is an advantage for the hybrid networks. Secondly, it is possible that we may observe a higher number of iterations for the methods applied to hybrid networks. The reasoning behind this expectation was that the substation was modeled as a balanced bus, while it might be unbalanced, as it is directly connected to the unbalanced distribution network. Thirdly, we expected to see an advantage in speed for the unified methods, as they solve the integrated system at once.
An advantage for the splitting methods is that the developments in the improvement of solvers for separate systems continue. As the MSS method is an iterative scheme that is put on top of the separate system solvers, these separate improvements can easily be integrated. The unified methods require new insight into solvers that are capable of solving an integrated system in one go. It is possible that the current unified solvers are not as efficient as separate solvers, as this is a relatively new research field.
In terms of the physical details, the homogeneous networks are a better representation of what is physically occurring as power is generated and transported in three phases over the entire electricity grid. Due to new load types and intermittent renewable generation at the distribution level, imbalance can arise at the transmission level, which would not be captured by hybrid network models.
Lastly, we considered the usability for system operators. Although it seems that unified methods have a clear advantage in terms of numerical performance, one should be aware of the fact that in many countries, it is currently not allowed to exchange complete network information between different system operators. Therefore, the splitting methods are advantageous as only a minimum amount of data sharing is necessary to perform load flow computations. Furthermore, in the unified methods, improvements have been made by the use of domain-decomposition methods [10], which allow different system operators to have a minimum amount of data sharing as well. Despite these improvements, there is still a clear distinction between these two, because computations in the unified methods need to be made on the same computer, while in the case of the master–slave splitting methods, system operators can be in geographically distinct locations and each can run their own computations. A disadvantage that arises then is that it takes more communication time to distribute the data among different computer systems.
The findings are summarized in Table 3.

4. Numerical Experiments

In this section, the numerical experiments that were performed on several test cases are discussed. The problem was implemented using the MATPOWER (MATPOWER is a package of free, open-source MATLAB-language M-files for solving steady-state power system simulation and optimization problems [24].) library. A single core machine with an Intel Core i7-7600 processor, 2.80 GHz CPU, and 8.00 GB memory was used.

4.1. Test Case Description

Integrated test cases were created from the existing transmission and distribution test cases from the MATPOWER library and resources page of IEEE Power & Energy Society [25]. The 9-bus, 118-bus, and 3120-bus networks from MATPOWER were used as balanced network test cases. All these test cases were transmission networks. The IEEE 13-bus, 123-bus, and 8500-bus data from IEEE P&ES were used as unbalanced distribution test cases. The loads of the IEEE test networks were connected according their given configuration, W y e or D e l t a , and load model, Z, I, or P. The loads in the balanced test networks were originally single-phase loads. In the homogeneous networks, they were modeled as Wye-P loads. The transformers in these networks were modeled in a Wye-Wye configuration. The following integrated test cases were created by integrating a balanced network to an unbalanced network:
1: 
Test case T9-D13
2: 
Test case T118-D123
3: 
Test case T3120-D8500

Connection Bus

The following load buses of the transmission networks were selected as the connection bus in the integrated networks: bus 7 in the 9-bus network, bus 108 in the 118-bus network, and bus 2700 in the 3120-bus network. The original reference bus of the distribution network becomes the connection bus at the distribution side of the integrated network. In the unified methods, this former reference bus must be changed to a load bus. In the splitting method, the distribution reference bus remains a reference bus, initialized by the output it receives from the transmission network.

4.2. Numerical Performance

The start of the numerical assessment consisted of simulating the power flow on the integrated test cases and comparing the numerical performance of the methods. The unified methods, the boundary voltage of the MSS method, V B , and the master and slave were initialized with a flat start. The tolerance value of the unified methods, the master, the slave, and the MSS method are defined as ε U = ε M = ε S = ε M S S = 10 5 .
In order to compare the numerical performance, the number of iterations and CPU time are listed in Table 4. Figure 3 and Figure 4 show the relative norms per iteration.
The results of the unified and splitting methods were firstly analyzed. Table 4 shows that the unified methods were faster overall. The splitting methods required, on average, three MSS iterations, and during one iteration, two systems were solved. The expected difference in CPU time was also visible in the results: the splitting methods were around six-times slower than the unified methods. The difference between the hybrid and homogeneous network models was visible, but less significant; the small test cases were even comparable in speed. Overall, the the MSS-homo methods performed the worst and the IC methods performed the best, in line with the expectations.

4.3. Accuracy

To assess how closely the solutions from the approaches matched one another, the per-unit voltage magnitudes of the connecting buses of the four methods were compared.
Table 5 shows the per-unit values of the connecting bus voltage and the differences, from which it can be observed that the solutions closely matched. The comparison of the full voltage profiles, shown in Figure 5 and Figure 6, showed that phases a, b, and c were similar in the T9-D13 case.

4.4. Voltage Unbalance

Besides the numerical performance comparison of the four methods, it was interesting to investigate whether there existed a relationship between the degree of unbalance and the number of iterations used. Unequal mutual coupling between phases on the lines, different voltage drops of the three phases, and unbalanced loads can lead to unbalance. The degree of unbalance is described by the National Electrical Manufactures Association (NEMA), who use the following definition [11]:
V u n b = M a x D e v f r o m A v V a v e r a g e × 100 %
The recommended standard under normal steady-state conditions is that the voltage unbalance of distribution systems will not exceed 3 % . The amount of voltage unbalance of the distribution feeder was calculated to see whether this influenced the number of iterations of the integrated systems. This is shown in Table 6.
It seems that there was no direct correlation between the amount of unbalance on the distribution feeder and the number of iterations.

4.5. Multiple Distribution Networks

Lastly, it was important to know whether the methods would perform on realistic networks. Therefore, the numerical performance assessment was continued on integrating networks containing multiple distribution feeders and on integrating networks with an increased amount of distributed generation. For the numerical assessment of multiple distribution feeders connected to one transmission feeder, the same basis test cases were used, but 3, 5, and 10 distribution networks were added to the transmission network, respectively. They were connected to the same connection bus plus an additional amount of consecutive buses. Table 7 shows the number of iterations and CPU time.
A comparison of Table 4 with Table 7 does not show an increase of iterations when multiple distribution networks were connected. Therefore, it can be concluded that, in general, none of the methods were sensitive to the amount of distribution networks, which makes them applicable for realistic electricity networks. There was almost a one-to-one correlation between the CPU time of the network and the amount of distribution networks.

4.6. Distributed Generation

The second part of the realistic assessment was the sensitivity towards the increase of distributed generation. In order to do so, the amount of PV buses in the distribution feeder was increased. In the original networks, only the D37 network contained a PV bus. We added 4 or 5 PV buses to the original distribution feeders and compared the number of iterations with the original test cases. The original three-phase load buses were changed to PV buses. These results are shown in Table 8.
It is clear that the unified methods were not sensitive to the amount of extra PV buses. The separate master and slave were hardly sensitive to the increase of distributed generation, but this was reflected in the MSS-iterative scheme, where a slight increase in iteration number was visible.

4.7. Speeding Up the Master–Slave Iterative Scheme

It is not efficient to re-initialize the master at every MSS iteration to a flat voltage profile. The suggestion of how to speed up the MSS-splitting method [26] was therefore implemented to see whether it resulted in additional speedup. The idea is as follows: The convergence of the master can be improved by making use of information of the previous MSS iteration (Note that this only works for the master, as the voltage of the slave is relative to the voltage of the boundary bus, as this is the slack bus.)In the current suggested scheme, at every MSS iteration, all the buses—except the boundary bus—were initialized with V = 1.0 pu. In the new speedup scheme, the voltages were initialized with its last obtained solution in the previous MSS iteration, i.e.: V 0 , T ν + 1 = V I , T ν . This idea was implemented, after which the same numerical performance check was executed. The results are described in Table 9.
It is visible in Table 9 that the idea works: the number of master iterations decreased as the MSS iterations increased. However, what is interesting is that this hardly influenced the total elapsed CPU time. In general, the elapsed time of the distribution network was dominant.

5. Large Integrated Electricity Systems: Relative Time and Speedup Comparison

Two types of existing stand-alone methods were compared, and their numerical performance was assessed on small-sized test networks. Real, physical networks are much bigger in size (around millions of buses); distribution networks are much larger than transmission networks (around ten times as big); in many countries, multiple distribution networks (in the order of two to ten) are connected to a single transmission network. The computational time to solve such a system is thus much larger, but also, the total time to solve an integrated system is merely determined by the distribution network, not the transmission network. Taking a closer look at the methods showed that the difference between solving integrated systems as a homogeneous or as a hybrid network is then less significant.
All these problems were so far solved by using the Newton–Raphson solver with either power or current mismatches and a direct L U factorization. When moving to large networks, iterative instead of direct methods such as Newton–Krylov solvers [27] should be considered. Another important factor that should be considered when looking at networks of this size is that sequential solvers often do not suffice, and the use of high-performance computing techniques such as multicore CPUs or GPUs are necessary to solve these systems in a reasonable amount of time. Looking at standard multicore parallel techniques, it is expected that the splitting methods would be well suitable for this, as these methods are a kind of domain decomposition method, where every separated system can be solved on a separate core or even on a completely separate machine. In more detail, every distribution network can be solved in parallel and then send the result of the connecting bus to a master computer, which collects the results and on which the transmission network is solved [6]. The total elapsed time is then equal to the time it takes to solve the slowest distribution network plus the time it takes to solve the transmission network and the communication time to share the results between the independent entities.
Although the splitting methods are a domain decomposition method by design, the unified methods can also be solved using domain decomposition techniques. The authors of [10] introduced the Newton–Krylov–Schwarz method to solve the the unified integrated system in parallel. Next to the advantage of solving this system in parallel, it adds another advantage for the unified methods as only a limited amount of data have to be shared between system operators, just as the splitting methods. Furthermore, here, the obvious choice for the overlapping buses is the bus that connects the two systems. A difference between parallel unified Newton–Krylov–Schwarz methods and parallel splitting methods is that the former need an independent main computer that distributes and collects the necessary data, while the latter can use completely separate entities, even in geographically distinct locations. However, this requires a longer communication time.

6. Conclusions

In this paper, we compared and assessed two types of stand-alone integration methods to solve the power flow problem. We classified them as unified and splitting methods and applied them to hybrid and homogeneous networks. This resulted in four different methods as the starting point of our comparison study and numerical assessment. We analyzed their accuracy and numerical performance—CPU time and number of iterations—using a Newton–Raphson solver together with an L U factorization.
The numerical assessment showed that the unified methods are most favorable, which is in line with the expectations, stated in Section 3.3. As soon as the test cases become larger, the difference becomes more significant. Furthermore, it can be concluded that the methods applied to homogeneous networks take more CPU time than the methods applied to hybrid networks (1.5-times as much). The analysis of the addition of distributed generation and multiple distribution feeder showed that all the methods are relevant for real application.
Overall, it can be concluded that the interconnected method is the most favorable method at this moment, with the emphasis on this moment, because realistically sized networks have often multiple and larger distribution networks. The results between hybrid and homogeneous networks become then less significant. On top of that, these large networks require high-performance computing techniques such as Newton–Krylov methods and domain-decomposition techniques in a parallel or GPU environment. This makes the MSS methods more advantageous, although the developments for unified methods also continue in this field.
The current legislation determines the potential use case of the integration methods. In most countries, the usability of the unified methods is limited as complete network information is not allowed. The use of Newton–Krylov–Schwarz methods by the unified methods can help to share only the information of overlapping connecting buses between system operators, similar to the splitting methods. When system operators operate in geographically distinct locations, only the use of splitting methods is possible. The idea of the unified methods is still interesting for the analysis of separated networks where some imbalance occurs on certain lines of a merely balanced network.
As the developments in electricity network operation pushed by the energy transition are rapidly increasing the size and complexity of integrated power flow computations, we suggest focusing future work on efficient solvers such that the necessary computations can be performed in a reasonable amount of time. We list some concrete suggestions for future work. Firstly, regarding the unified methods, we recommend investigating in more detail which (combination of the) existing solvers are most efficient to solve integrated power systems and why, because the solvers that are currently used are built for separate load flow analysis. Secondly, we recommend to continue the study into iterative and parallel Newton–Krylov techniques for both the unified and splitting methods. As not much attention has been paid yet to these techniques, enough work can be performed on the adaptation of these techniques to integrated power flow computations. Finally, we suggest performing a similar numerical assessment of these techniques, but with more focus on the usability and applicability of these methods, as we expect that the numerical performance of these improved methods will become similar.

Author Contributions

Conceptualization, M.E.K. and C.V.; methodology, M.E.K.; software, M.E.K.; formal analysis, M.E.K.; investigation, M.E.K.; writing—original draft preparation, M.E.K.; writing—review and editing, C.V.; visualization, M.E.K.; supervision, C.V.; funding acquisition, C.V. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by NWO grant number 647.003.002 in the call ESI-bida.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, or in the decision to publish the results.

Appendix A. List of Mathematical Symbols, Subscripts, and Superscripts

Table A1 and Table A2 contain a list of mathematical symbols and a list of subscripts and superscripts, respectively.
Table A1. List of mathematical symbols including their meaning.
Table A1. List of mathematical symbols including their meaning.
Symbol   DescriptionSymbolDescription
aRotation variable, a = e 2 3 π ι PActive power, real part of S
bLine susceptance,
imaginary part of y
QReactive power,
imaginary part of S
δ Voltage angleSComplex power, S = P + ι Q
ϵ Tolerance value T Transformation matrix
F ( x ) Mismatch vector in
the Newton–Raphson method
VVoltage, with angle δ
and magnitude | V |
ICurrent | V | Voltage magnitude
I Amount of iterations x Vector of variables
ι Imaginary unity Line admittance
NAmount of buses in a networkYAdmittance
π Exact numberZImpedance
Table A2. List of subscripts and superscripts used in this work, including their description.
Table A2. List of subscripts and superscripts used in this work, including their description.
SubscriptNameSuperscriptName
BBoundary busaFirst phase
iBus indexbSecond phase
j(Different) bus indexcThird phase
kBus index at transmission side ν Iteration counter
mBus index at distribution sideTTranspose
MMaster
M S S Master–slave splitting
pPhase index
q(Different) phase index
sSpecified
SSlave
UUnified

References

  1. Emmanuel, M.; Doubleday, K.; Cakir, B.; Markovi, M.; Hodge, B.M. A review of power system planning and operational models for fl exibility assessment in high solar energy penetration scenarios. Sol. Energy 2020, 210, 169–180. [Google Scholar] [CrossRef]
  2. Jain, H.; Rahimi, K.; Tbaileh, A.; Robert, P.; Tech, V. Integrated Transmission & Distribution System Modeling and Analysis: Need & Advantages. In Proceedings of the 2016 IEEE Power and Energy Society General Meeting (PESGM), Boston, MA, USA, 17–21 July 2016; pp. 1–5. [Google Scholar] [CrossRef] [Green Version]
  3. Schavemaker, P.; van der Sluis, L. Energy Management Systems. In Electrical Power System Essentials; John Wiley & Sons, Inc.: Sussex, UK, 2008; Chapter 6. [Google Scholar]
  4. Bollen, M.; Hassan, F. Integration of Distributed Generation in the Power System; John Wiley & Sons: Hoboken, NJ, USA, 2011. [Google Scholar] [CrossRef]
  5. Taranto, G.N.; Marinho, J.M. A Hybrid Three-Phase Single-Phase Power Flow Formulation. IEEE Trans. Power Syst. 2008, 23, 1063–1070. [Google Scholar]
  6. Sun, H.; Member, S.; Guo, Q.; Member, S.; Zhang, B.; Guo, Y. Master—Slave-Splitting Based Distributed Global Power Flow Method for Integrated Transmission and Distribution Analysis. IEEE Trans. Smart Grid 2015, 6, 1484–1492. [Google Scholar] [CrossRef]
  7. Palmintier, B.; Hale, E.; Hansen, T.M.; Jones, W.; Biagioni, D.; Baker, K.; Wu, H.; Giraldez, J.; Sorensen, H.; Lunacek, M.; et al. Final Technical Report: Integrated DistributionTransmission Analysis for Very High Penetration Solar PV; National Renewable Energy Lab. (NREL): Golden, CO, USA, 2016. [Google Scholar]
  8. Krishnamoorthy, G.; Dubey, A. A Framework to Analyze Interactions between Transmission and Distribution Systems. In Proceedings of the 2018 IEEE Power Energy Society General Meeting (PESGM), Portland, OR, USA, 5–10 August 2018; pp. 1–5. [Google Scholar] [CrossRef]
  9. Taranto, G.N. Simulation of Integrated Transmission and Distribution Networks with a Hybrid Three-Phase/Single-Phase Formulation. In Proceedings of the IREP Symposium, Espinho, Portugal, 23 July 2018. [Google Scholar]
  10. Guido, S.; Domenico, J.P.; Rinaldo, S.G.; Ceresoli, A.; Merlo, M. Distributing Load Flow Computations Across System Operators Boundaries Using the Newton—Krylov—Schwarz Algorithm Implemented in PETSc. Energies 2018, 11, 2910. [Google Scholar] [CrossRef] [Green Version]
  11. Kersting, W.H. The whys of distribution system analysis. Requirements for a power-flow study. IEEE Ind. Appl. Mag. 2011, 17, 59–65. [Google Scholar] [CrossRef]
  12. Garcia, P.A.N.; Pereira, J.L.R.; Carneiro, S.; Da Costa, V.M. Three-phase power flow calculations using the current injection method. IEEE Trans. Power Syst. 2000, 15, 508–514. [Google Scholar] [CrossRef]
  13. Araujo, L.R.D.; Penido, D.R.R.; Júnior, S.C.; Pereira, J.L.R.; Garcia, P.A.N. Comparisons between the three-phase current injection method and the forward/backward sweep method. Int. J. Electr. Power Energy Syst. 2010, 32, 825–833. [Google Scholar] [CrossRef]
  14. Teng, J.H. A modified Gauss–Seidel algorithm of three-phase power flow analysis in distribution networks. Int. J. Electr. Power Energy Syst. 2002, 24, 97–102. [Google Scholar] [CrossRef]
  15. Montoya, O.D.; Giraldo, J.S.; Grisales-noreña, L.F.; Alvarado-barrios, L. Accurate and Efficient Derivative-Free Three-Phase Power Flow Method for Unbalanced Distribution Networks. Computation 2021, 9, 61. [Google Scholar] [CrossRef]
  16. Kootte, M.; Vuik, C. The Master-Slave Splitting Extended to Power Flow Problems on Integrated Networks with an Unbalanced Distribution Network. Lect. Notes Comput. Sci. Eng. 2021, 139, 625–632. [Google Scholar] [CrossRef]
  17. Sun, H.B.; Zhang, B.M. Global state estimation for whole transmission and distribution networks. Electr. Power Syst. Res. 2005, 74, 187–195. [Google Scholar] [CrossRef]
  18. Sun, H.; Zhang, B. Distributed Power Flow Calculation for Whole Networks Including Transmission and Distribution. In Proceedings of the IEEE/PES Transmission and Distribution Conference and Exposition, Chicago, IL, USA, 21–24 April 2008; pp. 1–6. [Google Scholar] [CrossRef]
  19. Sun, H.; Nikovski, D.; Ohno, T.; Takano, T.; Kojima, Y. A fast and robust load flow method for distribution systems with distributed generations. Energy Procedia 2011, 12, 236–244. [Google Scholar] [CrossRef] [Green Version]
  20. Huang, G.; Vittal, V. Integrated Transmission and Distribution System Power Flow and Dynamic Simulation Using Mixed Three-Sequence Three-phase modeling. IEEE Trans. Power Syst. 2017, 32, 3704–3714. [Google Scholar] [CrossRef]
  21. Yang, J.; Yun, Z. Electrical Power and Energy Systems The Thevenin equivalent based power fl ow method for integrated transmission and radial distribution networks. Int. J. Electr. Power Energy Syst. 2020, 123. [Google Scholar] [CrossRef]
  22. Sereeter, B.; Vuik, K.; Witteveen, C. Newton power flow methods for unbalanced three-phase distribution networks. Energies 2017, 10, 1658. [Google Scholar] [CrossRef]
  23. Kootte, M.E.; Romate, J.; Vuik, C. Solving the Power Flow Problem on Integrated Transmission-Distribution Networks: A Review and Numerical Assessment; Delft University of Technology: Delft, The Netherlands, 2021. [Google Scholar]
  24. Zimmerman, R.D.; Murillo-Sánchez, C.E.; Thomas, R.J. MATPOWER: Steady-state operations, planning, and analysis tools for power systems research and education. IEEE Trans. Power Syst. 2011, 26, 12–19. [Google Scholar] [CrossRef] [Green Version]
  25. Schneider, K.P.; Mather, B.A.; Pal, B.C.; Ten, C.W.; Shirek, G.J.; Zhu, H.; Fuller, J.C.; Pereira, J.L.; Ochoa, L.F.; De Araujo, L.R.; et al. Analytic Considerations and Design Basis for the IEEE Distribution Test Feeders. IEEE Trans. Power Syst. 2018, 33, 3181–3188. [Google Scholar] [CrossRef]
  26. Kootte, M.E.; Sereeter, B.; Vuik, C. Solving the Steady-State Power Flow Problem on Integrated Transmission-Distribution Networks: A Comparison of Numerical Methods. In Proceedings of the 2020 IEEE PES Innovative Smart Grid Technologies Europe (ISGT-Europe), The Hague, The Netherlands, 26–28 October 2020; pp. 899–903. [Google Scholar] [CrossRef]
  27. Idema, R.; Member, S.; Lahaye, D.J.P.; Vuik, C.; Sluis, L.V.D.; Member, S. Scalable Newton-Krylov Solver for Very Large Power Flow Problems. IEEE Trans. Power Syst. 2012, 27, 390–396. [Google Scholar] [CrossRef] [Green Version]
Figure 1. The substation transformer in an integrated network connecting a single-phase transmission bus k and a three-phase distribution bus m.
Figure 1. The substation transformer in an integrated network connecting a single-phase transmission bus k and a three-phase distribution bus m.
Energies 14 05784 g001
Figure 2. Algorithmic process of the unified and splitting methods.
Figure 2. Algorithmic process of the unified and splitting methods.
Energies 14 05784 g002
Figure 3. Representation of the relative norms of | F | , per iteration, of the interconnected and full three-phase methods for three test cases. It is shown that quadratic convergence is preserved (after the first iteration for some of the test cases). The horizontal black dotted line is the tolerance value. Note that the results of the IC methods are not clearly visible because the graphs are below the F3P results.
Figure 3. Representation of the relative norms of | F | , per iteration, of the interconnected and full three-phase methods for three test cases. It is shown that quadratic convergence is preserved (after the first iteration for some of the test cases). The horizontal black dotted line is the tolerance value. Note that the results of the IC methods are not clearly visible because the graphs are below the F3P results.
Energies 14 05784 g003
Figure 4. Representation of the relative norms of | V B ν + 1 V B ν | 1 , per iteration, of the splitting methods for three different test cases. It is shown that the iterative scheme has linear convergence. The horizontal black dotted line is the tolerance value.
Figure 4. Representation of the relative norms of | V B ν + 1 V B ν | 1 , per iteration, of the splitting methods for three different test cases. It is shown that the iterative scheme has linear convergence. The horizontal black dotted line is the tolerance value.
Energies 14 05784 g004
Figure 5. Per-unit voltage profile of the three phases of the Interconnected and full three-phase method. The represented network is the T9-D13 network.
Figure 5. Per-unit voltage profile of the three phases of the Interconnected and full three-phase method. The represented network is the T9-D13 network.
Energies 14 05784 g005
Figure 6. Per-unit voltage profile of the three phases of the master–slave hybrid and homo splitting methods. The represented network is the T9-D13 network.
Figure 6. Per-unit voltage profile of the three phases of the master–slave hybrid and homo splitting methods. The represented network is the T9-D13 network.
Energies 14 05784 g006
Table 1. Representation of the parameters in transmission and distribution network models.
Table 1. Representation of the parameters in transmission and distribution network models.
ParameterTransmissionDistribution
   S i [ S a ] i S a S b S c i T
   V i [ V a ] i V a V b V c i T
Y i j Y 11 a 1 × 1 Y 12 a 1 × 1 Y 21 a 1 × 1 Y 22 a 1 × 1 i j Y 11 a b c 3 × 3 Y 12 a b c 3 × 3 Y 21 a b c 3 × 3 Y 22 a b c 3 × 3 i j
Table 2. Classification of numerical methods to solve integrated systems.
Table 2. Classification of numerical methods to solve integrated systems.
Integrated Approach
Network ModelUnifiedSplitting
HybridInterconnected (IC)
Transform substation
Solve as a whole
MSS-hybrid
Transform substation
Extra iterative scheme
HomogeneousFull three-phase (F3P)
Transform Transmission
Solve as a whole
MSS-homo
Transform Transmission
Extra iterative scheme
Table 3. Advantages and disadvantages of the network models and integration methods.
Table 3. Advantages and disadvantages of the network models and integration methods.
AdvantagesDisadvantages
HybridSmaller Jacobian
In line with current
separated models
Balanced substation bus
HomogeneousIntuitive physical approach
Suitable for unbalanced
transmission conditions
Larger system
UnifiedOne outer iterationSame solver (NR) must be
used for complete system
SplittingLimited data sharing
between system operators
Allows for continuation
of separate developments
Extra iterative scheme
Table 4. Comparison on number of iterations (for the MSS method: I M S S of the MSS scheme and I M and I D , the average number of iterations per sub domain) and CPU time of the integration methods, of three test cases. The top table displays methods applied to hybrid and the bottom one on homogeneous networks. The slowest CPU times are printed in bold.
Table 4. Comparison on number of iterations (for the MSS method: I M S S of the MSS scheme and I M and I D , the average number of iterations per sub domain) and CPU time of the integration methods, of three test cases. The top table displays methods applied to hybrid and the bottom one on homogeneous networks. The slowest CPU times are printed in bold.
ICMSS-Hybrid
I U CPU I MSS I M I S CPU
Test Case#s###s
T9-D1330.0163440.901
T118-D12340.0253750.807
T3120-D850040.3673652.569
F3PMSS-Homo
I U CPU I MSS I M I S CPU
Test Case#s###s
T9-D1330.0153441.071
T118-D12340.0393451.173
T3120-D850040.6123653.697
Table 5. Per-unit voltage profiles of the connection bus in different networks and the differences between hybrid and homogeneous network models.
Table 5. Per-unit voltage profiles of the connection bus in different networks and the differences between hybrid and homogeneous network models.
Unified Splitting
ICF3P HybridHomo
Test CasePhase | V | | V | | V | IC | V | F 3 P | V | | V | | V | Hy | V | Ho
T9-D13A1.00751.0076 1.00 × 10 4 1.00741.0073 1.00 × 10 4
B1.00751.0076 1.00 × 10 4 1.00741.0073 1.00 × 10 4
C1.00751.0074 1.00 × 10 4 1.00741.0075 1.00 × 10 4
T118-D123A0.96510.9651 0.00 × 10 0 0.96620.9662 0.00 × 10 0
B0.96510.9652 1.00 × 10 4 0.96620.9661 1.00 × 10 4
C0.96510.9651 0.00 × 10 0 0.96620.9661 1.00 × 10 4
T3120-D8500A1.07161.0716 0.00 × 10 0 1.07221.0722 0.00 × 10 0
B1.07161.0715 1.00 × 10 4 1.07221.0722 0.00 × 10 0
C1.07161.0716 0.00 × 10 0 1.07221.0722 0.00 × 10 0
Table 6. The amount of maximum and average voltage unbalance of the distribution feeder for the three different test cases and the number of iterations of the three different methods.
Table 6. The amount of maximum and average voltage unbalance of the distribution feeder for the three different test cases and the number of iterations of the three different methods.
UnifiedSplitting
ImbalanceICF3PHybridHomo
MaxAvg I U I U I MSS I MSS
Test Case%%####
T9-D134.242.023333
T118-D1231.961.004433
T3120-D85005.873.234433
Table 7. Comparison on number of iterations and CPU time of the integration methods, applied to the test cases having multiple distribution feeders connected. The change in iteration number, compared to the original networks, are bold.
Table 7. Comparison on number of iterations and CPU time of the integration methods, applied to the test cases having multiple distribution feeders connected. The change in iteration number, compared to the original networks, are bold.
ICMFS-Hybrid
I U CPU I MSS I M I S CPU
Test Case#s###s
T9-3D13 (7–9)30.0203451.494
D33-2D37 (30–31)100.04813564.974
T118-5D123 (108–112)40.0603741.691
T3120-10D8500 (2700–2709)53.01536412.51
F3PMFS-Homo
I U CPU I MSS I M I S CPU
Test Case#s###s
T9-3D13 (7–9)30.0173451.791
D33-2D37 (30–31)120.06513566.833
T118-5D123 (108–112)40.0733441.973
T3120-10D8500 (2700–2709)43.67536414.53
Table 8. Influence of PV buses on the number of iterations. The changes in iteration number compared to the original network are bold.
Table 8. Influence of PV buses on the number of iterations. The changes in iteration number compared to the original network are bold.
OriginalDistr. Generation
PVICMSS-HybridPVICMSS-Hybrid
Test CaseBuses I U I MSS I M I S Buses I U I MSS I M I S
T9-D130334443545
T118-D1230437554675
T3120-D85000436554364
OriginalDistr. Generation
PVF3PMSS-HomoPVF3PMSS-Homo
Test CaseBuses I U I MSS I M I S Buses I U I MSS I M I S
T9-D130334443645
T118-D1230434554645
T3120-D85000436554364
Table 9. The number of master iterations per MSS iteration and the CPU time of the three different test cases when the idea of speeding up the splitting methods is applied.
Table 9. The number of master iterations per MSS iteration and the CPU time of the three different test cases when the idea of speeding up the splitting methods is applied.
MSS-Hybrid
I MSS I M 1 I M 2 I M 3 I M 4 I S CPU
Test Case######s
T9-D133421450.785
T118-D1233711-50.831
T3120-D85003621-52.227
MSS-Hybrid
I MSS I M 1 I M 2 I M 3 I M 4 I S CPU
Test Case######s
T9-D133421451.028
T118-D1233421-51.118
T3120-D85003621-53.651
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Kootte, M.E.; Vuik, C. Steady-State Stand-Alone Power Flow Solvers for Integrated Transmission-Distribution Networks: A Comparison Study and Numerical Assessment. Energies 2021, 14, 5784. https://doi.org/10.3390/en14185784

AMA Style

Kootte ME, Vuik C. Steady-State Stand-Alone Power Flow Solvers for Integrated Transmission-Distribution Networks: A Comparison Study and Numerical Assessment. Energies. 2021; 14(18):5784. https://doi.org/10.3390/en14185784

Chicago/Turabian Style

Kootte, Maria Eliza, and Cornelis Vuik. 2021. "Steady-State Stand-Alone Power Flow Solvers for Integrated Transmission-Distribution Networks: A Comparison Study and Numerical Assessment" Energies 14, no. 18: 5784. https://doi.org/10.3390/en14185784

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop