TA的每日心情 奋斗 2017-7-20 13:12
签到天数: 2 天
连续签到: 1 天
[LV.1]初来乍到
累计签到:2 天 连续签到:1 天
电子图书
电子图书名:
Power System Modelling and Scripting
编者:
Federico Milano
内容简介:
"Power system modelling and scripting" is a quite general and ambitious title. Of course, to embrace all existing aspects of power system modelling would lead to an encyclopedia and would be likely an impossible task. Thus, this book focuses on a subset of power system models based on the following assumptions: devices are modelled as a set of nonlinear differential algebraic equations; all alternate-current devices are operating in three-phase balanced fundamental frequency, and the time frame of the dynamics of interest ranges from tenths to tens of seconds. These assumptions basically restrict the analysis to transient stability phenomena and generator controls. The modelling step is not self-sufficient. Mathematical models have to be translated into computer programming code in order to be analyzed, understood and 'experienced'. It is an object of this book to provide a general framework for a power system analysis software tool and hints for filling up this framework with versatile programming code. This book is for all students and researchers that are looking for a quick reference on power system models or need some guidelines for starting the challenging adventure of writing their own code.
所属专业方向:
电力系统及其自动化
出版社:
Springer-Verlag Berlin and Heidelberg GmbH & Co. K (2010年8月1日)
来源:
上传
马上加入,结交更多好友,共享更多资料,让你轻松玩转电力研学社区!
您需要 登录 才可以下载或查看,没有账号?立即加入
×
Contents
+ ^& n- k( X8 i0 g Part I: Introduction" W0 m7 I( Y; H G5 `
1 Power System Modelling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
! W) p d H% t7 d- v# w. A 1.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3, T0 ^" }, ?- `' j
1.2 Motivations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
; p( J4 I0 ]3 [7 e$ Q/ s& u 1.3 Modelling Physical Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 h7 n: Q& k. U* ~
1.4 Hybrid Dynamical Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 114 b! e9 _+ b3 o# K" J) v1 O4 g6 ~
2 Power System Architecture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
; T1 |2 U- H' A8 Q+ ]6 E) y 2.1 Structure of Software Projects . . . . . . . . . . . . . . . . . . . . . . . . . . 19$ _& i6 ^+ U% N" j
2.2 Classes and Procedures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
6 H8 L0 ?* X3 ? ? 2.3 Modularity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
# V# j( C+ g- e" [& m% @! O# ` 2.4 Architecture of a Power System Software Tool . . . . . . . . . . . . 27; z! c. |6 \/ m+ a6 c* D
3 Power System Scripting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31* r# @/ B Z7 T: E* I% Y
3.1 Open and Closed Programming . . . . . . . . . . . . . . . . . . . . . . . . . 31
N; P6 b" A2 k9 l& Q 3.2 Scripting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
) C8 q, N' g4 v ^$ h5 ? 3.3 Scripting Languages for Computational Science . . . . . . . . . . . 35
% y& w$ x# a' H% H/ h O 3.4 Computer Languages Suitable for Power System Analysis . . . 36# f1 M' b6 B- q: T7 z
3.5 Python Scripting Language . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 398 P$ A9 a5 ], Y% A6 L. v7 v
Part II: Power System Analysis2 S- L2 e0 D! ?( [6 }; {- \
4 Power Flow Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
, [: L* P5 V2 k1 k1 x; s) N! X 4.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
/ m3 u8 T, p9 O8 ~9 ? 4.2 Taxonomy of Power Flow Problems . . . . . . . . . . . . . . . . . . . . . . 66
: k. i+ c# z9 z' n 4.3 Classical Power Flow Equations . . . . . . . . . . . . . . . . . . . . . . . . . 67( K3 P7 S* ]: D# i
4.4 Power Flow Solvers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70( J& x7 B0 F3 P7 O/ q
4.4.1 Jacobi and Gauss-Seidel’s Method. . . . . . . . . . . . . . . . 70
/ m o- S) W2 |9 ?( C$ W 4.4.2 Newton’s Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74. r, W' U& O; R, I D) c3 ^
XVI Contents
# U1 d& `' z8 Y* c5 V! |! ~/ n: c% } 4.4.3 Power Flow Jacobian Matrix . . . . . . . . . . . . . . . . . . . . 77
* A$ [5 B* `$ e8 b- U# k 4.4.4 Robust Newton’s Method . . . . . . . . . . . . . . . . . . . . . . . 82& E! c* I5 J/ m/ C( n
4.4.5 Iwamoto’s Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84
& c$ s7 M+ d" E1 S! Y 4.4.6 Inexact and Dishonest Newton’s Methods . . . . . . . . . 85
2 t6 J8 t$ i* o/ k. Q6 l+ a; a 4.4.7 Fast Decoupled Power Flow . . . . . . . . . . . . . . . . . . . . . 86
4 k5 n% y9 X6 X* k( r& G 4.4.8 DC Power Flow. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
. U% @* y! @( Y 4.4.9 Single and Distributed Slack Bus Models . . . . . . . . . . 95
% p1 o4 y a+ ?$ l 4.5 A General Framework for Power Flow Solvers . . . . . . . . . . . . . 962 w9 y' M, P+ L; `5 t2 B2 c
4.5.1 Stability of the Continuous Newton’s Method . . . . . . 97( c! B# o3 X3 I
4.6 Summary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1003 L) s+ S. G8 F6 r2 O
5 Continuation Power Flow Analysis . . . . . . . . . . . . . . . . . . . . . . . 103
" k' {$ n* `8 M* k0 g6 q 5.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
8 {# s: T$ E1 V0 b 5.2 System Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107
6 H$ H1 u, G4 X& k8 u" s 5.3 Direct Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 108
& Q8 I# U4 J5 Z/ @5 h1 } 5.3.1 Saddle-Node Bifurcation . . . . . . . . . . . . . . . . . . . . . . . . 109- n6 c' {- |" q0 Y/ A
5.3.2 Limit-Induced Bifurcation. . . . . . . . . . . . . . . . . . . . . . . 111& d# s* t5 J, J5 T
5.3.3 Nonlinear Programming . . . . . . . . . . . . . . . . . . . . . . . . 113
9 V* s- r: b) P$ j: m 5.4 Homotopy Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1141 a- G: a+ u: K3 |
5.4.1 Continuation Power Flow . . . . . . . . . . . . . . . . . . . . . . . 117" K6 q0 @7 E5 v. c5 E4 P
5.4.2 Predictor Step . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117' t G# m; {0 k
5.4.3 Corrector Step . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 121
2 b, M. V$ u9 [, v, s 5.4.4 Continuous Newton’s Method and Homotopy . . . . . . 126
& V5 Z; d7 \2 c9 w/ w8 K, | 5.4.5 N-1 Contingency Analysis . . . . . . . . . . . . . . . . . . . . . . . 127
$ G! M- r7 M4 g/ L( {) m7 N 5.5 Summary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129
& a. h( A. q' ] 6 Optimal Power Flow Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1316 t2 D; _ y5 d. Q
6.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1314 C; w1 j+ e* _/ S6 c+ q. R
6.2 Optimal Power Flow Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133
, F, n( ^$ e9 J* j* e$ ^! h6 M9 E 6.3 Nonlinear Programming Solvers . . . . . . . . . . . . . . . . . . . . . . . . . 139
& ^! o8 k' F; W: V) g9 I: d6 ~ 6.3.1 Generalized Reduced Gradient Method . . . . . . . . . . . 1402 m) ^( J8 V/ N6 p+ U
6.3.2 Interior Point Method . . . . . . . . . . . . . . . . . . . . . . . . . . 1427 d/ ~$ w; k0 z
6.4 Summary of IPM Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . 153+ }9 ]/ q6 i; V) M1 t; X0 d; q9 m7 e
7 Eigenvalue Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155
) V- Z, }- e6 d8 B1 m6 _ 7.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155
5 j J9 S+ x( X" _, N 7.2 Small Signal Stability Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . 159
0 n# L7 o$ J. w/ M" @ 7.2.1 Bifurcation Points . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1616 \- c; n3 [7 e# B
7.2.2 Participation Factors . . . . . . . . . . . . . . . . . . . . . . . . . . . 165
) v5 l0 y) P% b7 u 7.2.3 Analysis in the Z-Domain. . . . . . . . . . . . . . . . . . . . . . . 169/ ]7 Q$ S: p( m8 \6 a5 t
7.3 Computing the Eigenvalues . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1703 p* G6 Q# t2 p; o! i1 }
7.3.1 Power Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 z. ]6 b6 ~# N' K$ ~$ \
7.3.2 Inverse Iteration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 172
: [* w# s L, |' N6 u$ X+ k 7.3.3 Rayleigh’s Iteration . . . . . . . . . . . . . . . . . . . . . . . . . . . . 172
% A( {5 O6 y R8 x/ _4 Q 7.4 Power Flow Modal Analysis. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 173' O7 c4 y% {4 F
Contents XVII( j: P6 M0 ]& L* j; i
7.4.1 Singular Value Decomposition . . . . . . . . . . . . . . . . . . . 174! [4 Y- X1 `; v
7.5 Summary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 177
" O% K S' E8 o. A& k$ u: `* _ 8 Time Domain Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1793 P5 G/ ^, t8 j5 q* ?5 c5 [& A
8.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1795 {+ x; y9 f9 j* D+ b5 ^* [
8.2 Power System Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 186' P, C$ I1 l( U6 F ?
8.2.1 Current-Injection Model . . . . . . . . . . . . . . . . . . . . . . . . 187
. G0 b) {7 T: {) { 8.2.2 Power-Injection Model . . . . . . . . . . . . . . . . . . . . . . . . . . 189
% q; U* E6 l3 d/ B 8.3 Numerical Integration Methods . . . . . . . . . . . . . . . . . . . . . . . . . 192
; u3 m/ n0 E G: I 8.3.1 Explicit Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 192
% `+ U4 e6 b$ D: y 8.3.2 Implicit Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 195' F/ k: q# N b4 L
8.4 Numerical Integration Routine . . . . . . . . . . . . . . . . . . . . . . . . . . 198
. [0 d5 P- ]4 S/ @! Z$ n$ [' t# { 8.4.1 Step Length . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2003 N7 w- D( \0 [4 S$ s
8.4.2 Disturbances . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202) d, e9 d/ W% O: c- Y+ q, P* E K4 {
8.4.3 Stop Criterion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 204
+ C5 p L. J: T. o4 y( J 8.5 Electro-magnetic Transients . . . . . . . . . . . . . . . . . . . . . . . . . . . . 211
4 d. R% s ?5 A& |) ? 8.6 Quasi-static Analysis. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213. b0 Z$ w7 v! w! D2 c
8.7 Summary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217+ e7 ]1 t; U2 m5 K
Part III: Device Models R1 @0 I5 ^) A3 D @
9 Device Generalities . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 221" T# ]3 y2 _, O& Y
9.1 General Device Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 221' R/ L7 f! |. n% ?* `% \$ ~+ @
9.1.1 Initialization of Device Internal Variables . . . . . . . . . 223% U5 W3 {; y- U
9.2 Devices as Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 226% r& C: x3 K% m. o! P
9.2.1 Base Device Class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 228# _9 \: B/ _) q* Q1 E e5 i
9.2.2 Methods of the Base Class . . . . . . . . . . . . . . . . . . . . . . 236+ K9 H8 y# G" g6 h# w0 O
9.2.3 Specific Device Methods . . . . . . . . . . . . . . . . . . . . . . . . 2417 V! f8 ~& W( o: \- y4 C
10 Power Flow Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 247
3 F9 S1 f# j( X/ U- U7 D% ` 10.1 Topological Elements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2470 ]: x3 w, U" D5 y" l O
10.1.1 Bus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 247! Q9 j6 D6 G% j- L' j- Q% z, T
10.1.2 Areas, Zones, Regions and Systems . . . . . . . . . . . . . . . 249% S/ @8 b8 I8 V; V: H
10.2 Static Generators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2506 |3 E; C( J: Y$ j/ c
10.2.1 PV Generator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 250: K2 w% N4 u5 I
10.2.2 Constant Voltage Phasor Generator . . . . . . . . . . . . . . 254) n+ _( A# L" i8 E, g
10.2.3 PQ Generator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 256; P* v# `1 {" c) ]
10.3 Static Loads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 257
+ s6 S0 m* P0 R/ i/ |2 b) k+ n% n 10.3.1 PQ Load. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 257% Z: _9 A+ u! m
10.3.2 Constant Power Factor Load . . . . . . . . . . . . . . . . . . . . 259
' ^- l( U# I B& c 10.3.3 Shunt Admittance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 260* \1 d9 M$ ^3 R
10.3.4 Switched Shunt Admittances . . . . . . . . . . . . . . . . . . . . 260
9 u. W& s* _3 N3 k& s) Q. t$ ^9 N XVIII Contents/ A/ Z5 Z+ R' }% ~5 \! B0 {
11 Transmission Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 263
0 r) E! V; _0 D& K; M" J 11.1 Transmission Line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2637 z8 _" D% p' P% m! m; M
11.1.1 Line Sections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2659 V% Q ?* N% n" v) z
11.1.2 Tie Line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 267# n: ^' p5 h6 X1 c8 G, b% v! ^" K
11.1.3 Distributed Transmission Line Models . . . . . . . . . . . . 268
3 v- v/ s0 Q7 { 11.1.4 Effect of Frequency Variation . . . . . . . . . . . . . . . . . . . . 270
7 f! e% N B- m$ h- _- z0 k7 A/ ^ 11.1.5 Coupling Device and Zero-Impedance Line . . . . . . . . 271; z. {* ~% t0 f7 w( j
11.2 Transformer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 272
- U1 I8 S7 E6 o) v9 Q 11.2.1 Two-Winding Transformer . . . . . . . . . . . . . . . . . . . . . . 2721 ]/ F) z* E- m% `
11.2.2 Under Load Tap Changer . . . . . . . . . . . . . . . . . . . . . . . 275
% v: H) ]! y$ y) }7 F 11.2.3 Phase Shifting Transformer . . . . . . . . . . . . . . . . . . . . . 278, q! O' U. I: a: |' X3 c. x+ E
11.2.4 Three-Winding Transformer . . . . . . . . . . . . . . . . . . . . . 279
( d) S w9 T& x. i1 d- M 11.3 Vectorial Implementation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 282$ |; o+ D+ z& Z* N# s3 F
11.3.1 Incidence Matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 284
& K1 V% Y1 T+ D& T/ J0 A 11.3.2 Jacobian and Hessian Matrices . . . . . . . . . . . . . . . . . . 285
! Y! V; r9 P6 M [ 11.3.3 Network Connectivity . . . . . . . . . . . . . . . . . . . . . . . . . . 287
3 o5 p2 d: U$ h# B* h 12 OPF Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 291
4 M: ^( C6 K8 j6 b8 p( F 12.1 Network Constraints . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 291; T/ b2 q6 v) |6 H8 q- J
12.1.1 Bus Voltage Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2911 S' W( }6 m, h' O% g5 t; R
12.1.2 Transmission Line limits . . . . . . . . . . . . . . . . . . . . . . . . 291
( C. H1 K; T2 V: [" H5 f P 12.2 Generator Constraints . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 292
% C+ c' f# a! |8 Z* m3 a f 12.2.1 Capability Curve . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 292& x S9 _" d& `' t
12.2.2 Supply Offer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 293* M3 Y2 `4 b! l' D( \
12.2.3 Reactive Power Payment Function . . . . . . . . . . . . . . . 2961 `* K! p2 h4 {0 l
12.2.4 Generator Power Reserve . . . . . . . . . . . . . . . . . . . . . . . 298
! Z( b& S8 C A( ^! u9 R' M 12.2.5 Generator Power Ramp . . . . . . . . . . . . . . . . . . . . . . . . . 299" Q5 j8 C# G; m7 k8 _
12.3 Load Constraints . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 301
2 r$ O+ J& g0 Y- k 12.3.1 Demand Bid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 301
4 ~% m" P( `$ m8 ^9 {7 |) n 12.3.2 Demand Daily Profile . . . . . . . . . . . . . . . . . . . . . . . . . . 302$ Z5 E/ ?6 Q8 G4 V, m: r, \0 l
12.3.3 Demand Power Ramp . . . . . . . . . . . . . . . . . . . . . . . . . . 303% K2 x0 Z4 y- C# @) u
13 Faults and Protections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3058 p/ d0 f- ~% I* c& y5 g# I
13.1 Fault . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3056 D% e. L( x) D; t
13.2 Breaker . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 306/ R. a, S# w0 \( E
13.3 Relay . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 307
5 z; ?( H, C. t# H( z" Y 13.4 Phasor Measurement Unit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 309
) n# w5 f5 M+ G1 l1 M 13.5 Bus Frequency Estimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 311
2 x2 L: U1 k1 G$ N 14 Loads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 313' ~" o' V& [- e- h% O
14.1 Voltage Dependent Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 313
3 O: H2 I' l. q( l* X+ k+ Q 14.2 ZIP Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 315. t5 M& v. V/ |/ W. H
14.3 Frequency Dependent Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 316
. H6 C4 k$ ~2 V8 G' c8 x 14.4 Voltage Dependent Load with Dynamic Tap Changer . . . . . . 317: X2 r- R, d! i: |8 {
14.5 Exponential Recovery Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 320
7 }# K. f+ w/ _ Contents XIX' E7 B% U( P& [1 W; S+ f2 U9 I. F
14.6 Thermostatically Controlled Load . . . . . . . . . . . . . . . . . . . . . . . 321" _! e: Q/ D' \2 J0 ^
14.7 Jimma’s Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3229 A3 F4 |7 C' v p0 M
14.8 Mixed Load. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 323" |" w9 Q2 i3 y/ Y/ q1 _* k# }' Q& p
15 Alternate-Current Machines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3259 D7 ~+ @, l! R% P5 D
15.1 Synchronous Machine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 325; |' g8 t2 K% ]0 C
15.1.1 Synchronous Machine Parameters . . . . . . . . . . . . . . . . 326
" E' M; P5 r4 T6 a+ X% E 15.1.2 Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3273 D: \. O6 |; l9 I6 u. ~* k
15.1.3 Common Equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . 328. Z9 m* M) I: } H3 c
15.1.4 Stator Electrical Equations . . . . . . . . . . . . . . . . . . . . . . 3291 Y$ _1 F* A/ ~! c) z. B! h
15.1.5 Magnetic Equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . 329& A4 I; _: u$ h* J- l
15.1.6 Simplified Magnetic Equations . . . . . . . . . . . . . . . . . . . 332
" c$ O f" J5 t0 y 15.1.7 Synchronous Machine Model Taxonomy. . . . . . . . . . . 336$ ?% R$ Y/ J0 P
15.1.8 Saturation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 339# J2 L" u7 o+ n( [! s
15.1.9 Center of Inertia . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 342' b3 I I- c; |- I4 t4 `" C
15.1.10 Dynamic Shaft . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3431 g4 T7 R, q9 R( J0 R* G. ]
15.1.11 Sub-synchronous Resonance . . . . . . . . . . . . . . . . . . . . . 345
- D: {1 L# M1 b& E! {6 E1 z/ i 15.2 Induction Machine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3483 t) f% c: _* X8 [4 K7 B
15.2.1 Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 348
j" N+ J9 Y" b 15.2.2 Torque Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 349
7 z# E) @. W2 c3 r& E, J3 u 15.2.3 Electromechanical Model. . . . . . . . . . . . . . . . . . . . . . . . 349
$ i- ~8 e5 @& T6 C 15.2.4 Detailed Single-Cage Model . . . . . . . . . . . . . . . . . . . . . 350
6 }8 D6 z \. m M 15.2.5 Detailed Double-Cage Model . . . . . . . . . . . . . . . . . . . . 351
6 e* L4 e# ?+ A2 t h) H, D$ H 16 Synchronous Machine Regulators . . . . . . . . . . . . . . . . . . . . . . . . 3556 n2 c, a& h0 g+ k; p; e! G
16.1 Turbine Governor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 355$ O; n* A0 w( @
16.1.1 Turbine Governor Type I . . . . . . . . . . . . . . . . . . . . . . . 3584 j4 K6 r0 g G, K% f
16.1.2 Turbine Governor Type II. . . . . . . . . . . . . . . . . . . . . . . 359# L3 N1 g u/ z' K% n5 q
16.2 Automatic Voltage Regulator . . . . . . . . . . . . . . . . . . . . . . . . . . . 361
/ Z- h) {" m) L' s }% w7 v; T- n5 ^ 16.2.1 Automatic Voltage Regulator Type I . . . . . . . . . . . . . 363- I; e0 ^9 |6 M5 z7 {9 p* E: L8 F
16.2.2 Automatic Voltage Regulator Type II . . . . . . . . . . . . 364' u, v i) `9 o4 a
16.2.3 Automatic Voltage Regulator Type III . . . . . . . . . . . . 366
8 J8 M0 f3 h3 |4 m 16.3 Power System Stabilizer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 369& j+ s: f7 `; W- R$ c/ n
16.3.1 Simplified Power System Stabilizer Model . . . . . . . . . 3716 t% E( F1 f3 _* k" `5 b2 T. d
16.3.2 Power System Stabilizer Type I . . . . . . . . . . . . . . . . . . 371
+ B+ X% g0 j% L+ [7 e5 S 16.3.3 Power System Stabilizer Type II . . . . . . . . . . . . . . . . . 3712 w5 J2 B, a: s/ U
16.3.4 Power System Stabilizer Type III . . . . . . . . . . . . . . . . 373
2 I! e9 E4 o- ?; P* w* L- s/ K 16.4 Over-Excitation Limiter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3738 a# G7 A. D+ ]+ W
16.5 Under-Excitation Limiter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 376- m! K" Q2 x* i% Z
17 Direct-Current Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 379
6 `# g' z# r4 b- G# Z 17.1 Direct-Current Nodes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 379
3 \+ E# f5 {' I" w# _% f 17.2 Common Interface Equations for Direct-Current Devices . . . 379. `" E8 o9 ]! i: a
17.3 Ideal Generators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 381( \& C4 p/ _& ?$ N/ M1 C/ ?3 c& p
17.4 Basic RLC Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 382( ]% t; a9 N! E2 Z U; Y% G
XX Contents: G$ I6 {, j2 H0 h
17.5 Direct-Current Machines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 384
- H# R! i j! B 17.6 Other Direct-Current Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . 387- t% E: b' a' z" g: x
17.6.1 Solid Oxide Fuel Cell . . . . . . . . . . . . . . . . . . . . . . . . . . . 387) v }" U% i9 [8 F Z
17.6.2 Solar Photovoltaic Cell . . . . . . . . . . . . . . . . . . . . . . . . . 390
. T3 W# X9 u) C9 { 17.6.3 Battery Energy System . . . . . . . . . . . . . . . . . . . . . . . . . 391
+ C0 u& Z/ D" b; J9 }# G2 @- ]9 n3 M 18 AC/DC Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3951 } P8 Z4 F' K6 b3 I/ j( o
18.1 High-Voltage Direct-Current Transmission System . . . . . . . . . 3957 Q+ O& N9 c7 ]. Q& ^ | Y
18.1.1 Per Unit System for DC Quantities. . . . . . . . . . . . . . . 396$ [! d8 c! l- m2 R, Q5 G
18.1.2 Rectifier Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3962 g: n! G# E, d( U M& D0 B( ?
18.1.3 Inverter Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3974 W* l/ }+ {# b* t% P
18.1.4 HVDC Control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 398 F3 C+ t2 y( {/ D
18.2 Voltage Source Converter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4006 v* X' p, z5 I7 X$ y
18.2.1 Simplified Dynamic VSC Model. . . . . . . . . . . . . . . . . . 4081 A2 h7 y3 Z# v, Q6 v$ \1 u2 \
18.2.2 Power Flow VSC Model . . . . . . . . . . . . . . . . . . . . . . . . 409
& ?% q+ C' [# R8 ^6 e* \; H# [ 19 FACTS Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4135 ?) g2 X1 ^/ q% U4 L
19.1 Static Var Compensator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4139 t" m) g0 T0 p/ _- J+ b
19.1.1 SVC Type I . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 413
& ?+ |: X# ]. O/ s 19.1.2 SVC Type II . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 414
! _& h8 j7 C' m+ g; |6 B, |! y% q 19.1.3 SVC Initialization. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 415# N, x- a* T: V* Q1 U
19.2 Thyristor Controlled Series Compensator . . . . . . . . . . . . . . . . . 417/ E$ \" z8 L# f( ^$ }4 t
19.2.1 TCSC Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . 419
& f8 H8 f; J9 t# s% n0 a) V3 Q 19.3 Static Synchronous Compensator . . . . . . . . . . . . . . . . . . . . . . . . 419( I, j7 ^) p9 j3 v! B2 V7 u
19.3.1 Detailed Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 420+ T$ T0 U4 }$ \# F1 @
19.3.2 Simplified Dynamic Model . . . . . . . . . . . . . . . . . . . . . . 421
9 M8 O3 \$ m. I" q: h8 V' J 19.3.3 Power Flow Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 422
( \0 x4 b/ B* D. r5 t 19.3.4 STATCOM Initialization. . . . . . . . . . . . . . . . . . . . . . . . 4234 W& {. A/ N9 W3 t ~# L+ }: I1 \
19.4 Static Synchronous Series Compensator . . . . . . . . . . . . . . . . . . 423, F4 y6 [% y- `4 T# P
19.4.1 Detailed Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 424
T6 y. ^ W! s6 X6 t4 z# P) g 19.4.2 Simplified Dynamic Model . . . . . . . . . . . . . . . . . . . . . . 4268 H. b$ `6 E8 M9 w8 O/ x# ]
19.4.3 Power Flow Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4279 G7 ~8 a1 [6 f! Z/ S& J8 t
19.4.4 SSSC Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4275 T' o5 K* p3 \2 V
19.5 Unified Power Flow Controller . . . . . . . . . . . . . . . . . . . . . . . . . . 428
0 ~% o- }$ Y" r3 ~) q 19.5.1 Detailed Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 428+ O) ]: W$ ?7 x/ Y5 J8 G
19.5.2 Simplified Dynamic Model . . . . . . . . . . . . . . . . . . . . . . 431" s \2 M8 p/ z3 e, J6 } D
19.5.3 Power Flow Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 433! w" x, |$ a$ G, A$ G9 b
19.5.4 UPFC Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . 434
) T6 s; S# X0 Y8 g 20 Wind Power Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 435
6 z0 Q7 w0 e% h/ w 20.1 Wind Speed Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4358 i- M8 ?3 W0 d* y, a, | V
20.1.1 Weibull’s Distribution . . . . . . . . . . . . . . . . . . . . . . . . . . 436
9 Q8 M4 ^7 v4 c2 t ^ 20.1.2 Composite Wind Speed Model . . . . . . . . . . . . . . . . . . . 438
9 t1 w, N7 }& `9 l( _ 20.1.3 Mexican Hat Wavelet Model . . . . . . . . . . . . . . . . . . . . 439
9 E0 K6 ~/ K( z/ C M 20.2 Wind Turbines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4404 j+ e. b3 l# p$ h" m
Contents XXI
4 Z$ U5 j4 C2 i" ]. ^7 r, E 20.2.1 Single Machine and Aggregate Models . . . . . . . . . . . . 441
, [" J2 F) E, f) h 20.2.2 Wind Turbine Initialization . . . . . . . . . . . . . . . . . . . . . 4434 }" j8 v( d! ?% v5 h1 Q2 n
20.2.3 Turbine Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 443
3 h, K- P' O. A {5 ~' ? 20.2.4 Dynamic Shaft . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 446* ?' m! H) C: N4 |
20.2.5 Non-Controlled Speed Wind Turbine . . . . . . . . . . . . . 448
" w& h& J' p4 u 20.2.6 Doubly-Fed Asynchronous Generator . . . . . . . . . . . . . 449
) }' t; V2 V/ L$ t4 a8 ^ 20.2.7 Direct-Drive Synchronous Generator. . . . . . . . . . . . . . 4535 t1 X" ^; Q3 B& z* J Y+ U
Part IV: Spare Material and Concluding Remarks& _+ f; r+ n* J
21 Data Formats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 459
7 T$ Y& j) A) A' J4 N1 O 21.1 Data Format Taxonomy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4593 z" Z3 _( d9 L# I# c' t7 S
21.1.1 Data Organization and Structures . . . . . . . . . . . . . . . . 459
8 g% |! C+ u! a 21.1.2 Kind of Supported Data . . . . . . . . . . . . . . . . . . . . . . . . 461
5 U; @* V, p; Q: K3 k- ^ 21.1.3 Number of Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 462
1 V- g, t% ]% J; a. M 21.1.4 Default Values, Prototypes and Data6 U# Q: n+ q: o+ |3 e2 m
Manipulation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 462' {5 B! `, l5 }# C; h
21.2 Canonical Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4632 `& r3 t- m2 g4 u3 U: D, L1 h
21.3 Common Information Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . 464/ |% K* `/ Z: X3 ]0 Z# \7 \ ?$ A% g
21.4 Consistent Data Schemes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 467
# k1 R" M3 o6 C( K 22 Visualization Matters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4756 M; {/ E4 U+ R- j
22.1 Graphical Interface vs. Command Line Approach . . . . . . . . . . 475
! t' ~% @8 \8 r2 h' l$ T# ` 22.2 Result Visualization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 478# p: \. [4 P7 ]3 M _' F9 V% S
22.2.1 Standard Two-Dimensional Plots . . . . . . . . . . . . . . . . 478
9 B2 E$ T1 W6 F& h 22.2.2 Temperature Maps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 482
$ f d# \- |, u; ~8 j6 D. x# T' Q 22.2.3 Three-Dimensional Plots . . . . . . . . . . . . . . . . . . . . . . . . 484' S& `# F% i" G5 y) K0 h) j
22.2.4 Geographic Information System. . . . . . . . . . . . . . . . . . 485
" m, g$ l) p+ L" D7 |9 ~ 23 Challenges of Scripting for Power System Education . . . . . 489
" X7 O% k8 ? P, t 23.1 Concepts and Definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 489
. v1 m2 H- x5 f- U8 R% m 23.1.1 Proprietary Software . . . . . . . . . . . . . . . . . . . . . . . . . . . 4896 Y8 s7 C' k' x' F6 s; X$ Y
23.1.2 Open Source Software . . . . . . . . . . . . . . . . . . . . . . . . . . 490" Q7 p8 A2 y6 [
23.1.3 Free Software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4904 m, F. e1 C8 B# U% @/ x
23.1.4 Free Open Source Software . . . . . . . . . . . . . . . . . . . . . . 4919 E) X0 S" N6 Z- ?8 L' u& i
23.2 Education-Oriented FOSS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 491- \: |. t& b) U3 E6 @
23.2.1 Pedagogical Issues . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 491
/ y7 O$ S% o- p0 V7 L! s# O$ S9 [ 23.2.2 Failure of FOSS for Power System Analysis . . . . . . . 492
. U/ g4 ~1 o) G' y* j. V XXII Contents( M$ x. `7 D8 E+ [' A& z/ t6 M# e
Part V: Appendices
1 I4 }8 E4 U/ n t/ x1 }1 r A Python Libraries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 497/ e0 e4 v/ E' D* C. O* e$ ^: M* A" J
A.1 CVXOPT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 497
9 s. J% W) l: S) p" `6 o A.1.1 cvxopt.base . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 497
$ J' J: D& G9 v; e9 T A.1.2 cvxopt.blas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 502
: l7 O h2 M' Z" U% s A.1.3 cvxopt.lapack . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 502
: ?' T) S/ F5 x7 J+ v& s* P A.1.4 cvxopt.umfpack . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5039 g, X4 V$ M5 Z" }5 M
A.2 NumPy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 505. T! ^- Z3 Z' K% B( Y1 d$ [8 x
A.3 Matplotlib . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 507/ p" @& S+ a$ d; I% O3 F
B System Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 511( x( U; M& y7 o) a# @- z
B.1 System Properties and Settings . . . . . . . . . . . . . . . . . . . . . . . . . 511
/ L" i4 X- w; D2 S* G2 Y8 z C Control Diagrams. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 515
3 {) y1 \( e; f& h) f1 a0 J C.1 Representation of Basic Functions . . . . . . . . . . . . . . . . . . . . . . . 5155 H$ P: h! P5 H% J
C.2 Hard Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 516
b. o! {; Z9 m6 E. o/ l2 k D IEEE 14-Bus System Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 523
/ J: c2 J l% K# ? D.1 Common Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 523
# M, N1 H9 v8 e* R3 j& m4 \ D.2 Static Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 523
- e* L7 [& P: i' r1 m% V& n- b D.3 Market Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 523$ h8 B- w( T+ |7 }
D.4 Dynamic Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 524
2 w9 J. ]. f$ a3 A D.5 FACTS Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 524+ p" S$ {( c* _6 ~# w
D.6 Wind Turbine Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 526" ^( J0 t2 m- z
E Software Packages and Links. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 529
. F* g! l3 S, b. ` E.1 Software Packages Used in the Book . . . . . . . . . . . . . . . . . . . . . 5298 ]4 y4 i$ o) W; z1 h
E.2 Links related to Power System Analysis . . . . . . . . . . . . . . . . . . 5301 c/ W: @6 U: t/ p5 C
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5318 O! _6 R! M* ?( y+ Y- z- m n
Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 551
! p$ y" ?* H. s! k5 f# B
7 I2 z. U* i7 ~; i+ r, X7 S
Power System Modelling and Scripting.part1.rar
(976.56 KB, 下载次数: 3)
Power System Modelling and Scripting.part2.rar
(976.56 KB, 下载次数: 3)
Power System Modelling and Scripting.part3.rar
(976.56 KB, 下载次数: 3)
Power System Modelling and Scripting.part4.rar
(976.56 KB, 下载次数: 3)
Power System Modelling and Scripting.part5.rar
(976.56 KB, 下载次数: 3)
Power System Modelling and Scripting.part6.rar
(966.44 KB, 下载次数: 3)
楼主热帖