Skip to main content

Simulation of electromagnetic descriptor models using projectors

Abstract

Electromagnetic descriptor models are models which lead to differential algebraic equations (DAEs). Some of these models mostly arise from electric circuit and power networks. The most frequently used modeling technique in the electric network design is the modified nodal analysis (MNA) which leads to differential algebraic equations in descriptor form. DAEs are known to be very difficult to solve numerically due to the sensitivity of their solutions to perturbations. We use the tractability index to measure this sensitivity since it can be computed numerically. Simulation of DAEs is a very difficult task especially for those with index greater than one. To solve higher-index DAEs, one needs to use multistep methods such as Backward difference formulas (BDFs). In this paper, we present an easier method of solving DAEs numerically using special projectors. This is done by first splitting the DAE system into differential and algebraic parts. We then use the existing numerical integration methods to approximate the solutions of the differential part and the solutions of the algebraic parts are computed explicitly. The desired solution of the DAE system is obtained by taking the linear combination of the solutions of the differential and algebraic parts. Our method is robust and efficient, and can be used on both small and very large systems.

1 Introduction

Consider a linear Resistor-Inductor-Capacitor (RLC) electric network which connects linear capacitors, inductors and resistors, and independent voltage v(t) R n V and current sources ı(t) R n I . Circuit designers are interested to know the unknowns which describe the network which are: the node potentials e(t) R n e , and the currents ı L (t) R n L and ı V (t) R n V through inductors and voltage sources, respectively. Using the commonly used Modified Nodal Analysis (MNA) [1], we introduce the incidence matrices A C R n e , n C , A L R n e , n L and A R R n e , n G , which describe the branch-node relationships for capacitors, inductors and resistors. Furthermore, we introduce the incidence matrices A V R n , n V and A I R n e , n I , which describe this relationship for voltage and current sources, respectively. This leads to a linear time invariant (LTI) DAE system in descriptor form:

[ A C C A C T 0 0 0 L 0 0 0 0 ] E x = [ A R G A R T A L A V A L T 0 0 A V T 0 0 ] A x+ [ A I 0 0 0 0 I ] B [ ı v ] u ,
(1)

where C R n C , n C , L R n L , n L and G R n G , n G are the capacitance, inductance and conductance matrices, respectively which are usually assumed to be symmetric and positive-definite. We need to find the unknowns x= ( e , ı L , ı V ) T of the system (1). If we let n= n e + n L + n V and m= n I + n V , then E,A R n , n , B R n , m and u R m . Equation (1) can be solved depending to the elements in the electric networks. For example if we consider a resistor network, (1) simplifies to a system of algebraic equations which implies that E=0. Thus we need to solve a linear system of the form Ax=Bu. But if the network contains a combination of resistors and other elements, this leads to differential algebraic equations (DAEs), i.e., det(E)=0. In this paper, we consider electric networks which leads to DAEs.

DAEs are very difficult to solve numerically due to the sensitivity of their solutions to perturbations. This sensitivity is measured by the index concepts such as differentiation index, perturbation index and tractability index. We use the tractability index because it can be obtained numerically. According to [1], a DAE-index from electric networks cannot be greater than 2. Thus we assume (1) has maximum index of 2. In order to solve DAEs we assume the following: (i) the matrix pencil λEA must be nonsingular for some λC. (ii) the input vector u must be smooth enough. Further more consistent initial values x(0)= x 0 must be applied.

A lot of work has been done to solve DAE system using multistep methods such BDFs, NDFs and Runge–Kutta methods [2]. Although these methods are accurate they need a lot of computational effort depending on the index of DAE system, for example index-2 systems, BDF is convergent and globally accurate to O( h k ) but these require tight Newton solutions accurate to O( h k + 1 ) [3]. The implicit Euler method loses order of accuracy with each increase in index, thus cannot be used in practice to solve DAE systems numerically [3].

In this paper, we propose a new way of solving DAEs using special projectors. This method enables one to use any ODE numerical methods to solve DAE systems. This idea was first introduced by März [4], and it involves splitting the DAE system into differential and algebraic parts using projector and matrix chains. Then one can use existing numerical integrations methods to solve the differential part and the some components of the algebraic part are approximated using numerical differential methods for DAEs with index greater than one. The desired solution is obtained by the linear combination of the solutions of the differential and algebraic parts. This approach leads to a decoupled system of dimension (μ+1)n, where μ is the tractability index. Moreover, the spectrum of the decoupled system consists not only of the spectrum of the matrix pencil (E,A) of the original system but also of additional infinite eigenvalues [5]. In practice a system should be stable otherwise it may not work properly or may even be destroyed in practical use. There is a direct criterion for the stability of regular descriptor linear systems which indicates that the stability of the system (1) is totally determined by spectrum of the matrix pencil σ(E,A) [6]. The set of all finite eigenvalues of the matrix pencil (E,A) is denoted by σ f (E,A) which is called the finite spectrum while the infinite spectrum of the matrix pencil (E,A) is denoted by σ (E,A). Thus the spectrum of (E,A) is donated by σ(E,A)= σ f (E,A) σ (E,A). System (1) is stable if and only if

σ f (E,A) C = { s C , Re ( s ) 0 ,  and any  Re ( s ) = 0  is simple } .

Thus, we need to make sure the physical properties of the DAE system (1) such as stability to be inherited in its decoupled system. This motivated us to do some modifications in the März decomposition, using special basis vectors, which leads to a modified decoupled system of dimension n. Moreover, this decoupling preserves the spectrum of the matrix pencil (E,A) of the DAE.

This paper is organized as follows: In Section 2, we discuss the decoupling of LTI DAE system using März decomposition and its limitation. In Section 3, we propose the modification of the März decomposition using bases of special projectors. In this section we further discuss the modified decoupling of index-1 and -2 electric systems. We observed that higher index DAEs can decoupled into two ways depending on the spectrum of the matrix pencil (E,A). In Section 4, we check whether the decoupled system preserves the physical properties of the DAE system. In Section 4.1, we compare the numerical accuracy of the decoupled and undecoupled system. In Section 5, we test the proposed method on both simple and industrial problems. The industrial examples show the feasibility of this method on real-life applications. This paper is concluded by some final remarks in Section 6.

2 Decoupling of LTI DAE systems using projectors

Assume (1) is of tractability index μ. Setting E 0 :=E, A 0 :=A, then the projector and matrix chains of the matrix pair (E,A) can be written as: E j + 1 = E j A j Q j , A j + 1 := A j P j , j0, where the image space of the projector Q j is equal to the nullspace of singular matrix E j , i.e., Im Q j =Ker E j and P j =I Q j is the complementary projector. There exists μ such that E μ is nonsingular while E j are singular for all 0j<μ1. In order to make sure projector products are also projectors, März [4] suggested an additional constraint Q j Q i =0, j>i on the projector construction for higher index DAEs. Using these chains we can rewrite (1) as projected system of index-μ:

P μ 1 P 0 x + Q 0 x++ Q μ 1 x= E μ 1 ( A μ x+Bu).
(2)

As a consequence, (2) can be decoupled into 1 differential part and μ algebraic parts. Unfortunately, März decomposition leads to decoupled system of larger dimension (1+μ)n than the dimension n of (1) and also it doesn’t preserve the spectrum of the matrix pencil. This motivated us to modify her decoupled system using special basis vectors introduced in [7] and [5] for index-1 and -2, respectively. This modification leads to a decoupled system which preserves the dimension and the stability of the DAE system. In fact, the dimension of the differential part is equal to the dimension of the finite spectrum of the matrix pencil (E,A). Thus, the stability of the solutions of the decoupled system is guaranteed. We discuss this modification for index-1 and -2 systems in the next section.

3 Modification of the März decomposition

In this section, we modify the März decomposition using special basis vectors. This decomposition leads to a decouple system that preserves the dimension and the spectrum of the matrix pencil of the DAE system.

3.1 Decoupling of index-1 electric networks

Here we assume Equation (1) is of index-1 which implies μ=1 in Equation (2). We then construct basis vectors ( p 0 , q 0 ) in R n for the projectors P 0 and Q 0 with their inversion ( p 0 , q 0 ) T , where p 0 T R n , n 0 , q 0 T R n , k 0 and n= n 0 + k 0 . Thus an index-1 electric network can be decoupled as:

(3a)
(3b)

Then, the solution of (1) can be computed using the formula:

x= p 0 ξ p + q 0 ξ q ,
(4)

where A p := p 0 T E 1 1 A 0 p 0 R n 0 , n 0 , B p := p 0 T E 1 1 B R n 0 , m , A q := q 0 T E 1 1 A 0 p 0 R k 0 , n 0 and B q := q 0 T E 1 1 B R k 0 , m . Observe that (3a) and (3b) can be solved in a hierarchical way and the desired solutions of the DAE system can be obtained using (4). We observe that the differential part (3a) can be solved using ODE numerical methods and algebraic part (3b) can solved explicitly using the solutions from the differential part. This decoupled system always preserves the dimension since n= n 0 + k 0 and the stability of (1) since it can easily be proved that σ( A p )= σ f (E,A). The proof can be found in [7]. n 0 and k 0 is the number of differential and algebraic equations, respectively.

3.2 Decoupling of index-2 electric networks

We now assume (1) is of index-2 which implies μ=2 in Equation (2). We first construct basis vectors ( p 0 , q 0 ) in R n with their inversion ( p 0 , q 0 ) T for the projectors P 0 and Q 0 , where p 0 R n , n 0 , q 0 R n , k 0 . For this case we have two possibilities depending on the spectrum of the matrix pencil (E,A).

3.2.1 Matrix pencil (E,A) with at least one finite eigenvalue

Here, we assume that the matrix pencil (E,A) of Equation (1) has at least one finite eigenvalue. Using projector chains Q 1 , P 1 R n , n leads to a theorem below [5].

Theorem 1 Let P 01 = p 0 T P 1 p 0 , Q 01 = p 0 T Q 1 p 0 . Then P 01 , Q 01 R n 0 , n 0 are projectors in R n 0 provided the constraint condition Q 1 Q 0 =0 holds.

Next, we construct another basis vectors ( p 01 , q 01 ) in R n 0 made of n 01 independent columns of projector P 01 and k 1 independent columns of its complementary projector Q 01 such that n 0 = n 01 + k 1 . Let the inverse of this basis be denoted by ( p 01 , q 01 ) T . Then Equation (1) can be decoupled as:

(5a)
(5b)
(5c)

and the desired solution of (1) is given by:

x= p 0 p 01 ξ p + p 0 q 01 ξ q , 1 + q 0 ξ q , 0 ,
(6)

where A p := p 01 T p 0 T E 2 1 A 2 p 0 p 01 R n 01 , n 01 , B p := p 01 T p 0 T E 2 1 B R n 01 , m , A q , 1 := q 01 T p 0 T E 2 1 A 2 p 0 p 01 R k 1 , n 01 , B q , 1 := q 01 T p 0 T E 2 1 B R k 1 , m , A q , 0 := q 0 T P 1 E 2 1 A 2 p 0 p 01 R k 0 , n 01 , B q , 0 := q 0 T P 1 E 2 1 B R k 0 , m and A q , 01 := q 0 T Q 1 p 0 q 01 R k 0 , k 1 . Equations (5a), (5b) and (5c) are of dimension n 01 , k 1 and k 0 , respectively, where n= n 01 + k 1 + k 0 . System (5a)-(5c) also preserves the dimension and stability of system (1). Since it also be proved that σ( A p )= σ f (E,A). For the purpose of stable numerical implementation decoupled system (5a)-(5c) and (6) can be rewritten as:

(7a)
(7b)
(7c)

where ξ q = ( ξ q , 1 , ξ q , 0 ) T R n q , A q = ( A q , 1 , A q , 0 ) T R n q , n 2 , B q = ( B q , 1 , B q , 0 ) T R n q , m , u ( i ) = d i u d t R m and

(8)

is a strictly lower triangular nilpotent matrix of index 2. Also the decoupled system (7a)-(7c) can be solved in a hierarchical way and the desired solutions of the DAE system can be obtained using (7c).

3.2.2 Matrix pencil (E,A) with no finite eigenvalues

We assume that the matrix pencil (E,A) of Equation (1) has no finite eigenvalues, i.e. det(λEA)=cR{0}, λC. Thus Equation (1) can be decoupled as:

(9a)
(9b)

and the desired solution of (1) is given by:

x= p 0 ξ q , 1 + q 0 ξ q , 0 ,
(10)

where B q , 1 = p 0 T E 2 1 B R n 0 , m , B q , 0 = q 0 T P 1 E 2 1 B R k 0 , m and A q , 01 = q 0 T Q 1 p 0 R k 0 , n 0 . Here n= n 0 + k 0 . Still system (9a) and (9b) can simplified to:

(11a)
(11b)

where ξ q = ( ξ q , 1 , ξ q , 0 ) T R n , B q = ( B q , 1 , B q , 0 ) T R n , m , u ( i ) = d i u d t R m and is also a strictly lower triangular nilpotent matrix of index 2 which is defined as (8). We can observe that we do not need initial conditions to solve system (11a) and (11b), in fact the solutions are computed explicitly. We note that the input vector u must be at least μ1 times differentiable.

We have discussed that index-1 and -2 electric networks can be decoupled using special basis vectors. These special basis vectors can be computed numerically in an efficient way using the LUQ routine discussed in [8]. Hence this procedure can be applied even on very large electric networks as illustrated in Section 5.2. We call this method the Split-DAE method since it involves splitting the DAE system into differential and algebraic variables.

4 Analysis of decoupled electric networks

In this section, we analyse the solutions of the decoupled systems discussed in the previous section. For simplicity we need to first rewrite the decoupled systems back into the descriptor form:

(12a)
(12b)

where E ˜ , A ˜ ,V R n , n , B ˜ R n , m and ξ R n is the projected state space. We note that the solutions of (1) and (12a) and (12b) coincide since the two systems are equivalent to each other. This implies the spectrum of matrix pair (E,A) and ( E ˜ , A ˜ ) must also coincide. System (12a) and (12b) is much easier to solve than its counter part and moreover it reveals the interconnection or structure of the DAE system. Assume the matrix pencil (E,A) of (1) has at least one finite eigenvalue then following theorem below holds:

Theorem 2 If the matrix pair (E,A) has at least one finite eigenvalue, there exist finite λC such that:

det(λI A p )=0.

This implies that σ f (E,A)=σ( A p ).

Thus the stability of the decoupled system (12a) and (12b) depends on the stability of the differential part. Hence if Equation (1) is stable then also (12a) and (12b) must be stable.

Using the decoupled systems in Section 3, we derive the matrices ( E ˜ , A ˜ , B ˜ ,V) below:

  1. 1.

    Index 1 electric networks

From decoupled system (3a) and (3b) we obtain:

E ˜ : = [ I n 0 0 0 0 ] , A ˜ : = [ A p 0 A q I k 0 ] , B ˜ : = [ B p B q ] , V : = [ p 0 q 0 ] and ξ : = [ ξ p ξ q ] .
(13)
  1. 2.

    Index 2 electric networks

  2. (i)

    Matrix pencil (E,A) with at least one finite eigenvalue

From decoupled system (5a)-(5c) we obtain:

(14)
  1. (ii)

    Matrix pencil (E,A) with no finite eigenvalues

From decoupled system (9a) and (9b) we obtain:

(15)

We observe that the descriptor form with differential part takes the same form for the case of index-1 and -2 system though for index-1 systems. We use this form only for analysis of the solutions of the DAE system (1) but not for solving. For solving one need to solve the decoupled systems derived in the previous section.

4.1 Numerical accuracy of the decoupled system

Suppose that we want to approximate the solution of the DAE system (12a) and (12b). We can do this by discretizing the time interval t[0,T] into N subintervals using h= T 0 N time-steps and set t n =ih, i=0,1,,N1. We can then approximate the solutions of DAE system (12a) and (12b) at every point. For simplicity, we consider the implicit Euler method since is the starting point for most high order methods and numerically stable. Applying this method on (12a), we obtain:

E ˜ ( ξ i + 1 ξ i ) h = A ˜ ξ i + 1 + B ˜ u i + 1 .
(16)

Rearranging Equation (16) we obtain:

ξ i + 1 = ( E ˜ h A ˜ ) 1 [ E ˜ ξ i +h B ˜ u i + 1 ].
(17)

Thus the approximate solution of Equations (12a) and (12b) can be obtained using the formula: x i + 1 =V ξ i + 1 . Then the exact solution of Equations (12a) and (12b) is given by x( t i )=Vξ( t i ). The exact solution ξ( t i ) of Equation (12a) satisfies:

E ˜ [ ξ ( t i + 1 ) ξ ( t i ) h + h 2 ξ ( η ) ] = A ˜ ξ( t i + 1 )+ B ˜ u( t i + 1 ).

Defining the global error e i :=ξ( t i ) ξ i and setting e 0 =0, since the consistent initial condition is known. We obtain an iterative process below:

e i + 1 = ( E ˜ h A ˜ ) 1 E ˜ [ e i h 2 2 ξ ( η ) ] ,i0.
(18)

We use Equation (18) to analyse the accuracy of the implicit Euler method for the first step, i.e. i=1 using the following cases.

  1. 1.

    Index 1 systems

Using system matrices (13), we obtain:

( E ˜ h A ˜ ) 1 E ˜ = [ ( I n 0 h A p ) 1 0 A q ( I n 0 h A p ) 1 0 ] , ξ (η)= [ ξ p ( η ) A q ξ p ( η ) + B q u ( η ) ] .
(19)

Substituting Equation (19) into Equation (18), leads to:

e 1 = h 2 2 [ ( I n 0 h A p ) 1 ξ p ( η ) ( I n 0 h A p ) 1 ξ p ( η ) ] =O ( h 2 ) .

We observe that this corresponds to the local error for implicit Euler method. This implies that the accuracy of the solutions of the decoupled system is determined by the numerical accuracy of the differential part. As illustrated in Example 1.

  1. 2.

    Index 2 systems

As we have already discussed for the case of index-2 system in Section 3.2, we need to consider two cases: We observe that also this case the implicit Euler method loses local error accuracy. For our method we do not need to use any integration method since the solutions of the decoupled system (11a) are computed ellipticity. This is also illustrated in the Example 3.

  1. (i)

    Matrix pencil (E,A) with at least one finite eigenvalue

Here we use system matrices (14) and obtain:

(20)

where M p = ( I n 01 h A p ) 1 , and ξ q (η) is defined by expression (7b). Substituting Equation (20) into (18), leads to:

(21)

since h 3 M L A q M p =O( h 2 ) and . We observe that for this case implicit Euler method loses accuracy. We observe that the hidden constraint (7b) destroys the accuracy of the implicit Euler method. We do not face this problem in our method since the algebraic part (7b) is computed explicitly. For our method the accuracy will depend on the method used to solve the differential part (7a). This is illustrated in Example 2.

  1. (ii)

    Matrix pencil (E,A) with no finite eigenvalue

Using system matrices (15), we obtain:

(22)

where M L is defined as in the previous case while ξ q (η) is defined by (11a). Substituting Equation (22) into Equation (18), we obtain:

Hence implicit Euler method loses accuracy for each increase in the index if used on the DAE system directly. Thus first decoupling the DAE system (1) into differential and algebraic parts is a robust and effective way of solving DAEs. Since on the differential part one can use any numerical integration method and then the solutions of the algebraic part can be obtained explicitly. Hence the Split-DAE method is a very accurate method and very easy to implement as compared to its counterparts discussed in [2].

5 Numerical experiments

In this section, we test our proposed method in Section 3 using problems from electromagnetic community since is the main focus of this paper but it can also be applied to other applications.

5.1 Simple examples

Here, we explicitly discuss how to decouple DAEs into differential and algebraic parts using projectors. We illustrate this using examples below. Example 1 is an index-1 electric network while Example 2 is an index-2 electric network whose decoupled system has a differential part. In Example 3, we illustrate the decoupling of index-2 system without differential part.

Example 1 Consider a linear RLC electric network in Figure 1. We need to find the unknowns x= [ e 1 e 2 e 3 ı L ı V ] T in the above electric network. In order to find the unknowns we use the MNA to formulate a mathematical model of the form (1) with system matrices:

E= [ 0 0 0 0 0 0 0 0 0 0 0 0 C 0 0 0 0 0 L 0 0 0 0 0 0 ] ,A= [ G G 0 0 1 G G 0 1 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 ] ,B= [ 0 0 0 0 1 ] .
(23)

We observe that det(E)=0, thus the system is a DAEs of dimension n=5. It is solvable since det(λEA)=GCL λ 2 +Cλ+G0 for some λC. We need to first check the index of the DAE system. We do this by constructing the matrix and projector chains of matrix pair (E,A). Setting E 0 =E, A 0 =A, we can choose projector Q 0 such that Im Q 0 =Ker E 0 , and then compute E 1 = E 0 A 0 Q 0 . Thus we obtain the first iterate of matrix and projector chain given by:

Q 0 = [ 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 ] , P 0 = [ 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 ] , E 1 = [ G G 0 0 1 G G 0 0 0 0 0 C 0 0 0 1 0 L 0 1 0 0 0 0 ] .
(24)

Since E 1 is nonsingular, thus Equation (23) is an index-1 system. Thus the decouple system of (23) will take the form (3a) and (3b). We then construct basis matrices and their respective inverses for projectors Q 0 and P 0 given by:

q 0 = [ 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 ] , p 0 = [ 0 0 0 0 1 0 0 1 0 0 ] ,and q 0 T = q 0 T , p 0 T = p 0 T .
(25)

Substituting Equations (23)-(25) into Equations (3a) and (3b) leads to the decoupled system of system (23) given by:

(26a)
(26b)

and the desired solution is given by:

x= [ 0 0 1 0 0 0 0 0 1 0 ] T ξ p + [ 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 ] T ξ q .

The decoupled system (26a) and (26b) can be solved in hierarchical way if we apply ξ p (0)= [ e 3 ( 0 ) ı L ( 0 ) ] T . Observe that n 0 =2, k 0 =3n= n 0 + k 0 =5 and σ f (E,A)=σ( A p ) as expected. Thus system (23) is decoupled into 2 and 3 differential and algebraic equations, respectively. We observe that decoupled system (26a) and (26b) can be solved using any ODE numerical integration methods. Thus system (26a) and (26b) is easier to solve than solving (23).

Figure 1
figure 1

Simple RLC electric network.

Example 2

Consider another linear RLC electric network with system matrices:

E = [ C 0 0 0 0 0 0 0 0 0 L 0 0 0 0 0 ] , A = [ G G 0 1 G G 1 0 0 1 0 0 1 0 0 0 ] , B = [ 0 0 0 1 ] , x = [ e 1 e 2 ı L ı V ] .
(27)

This is also DAE system of dimension n=4 and it is also solvable since det(λEA)=GLλ+10 for some λC. We construct matrix and projector chains by first setting E 0 =E, A 0 =A. We choose projector Q 0 such that Im Q 0 =Ker E 0 and its complementary projector P 0 :

Q 0 = [ 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 ] ,and P 0 = [ 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 ] .
(28)

Then,

E 1 = E 0 A 0 Q 0 = [ C G 0 1 0 G 0 0 0 1 L 0 0 0 0 0 ] , A 1 = A 0 P 0 = [ 0 G 0 1 0 G 0 0 0 1 0 0 0 0 0 0 ] .

Since E 1 is singular, the index-1 condition is violet. Thus we need to continue with the process and choose projector Q 1 such that Im Q 1 =Ker E 1 and its complementary projector P 1 =I Q 1 :

Q 1 = 1 C 2 + 1 [ 1 0 0 C 0 0 0 0 0 0 0 0 C 0 0 C 2 ] ,and P 1 =I Q 1 .
(29)

Then,

E 2 = E 1 A 1 Q 1 = [ C + G C 2 + 1 G 0 1 + G C C 2 + 1 G C 2 + 1 G 0 G C C 2 + 1 0 1 L 0 1 C 2 + 1 0 0 C C 2 + 1 ] .
(30)

We can easily check that E 2 is non-singular. Thus Equation (27) is of index-2.

The next step is to decouple the DAE system (27) using the constructed matrix and projector chains. In this step we need to make sure that condition Q 1 Q 0 =0 holds true. We notice that projectors (28) and (29) don’t satisfy this condition. Thus we need to construct other special projectors. Our best choice is the canonical projector suggested by März [4], which is defined as:

Q ˜ 1 := Q 1 E 2 1 A 1 = [ 1 0 0 0 0 0 0 0 0 0 0 0 C 0 0 0 ] ,and P ˜ 1 =I Q ˜ 1 .

We can easily check that condition Q ˜ 1 Q 0 =0 is now satisfied. We then use Q ˜ 1 instead of Q 1 in the decoupling process. If we repeat step (30), we obtain:

E 2 = E 1 A 1 Q ˜ 1 = [ C + G G 0 1 G G 0 0 0 1 L 0 1 0 0 0 ] , A 2 = A 1 P ˜ 1 = [ 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 ] .
(31)

For convenience we can set Q 1 = Q ˜ 1 and P 1 = P ˜ 1 . Since Equation (27) is an index-2 system and its matrix pencil has at least one finite eigenvalues. Thus its decouple system will be in form (5a)-(5c). The next step is to construct basis matrices for projectors and projector products. The basis matrices for projectors P 0 and Q 0 in Equation (28), and their respective inverses are given by:

p 0 = [ 1 0 0 0 0 1 0 0 ] , q 0 = [ 0 0 1 0 0 0 0 1 ] ,and p 0 = [ 1 0 0 0 0 1 0 0 ] , q 0 = [ 0 0 1 0 0 0 0 1 ] .
(32)

Using Theorem 1, we compute other projectors P 01 and Q 01 given by:

P 01 = p 0 T P 1 p 0 = [ 0 0 0 1 ] ,and Q 01 = p 0 T Q 1 p 0 = [ 1 0 0 0 ] .

The basis matrices for projectors P 01 and Q 01 , and their respective inverses are given by:

p 01 = [ 0 1 ] , q 01 = [ 1 0 ] ,and p 01 = [ 0 1 ] , q 01 = [ 1 0 ] .
(33)

Substituting Equations (31)-(33) into (7a)-(7c) leads to the decoupled system of (27) given by:

(34a)
(34b)

and the desired solution is given by:

x= [ 0 0 1 0 ] ξ p + [ 1 0 0 0 1 0 0 0 0 0 0 1 ] ξ q .
(35)

We observe that n 10 =1, k 1 =1, k 0 =2n= n 10 + k 1 + k 0 =4 and σ f (E,A)=σ( A p )={ 1 G L }. Equations (34a) and (34b) can be solved if we apply ξ p (0)= ı L (0). Thus the DAE system (27) is decoupled into 1 differential and 3 algebraic equations. The solutions of system (27) and (34a) and (34b), (35) coincides though the later is easier to solve than the former.

Example 3 Consider a simple RL electric network in Figure 2. We need to find the unknowns x= [ e 1 , e 2 , ı L ] T in the electric network. Using the Modified Nodal Analysis on this network leads to DAE system of the form (1), where u=ı(t) with system matrices given by

E= [ 0 0 0 0 0 0 0 0 L ] ,A= [ G G 0 G G 1 0 1 0 ] ,B= [ 1 0 0 ] .
(36)

Since det(λEA)=G, thus this system is solvable and its matrix pencil (E,A) has only infinite eigenvalues. Thus its decoupled system must be purely algebraic system. We choose special projectors,

Q 0 = [ 1 0 0 0 1 0 0 0 0 ] ,and Q 1 = [ 0 0 L 0 0 L 0 0 1 ] ,
(37)

such that Q 1 Q 0 =0 holds. Then we have,

E 2 = [ G G 0 G G 1 0 1 L ] .
(38)

Since the E 2 is non-singular, thus (36) is an index 2 system. The linearly independent columns and their respective inverses of projector Q 0 and its complimentary P 0 are given by;

p 0 = [ 0 0 1 ] , q 0 = [ 1 0 0 1 0 0 ] , p 0 T = [ 0 0 1 ] , q 0 T = [ 1 0 0 0 1 0 ] .
(39)

Thus, substituting Equations (37)-(39) into (11a) and (11b), we obtain,

(40)
(41)

We can observe that system (40) can be computed explicitly without using any numerical integration techniques. Thus instead of solving DAE system (36) is easier to solve (40) and their solutions much coincide.

Figure 2
figure 2

Simple RL network.

5.2 Industrial applications

In this section, we test the Split-DAE method on large scale descriptor electromagnetic models from industries. Examples 4 and 5 are index-1 and -2 systems respectively. These examples are multiple-input multiple-output (MIMO) type, i.e. we are interested in a few solutions of the DAE system.

Example 4 This is a descriptor model of a large scale power system originating from [9]. It is called b a u r u 5727 power system and can be downloaded from [10]. It is an index-1 DAE system of dimension n=40,266 with 2 inputs and 2 outputs. The sparsity of its matrix pencil is shown in Figure 3. We decoupled the DAE system into 5,727 differential equations and 34,639 algebraic equations using the procedure we discussed in Section 3.1, i.e. n 0 =5,727 and k 0 =34,639. The sparsity of the matrix pencil of the decoupled system in the descriptor form is given in Figure 4. We observe that the sparsity in Figure 4 has the same structures as matrix pencil ( E ˜ , A ˜ ) in Equation (13). We solved the decoupled system in Matlab using ODE solver ( o d e 15 s ) to solve the differential part. We obtained good solutions as shown in Figure 5 and the simulation took 3,486 seconds. We used input function u(t)= [ cos ( t ) sin ( t ) ] T , t[0,π] and time step h=1.5× 10 4 . We tried to solve the DAE system directly using he Matlab DAE solver ( o d e 15 s ) but failed to solve it. It just gave us a warning: ‘This DAE appears to be of index greater than 1’.

Figure 3
figure 3

Sparsity of matrix pencil (E,A) .

Figure 4
figure 4

Sparsity of matrix pencil ( E ˜ , A ˜ ) .

Figure 5
figure 5

Output solutions of Example 4.

Example 5 In this example, we consider a RLC network descriptor model of electric power grid originating from [11]. It is called M 8 O P I system and can also be downloaded from [10]. It is an index-2 DAE system of dimension n=4,182 with 3 inputs and 3 outputs. The inputs are current signals injected into three buses given by:

u= [ sin ( ω 1 ( t t 1 ) ) U ( t t 1 ) sin ( ω 2 ( t t 2 ) ) U ( t t 2 ) sin ( ω 3 ( t t 3 ) ) U ( t t 3 ) ] ,

where U(t) is the step function, ω 1 =2×π×2,000rad/s, ω 2 =2×π×750rad/s and ω 3 =2×π×150rad/s. Values t 1 =5ms, t 2 =3ms and t 1 =1ms are time delays associated with the input signals. The desired solutions are voltages e 1 (t), e 2 (t) and e 3 (t) at the three buses. The sparsity of the matrix pencil of this DAE system is shown in Figure 6. We were able to decoupled the DAE system into 4,028 differential equations and 154 algebraic equations using the procedure we discussed in Section 3.2.1, i.e. n 10 =4028, k 1 =35 and k 0 =119. The sparsity of the matrix pencil of the decoupled system in the descriptor form is shown in Figure 7. We solved the differential part of the decoupled system using o d e 23 t solver and we obtained good solutions as shown in Figure 8. The simulation took 39 seconds. We could not compare with the Matlab inbuilt solvers since they cannot solve index-2 systems. We validated our results with those presented in [11].

Figure 6
figure 6

Sparsity of matrix pencil (E,A) .

Figure 7
figure 7

Sparsity of matrix pencil ( E ˜ , A ˜ ) .

Figure 8
figure 8

Output solutions of Example 5.

6 Conclusion

In conclusion, splitting DAEs using special projectors leads to decoupled systems which are easier to solve than DAE systems directly. We have tested the Split-DAE method on both large and small problems and proved to be a robust and efficient method. We can now use any numerical integration method to solve DAE systems. Hence this method can be used to simulate electromagnetic descriptor models.

References

  1. Tischendorf C: Topological index calculation of differential-algebraic equations in circuit simulation. Surv. Math. Ind. 1999, 8: 187–199.

    MATH  MathSciNet  Google Scholar 

  2. Brenan K, Campbell S, Petzold L: Numerical Solution of Initial Value Problems in Differential-Algebraic Equations. SIAM, Philadelphia; 1996.

    MATH  Google Scholar 

  3. Differential Algebraic Equations (DAEs) [http://www.lehigh.edu/~wes1/apci/11may00.pdf] Differential Algebraic Equations (DAEs) [http://www.lehigh.edu/~wes1/apci/11may00.pdf]

  4. März R: Canonical projectors for linear differential algebraic equations. Comput. Math. Appl. 1996, 31: 121–135.

    Article  MATH  Google Scholar 

  5. Alì G, Banagaaya N, Schilders W, Tischendorf C: Index-aware model order reduction for index-2 differential-algebraic equations. SIAM J. Sci. Comput., in press. Alì G, Banagaaya N, Schilders W, Tischendorf C: Index-aware model order reduction for index-2 differential-algebraic equations. SIAM J. Sci. Comput., in press.

  6. Duan GR: Analysis and Design of Descriptor Linear Systems. Springer, New York; 2010.

    Book  MATH  Google Scholar 

  7. Alì G, Banagaaya N, Schilders W, Tischendorf C: Index-aware model order reduction for differential-algebraic equations. Math. Comput. Model. Dyn. Syst., in press. Alì G, Banagaaya N, Schilders W, Tischendorf C: Index-aware model order reduction for differential-algebraic equations. Math. Comput. Model. Dyn. Syst., in press.

  8. Zhang Z, Wong N: An efficient projector-based passivity test for descriptor systems. IEEE Trans. Comput.-Aided Des. Integr. Circuits Syst. 2010, 29: 1203–1214.

    Article  Google Scholar 

  9. Rommes J, Martins N, Freitas F: Computing rightmost eigenvalues for small-signal stability assessment of large-scale power systems. IEEE Trans. Power Syst. 2010, 25: 929–938.

    Article  Google Scholar 

  10. Test Power Systems [http://sites.google.com/site/rommes/software] Test Power Systems [http://sites.google.com/site/rommes/software]

  11. Freitas F, Martins N, Varrichio S, Rommes J, Véliz F: Reduced-order transfer matrices from network descriptor models of electric power grids. IEEE Trans. Power Syst. 2011, 26: 1905–1919.

    Article  Google Scholar 

Download references

Acknowledgements

This work was supported by The Netherlands Organization for Scientific Research (NWO).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Nicodemus Banagaaya.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Banagaaya, N., Schilders, W. Simulation of electromagnetic descriptor models using projectors. J.Math.Industry 3, 1 (2013). https://doi.org/10.1186/2190-5983-3-1

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/2190-5983-3-1

Keywords