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$ ?0 Z t2 X( o# c. h
Part I: Introduction6 X+ _: g- a$ k6 S
1 Power System Modelling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 r$ i- C* E$ g7 f* B+ X9 _
1.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3$ k; D$ m/ V/ M8 T5 C' j, x8 o7 a
1.2 Motivations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 }; T* K* g, r- ~
1.3 Modelling Physical Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5+ @2 Z6 ^+ ^4 a/ l' B. w9 `- }
1.4 Hybrid Dynamical Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11, l( q& n4 z% H N9 |6 n/ s
2 Power System Architecture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19: b" ^$ O1 g% H0 x2 h1 g# {. p
2.1 Structure of Software Projects . . . . . . . . . . . . . . . . . . . . . . . . . . 19. t* P( P7 J( p& D/ A
2.2 Classes and Procedures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
3 x! B7 ^$ S- X2 R 2.3 Modularity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23# O1 s3 m. a' k3 n6 l0 [# r, h! m
2.4 Architecture of a Power System Software Tool . . . . . . . . . . . . 27
. U0 [9 K, q9 c2 G 3 Power System Scripting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
" {" q v( E e( K8 F0 [ 3.1 Open and Closed Programming . . . . . . . . . . . . . . . . . . . . . . . . . 31# M* y3 [4 r5 T0 I
3.2 Scripting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33. G1 g$ Y# X a
3.3 Scripting Languages for Computational Science . . . . . . . . . . . 35
: y) I- H' o. } 3.4 Computer Languages Suitable for Power System Analysis . . . 36* }% u/ r& v; X& \' Q# O
3.5 Python Scripting Language . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
/ N$ p+ \' P3 D. c# S, a Part II: Power System Analysis
* n# y H8 w. U. n 4 Power Flow Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
2 d2 O1 b) Q0 R+ b! q+ \. M- H 4.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
* A$ j# v4 f9 A5 O- F, h# ^ 4.2 Taxonomy of Power Flow Problems . . . . . . . . . . . . . . . . . . . . . . 666 Z/ h; X4 A2 _* a
4.3 Classical Power Flow Equations . . . . . . . . . . . . . . . . . . . . . . . . . 67/ x% `' n" y8 Y/ O0 o8 g, h7 D) D
4.4 Power Flow Solvers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70
# q" d+ }( b# I+ F 4.4.1 Jacobi and Gauss-Seidel’s Method. . . . . . . . . . . . . . . . 70, x- Z/ k( X; f1 h! ` S2 w/ [
4.4.2 Newton’s Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74
7 @: M( |. B' ]. T XVI Contents
2 B9 ~; D3 {, `! t 4.4.3 Power Flow Jacobian Matrix . . . . . . . . . . . . . . . . . . . . 77( o* D( s% A5 {* B1 a: ~* s! j
4.4.4 Robust Newton’s Method . . . . . . . . . . . . . . . . . . . . . . . 82; N, N# F7 {# v4 O* r8 Q
4.4.5 Iwamoto’s Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84( i/ w: n. |% g' s4 i$ M
4.4.6 Inexact and Dishonest Newton’s Methods . . . . . . . . . 85
1 I% H# @$ q; X6 v0 u8 A) A 4.4.7 Fast Decoupled Power Flow . . . . . . . . . . . . . . . . . . . . . 862 L2 n. g: ]2 R7 a
4.4.8 DC Power Flow. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
1 |' m! e" A6 ?0 W# I/ \ 4.4.9 Single and Distributed Slack Bus Models . . . . . . . . . . 95$ e2 c& d5 H d. h' N* |
4.5 A General Framework for Power Flow Solvers . . . . . . . . . . . . . 96. T1 A- g) D' a j
4.5.1 Stability of the Continuous Newton’s Method . . . . . . 97
# O- N, ?8 k! g1 y' ?9 m7 ^* V 4.6 Summary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100& ?; F: U+ R# V' `4 q) c
5 Continuation Power Flow Analysis . . . . . . . . . . . . . . . . . . . . . . . 103) i* o& [9 I3 E$ V; ]
5.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
: K- T/ O/ u# j' J) n% z" ] 5.2 System Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107
6 H( J9 ~. ?! _* V5 H ~2 @( F 5.3 Direct Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 108! e, X& i4 q ]$ L8 ]. V* |) B! W
5.3.1 Saddle-Node Bifurcation . . . . . . . . . . . . . . . . . . . . . . . . 109
3 ]* ?, b4 P8 B0 [ l 5.3.2 Limit-Induced Bifurcation. . . . . . . . . . . . . . . . . . . . . . . 1119 p3 e5 |& U2 ~: J
5.3.3 Nonlinear Programming . . . . . . . . . . . . . . . . . . . . . . . . 113
1 ]3 E# _ F9 c& o* f1 ` 5.4 Homotopy Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 114. |! S% _$ | ]+ _
5.4.1 Continuation Power Flow . . . . . . . . . . . . . . . . . . . . . . . 117
' t0 b5 ~, k; ^1 D 5.4.2 Predictor Step . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117
f9 W }% {0 O1 n 5.4.3 Corrector Step . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 121
' E8 V* U' M! Q8 W 5.4.4 Continuous Newton’s Method and Homotopy . . . . . . 126
" x7 P1 N9 f0 ?8 T' W' E 5.4.5 N-1 Contingency Analysis . . . . . . . . . . . . . . . . . . . . . . . 127. M2 `% E! O( w
5.5 Summary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129
! D0 l3 @/ r; H$ q) Q, E 6 Optimal Power Flow Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131
: }+ m9 ]/ U5 n0 \ 6.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131
: b! ?# ]: c3 Q 6.2 Optimal Power Flow Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133
) u. D3 r: R) w: w 6.3 Nonlinear Programming Solvers . . . . . . . . . . . . . . . . . . . . . . . . . 139
: n* K% Z$ {0 R, l. |7 L 6.3.1 Generalized Reduced Gradient Method . . . . . . . . . . . 140% U; y9 B. W8 P' Y
6.3.2 Interior Point Method . . . . . . . . . . . . . . . . . . . . . . . . . . 142) E- s; U& f) B3 L9 G! h
6.4 Summary of IPM Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . 153
! u& B! q$ C: d 7 Eigenvalue Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155
$ m- y4 i/ d5 J9 I$ L 7.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155" Z% \" ]5 o7 p
7.2 Small Signal Stability Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . 159
+ y5 H( B$ p& p' j" Z8 G* j3 x2 l 7.2.1 Bifurcation Points . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1619 @) b* ?& [# K$ p4 u
7.2.2 Participation Factors . . . . . . . . . . . . . . . . . . . . . . . . . . . 165
5 h9 U- @9 s* f* L a0 S 7.2.3 Analysis in the Z-Domain. . . . . . . . . . . . . . . . . . . . . . . 169: p0 K1 l6 M* z6 U( }; {; _. x
7.3 Computing the Eigenvalues . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170
^9 g: F' d# x; \ 7.3.1 Power Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170% r0 o) s& U! `6 x, v7 z
7.3.2 Inverse Iteration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 172 o8 u g: d7 A& n% G
7.3.3 Rayleigh’s Iteration . . . . . . . . . . . . . . . . . . . . . . . . . . . . 172
8 R, K& L" l! H. |1 A- o' Z9 k. t7 G 7.4 Power Flow Modal Analysis. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 173
" H% s+ w+ i# l6 B Contents XVII6 F% C+ v" V+ r
7.4.1 Singular Value Decomposition . . . . . . . . . . . . . . . . . . . 174
z0 S& b; p Z8 L" @( f 7.5 Summary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 177% E% ~! Q' e3 T) }6 q% s" X1 a; C. i
8 Time Domain Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 179
1 J% S' c7 I- I3 H5 x8 N 8.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1790 P% L* Q0 T2 S' ]" y6 G5 Q5 o
8.2 Power System Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 186' B9 l, o3 P; C# G, k$ b' S
8.2.1 Current-Injection Model . . . . . . . . . . . . . . . . . . . . . . . . 1874 P0 f- ]* F# H4 W1 T! r; c9 S
8.2.2 Power-Injection Model . . . . . . . . . . . . . . . . . . . . . . . . . . 189, y2 I1 }2 b9 A- i% i$ w. z# i
8.3 Numerical Integration Methods . . . . . . . . . . . . . . . . . . . . . . . . . 192 k8 g, i5 s. f/ T; g, z3 i9 x/ o
8.3.1 Explicit Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 192
4 Y9 Q, @& }/ n 8.3.2 Implicit Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 195; s+ Z4 s+ h3 j" H3 V7 j
8.4 Numerical Integration Routine . . . . . . . . . . . . . . . . . . . . . . . . . . 198
2 Q$ z3 J5 j, s$ m" f 8.4.1 Step Length . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 200
, L% _- g h( \+ ] 8.4.2 Disturbances . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2024 x6 H7 ^- ?' G
8.4.3 Stop Criterion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 204
! U3 F. J3 A8 P- w/ n 8.5 Electro-magnetic Transients . . . . . . . . . . . . . . . . . . . . . . . . . . . . 211
+ ]6 e6 W% T! g. G6 Z2 ?: ? 8.6 Quasi-static Analysis. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213
0 O6 S/ O' c1 k7 y4 J% W 8.7 Summary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2174 s1 m- x6 I$ X( B9 w6 M! j
Part III: Device Models
% W2 b# h( x) j9 \& J 9 Device Generalities . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 221
( ?2 o$ z+ ]' I+ i, \5 U" T% | 9.1 General Device Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 221, ?% m6 j& s5 T5 T
9.1.1 Initialization of Device Internal Variables . . . . . . . . . 223
# R8 E' g3 u: P3 P) U 9.2 Devices as Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2269 h) }" `: t3 U$ C; N1 W; `
9.2.1 Base Device Class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2286 d* y/ a, D5 _. I* Q; i$ p
9.2.2 Methods of the Base Class . . . . . . . . . . . . . . . . . . . . . . 236
5 e$ {* @" f- P' G3 z l; } 9.2.3 Specific Device Methods . . . . . . . . . . . . . . . . . . . . . . . . 241% L, f: h; _0 O6 `6 ?7 o
10 Power Flow Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 247
5 [, x; b3 r; g2 r) x, l) B8 v8 g 10.1 Topological Elements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 247
+ V2 o" y0 V& g; X 10.1.1 Bus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2476 }' `" l3 y5 @' \. L i
10.1.2 Areas, Zones, Regions and Systems . . . . . . . . . . . . . . . 249. x+ p! I& [# h! K0 y
10.2 Static Generators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 250& P0 z4 ? J2 r2 s
10.2.1 PV Generator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 250
! z. p- `( K9 r 10.2.2 Constant Voltage Phasor Generator . . . . . . . . . . . . . . 2541 g# P. \. G2 Z. P/ Y
10.2.3 PQ Generator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 256
! v( v% _- j( ~$ O; m. w/ X8 l 10.3 Static Loads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 257
! A% W2 y8 b1 e# N6 N+ A' I$ M5 Z 10.3.1 PQ Load. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 257
+ q7 l0 N5 i( ?3 H 10.3.2 Constant Power Factor Load . . . . . . . . . . . . . . . . . . . . 259
! s) {1 l' h6 Y2 |& j 10.3.3 Shunt Admittance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 260
: w( L" X0 \) }3 x# c$ L W 10.3.4 Switched Shunt Admittances . . . . . . . . . . . . . . . . . . . . 260) d7 f( w& z- g2 \, s( B
XVIII Contents7 U7 Y7 G( _! T' ~7 y- |
11 Transmission Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 263& i& u, [8 E; _6 o5 t2 v" U! K
11.1 Transmission Line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 263# R/ v5 V; o$ i$ k
11.1.1 Line Sections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 265# N! v( d, ^' W. z# w9 X
11.1.2 Tie Line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 267
" e4 x& G6 I' ^4 T, A 11.1.3 Distributed Transmission Line Models . . . . . . . . . . . . 268
* O {' C, W3 X; m" G; ^ 11.1.4 Effect of Frequency Variation . . . . . . . . . . . . . . . . . . . . 270
+ v9 u/ O( j; S8 c! O 11.1.5 Coupling Device and Zero-Impedance Line . . . . . . . . 2712 W' x3 u4 J6 f: T
11.2 Transformer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 272, P; P! }/ v" ^3 {/ {* ^4 F6 _( n
11.2.1 Two-Winding Transformer . . . . . . . . . . . . . . . . . . . . . . 272" d/ S- x4 z7 U6 {9 A# A6 r
11.2.2 Under Load Tap Changer . . . . . . . . . . . . . . . . . . . . . . . 275+ u. n( h- I" k3 {
11.2.3 Phase Shifting Transformer . . . . . . . . . . . . . . . . . . . . . 2787 H V1 X: W! \% J
11.2.4 Three-Winding Transformer . . . . . . . . . . . . . . . . . . . . . 2794 R- G4 D1 `9 R) F3 N& Q
11.3 Vectorial Implementation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 282
8 I5 w5 q( b- \( O 11.3.1 Incidence Matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 284 P. p) O7 B* S T% ?. g
11.3.2 Jacobian and Hessian Matrices . . . . . . . . . . . . . . . . . . 2854 P( e- r& E+ X6 x$ `
11.3.3 Network Connectivity . . . . . . . . . . . . . . . . . . . . . . . . . . 2873 g$ l- K3 y- k( o" j
12 OPF Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 291
2 e' G& P6 C( q/ ~8 t. R2 U 12.1 Network Constraints . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 291
% E" S4 t. v \5 N! [- s 12.1.1 Bus Voltage Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 291
1 N' t7 w; e$ M6 @0 U 12.1.2 Transmission Line limits . . . . . . . . . . . . . . . . . . . . . . . . 291
) ~. t& ?/ T7 ], v 12.2 Generator Constraints . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 292
/ z; o% ^" Q2 j, E% P' n 12.2.1 Capability Curve . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 292
& C; E& `3 u( U; k o 12.2.2 Supply Offer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 293
8 k1 L' z1 M# d 12.2.3 Reactive Power Payment Function . . . . . . . . . . . . . . . 296+ y4 ~2 z) B) g' i9 k* g
12.2.4 Generator Power Reserve . . . . . . . . . . . . . . . . . . . . . . . 298
6 E" `5 R% r) B( ]- [ I 12.2.5 Generator Power Ramp . . . . . . . . . . . . . . . . . . . . . . . . . 299
5 ]2 @6 m# [& \. t 12.3 Load Constraints . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 301
2 f, Z5 j5 @! x6 l# I* X) c. A6 H 12.3.1 Demand Bid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3017 v# L3 P/ e; K0 l) [( S
12.3.2 Demand Daily Profile . . . . . . . . . . . . . . . . . . . . . . . . . . 302
# m8 w/ u% `0 R- A. U: V( i 12.3.3 Demand Power Ramp . . . . . . . . . . . . . . . . . . . . . . . . . . 303
; s2 U4 ~ S# K. s$ w/ s 13 Faults and Protections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 305
7 q. E9 ]" w" ^ H% v0 h7 e 13.1 Fault . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3051 A' w: ]$ i6 N: d
13.2 Breaker . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 306
. @7 P3 w0 z5 H: `2 F7 D% U5 i 13.3 Relay . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 307
4 n! p5 D. P( B6 a7 h" s 13.4 Phasor Measurement Unit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 309
# N, R8 r! z2 B( |3 p* \5 ?9 A0 o7 l 13.5 Bus Frequency Estimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 311% N h/ B3 W$ c9 v2 O3 S9 B7 ?
14 Loads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3131 e; B3 \' l* J- k) K8 S
14.1 Voltage Dependent Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3135 ], v- J Y, R. t' F1 F
14.2 ZIP Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 315$ A6 ]1 W U) O+ P m' a( } f
14.3 Frequency Dependent Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 316% i" \8 h) u& o4 n) \5 L
14.4 Voltage Dependent Load with Dynamic Tap Changer . . . . . . 317
) Z6 E+ H8 U7 m$ y8 y 14.5 Exponential Recovery Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 320" X. O9 W# a) W' B) o: }8 l
Contents XIX
& U) W7 V. E/ o0 C7 ` 14.6 Thermostatically Controlled Load . . . . . . . . . . . . . . . . . . . . . . . 321
; j- `! \7 L2 Y9 g0 y5 I+ g8 b 14.7 Jimma’s Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 322
; u/ G* r/ [8 x5 G 14.8 Mixed Load. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 323; H8 Z5 A: C7 A1 T( E6 g6 E" x( M
15 Alternate-Current Machines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 325
7 q1 d( \2 }. D 15.1 Synchronous Machine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3256 @+ V6 s$ }) Z* T& x; j& p& F
15.1.1 Synchronous Machine Parameters . . . . . . . . . . . . . . . . 326
; S/ i& J( M+ T# }, b- s; @ 15.1.2 Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327
. J- V3 K; ]1 P 15.1.3 Common Equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . 328
& G: x% ]# e6 i3 @ 15.1.4 Stator Electrical Equations . . . . . . . . . . . . . . . . . . . . . . 329
. a8 X4 Y9 ?: n6 m 15.1.5 Magnetic Equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3296 d" r0 n. C9 } |# `9 G8 q( M
15.1.6 Simplified Magnetic Equations . . . . . . . . . . . . . . . . . . . 332+ C o5 D- I" J6 e
15.1.7 Synchronous Machine Model Taxonomy. . . . . . . . . . . 336& w, [. U% \; @! w( c; f2 q& U
15.1.8 Saturation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 339
5 f9 z6 { G# C( x5 ^ 15.1.9 Center of Inertia . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 342 c, m! N6 o' z' K
15.1.10 Dynamic Shaft . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 343' L [! X1 \+ ^( T% g, U
15.1.11 Sub-synchronous Resonance . . . . . . . . . . . . . . . . . . . . . 345
' E7 b" r c2 h' e& f D 15.2 Induction Machine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 348
, X/ m9 t/ _; g 15.2.1 Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 348' [) ~% K* Y1 B* Y9 H! Y u
15.2.2 Torque Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 349
2 P. @" Q9 ^' p! m 15.2.3 Electromechanical Model. . . . . . . . . . . . . . . . . . . . . . . . 349
6 ]: R. v5 j) q) w& N4 Q: Q* I 15.2.4 Detailed Single-Cage Model . . . . . . . . . . . . . . . . . . . . . 350
! r4 c4 e! M# j4 v& c$ D$ A" q 15.2.5 Detailed Double-Cage Model . . . . . . . . . . . . . . . . . . . . 351
a" F i. G, P9 I2 V/ ? 16 Synchronous Machine Regulators . . . . . . . . . . . . . . . . . . . . . . . . 355
4 N" P6 v! G2 u( B% v) w) O+ @9 I 16.1 Turbine Governor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 355
( [ n! }' l2 ` 16.1.1 Turbine Governor Type I . . . . . . . . . . . . . . . . . . . . . . . 3584 }( F# n+ G4 p0 ]) [; G3 A
16.1.2 Turbine Governor Type II. . . . . . . . . . . . . . . . . . . . . . . 359* c3 `& e( t4 \1 N; N
16.2 Automatic Voltage Regulator . . . . . . . . . . . . . . . . . . . . . . . . . . . 361$ P5 o" q1 ^1 P! v, [1 e
16.2.1 Automatic Voltage Regulator Type I . . . . . . . . . . . . . 363
0 l3 x+ a% w' p. V" {; J9 `1 j 16.2.2 Automatic Voltage Regulator Type II . . . . . . . . . . . . 364$ A. m. Y5 w( r# T0 D
16.2.3 Automatic Voltage Regulator Type III . . . . . . . . . . . . 366
3 `* e- Y& s2 w 16.3 Power System Stabilizer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 369
4 W) U$ \; ~3 H, M 16.3.1 Simplified Power System Stabilizer Model . . . . . . . . . 371
+ N4 U |- r3 s, I 16.3.2 Power System Stabilizer Type I . . . . . . . . . . . . . . . . . . 371
2 z' Y1 [" O* K3 I) D; O) G 16.3.3 Power System Stabilizer Type II . . . . . . . . . . . . . . . . . 371! k- _0 d1 u# K5 Y+ U) E2 @3 e* w
16.3.4 Power System Stabilizer Type III . . . . . . . . . . . . . . . . 373 U9 b) T" q% @; p! R/ J* U4 d6 h- G
16.4 Over-Excitation Limiter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3736 _$ {) S# V u: r; H, b- z
16.5 Under-Excitation Limiter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 376
; ^4 y# ^2 s' }) b6 F 17 Direct-Current Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3799 O6 m4 z5 |0 a
17.1 Direct-Current Nodes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3797 R( E. @. }. I& V8 P
17.2 Common Interface Equations for Direct-Current Devices . . . 379
: H) j0 i5 y$ u3 ]9 u2 a6 x8 B 17.3 Ideal Generators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 381% O4 a6 I+ q7 M8 \( G! r2 b
17.4 Basic RLC Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 382
" k2 B3 R9 B, { y7 I XX Contents9 ^, q& U5 B+ E0 w/ }
17.5 Direct-Current Machines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3845 G R! y* V. w F9 q- d
17.6 Other Direct-Current Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . 387
% K2 g" J4 Q3 m 17.6.1 Solid Oxide Fuel Cell . . . . . . . . . . . . . . . . . . . . . . . . . . . 387
2 p. ~" x; d8 T/ w; n 17.6.2 Solar Photovoltaic Cell . . . . . . . . . . . . . . . . . . . . . . . . . 390% W. H$ H) f. K, N0 e; j
17.6.3 Battery Energy System . . . . . . . . . . . . . . . . . . . . . . . . . 391) U) w8 ?$ R0 R1 {2 ]
18 AC/DC Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 395
: q! \7 q$ O1 g; G: J6 R( T3 c/ R( D# L 18.1 High-Voltage Direct-Current Transmission System . . . . . . . . . 395/ w% ~1 h e2 m# o/ W# v
18.1.1 Per Unit System for DC Quantities. . . . . . . . . . . . . . . 396
& C3 x8 M3 G/ o( x 18.1.2 Rectifier Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 396
3 X: K0 q9 X( c* n' Z* k 18.1.3 Inverter Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 397; t4 \* i% U8 O
18.1.4 HVDC Control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 398# n! p C& H" s1 M1 u4 w: C5 o
18.2 Voltage Source Converter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4009 I# B/ ~6 x/ H4 k
18.2.1 Simplified Dynamic VSC Model. . . . . . . . . . . . . . . . . . 408! p7 u( J$ o0 ~$ _2 B8 c/ y# M
18.2.2 Power Flow VSC Model . . . . . . . . . . . . . . . . . . . . . . . . 409# E5 W- |9 |: Q" G6 v
19 FACTS Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4138 j- F4 E4 h- G
19.1 Static Var Compensator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 413
* t$ U- D. o+ k0 R1 n9 I6 S5 e 19.1.1 SVC Type I . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4135 j. z9 B* q8 a; V# }
19.1.2 SVC Type II . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 414
# N) Y$ H- J; a8 d" N9 M6 s* o 19.1.3 SVC Initialization. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 415" Y$ ~" ^$ T* [) M
19.2 Thyristor Controlled Series Compensator . . . . . . . . . . . . . . . . . 417
: k* X7 J( d9 F2 |) `) M 19.2.1 TCSC Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . 419
) E1 M V2 A/ _; X 19.3 Static Synchronous Compensator . . . . . . . . . . . . . . . . . . . . . . . . 419
9 I% M. |) ]0 y j% t 19.3.1 Detailed Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 420
0 u' T* M5 w+ t8 F7 Y 19.3.2 Simplified Dynamic Model . . . . . . . . . . . . . . . . . . . . . . 421
8 G- G8 |7 f. b; p2 A: a' k ^. _ 19.3.3 Power Flow Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 422
4 F( E5 I/ N% n/ J* `& | 19.3.4 STATCOM Initialization. . . . . . . . . . . . . . . . . . . . . . . . 423. c( A k# l% U3 A' F; K
19.4 Static Synchronous Series Compensator . . . . . . . . . . . . . . . . . . 423
( J0 o- m" ^/ M. W. V 19.4.1 Detailed Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 424
# W3 c0 f/ F9 }# |0 v 19.4.2 Simplified Dynamic Model . . . . . . . . . . . . . . . . . . . . . . 426
. Z/ s" c7 M& z, [7 H9 ?% }- | 19.4.3 Power Flow Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 427
! V* O7 \; S/ j& U2 t' f 19.4.4 SSSC Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 427! w( a* S' I: t! M y
19.5 Unified Power Flow Controller . . . . . . . . . . . . . . . . . . . . . . . . . . 428
& m0 U Y8 W2 D 19.5.1 Detailed Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4289 _. r6 F n3 N, l) V
19.5.2 Simplified Dynamic Model . . . . . . . . . . . . . . . . . . . . . . 431: @) G: K; O1 |4 \ _3 b T
19.5.3 Power Flow Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4331 R9 G* h& T! Y% D/ ~2 z
19.5.4 UPFC Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . 434
/ ^. f! U' D' B6 K2 B 20 Wind Power Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 435
8 n8 T# H" h' b" y 20.1 Wind Speed Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 435
% ~3 }* C# j& n5 m0 ] 20.1.1 Weibull’s Distribution . . . . . . . . . . . . . . . . . . . . . . . . . . 4362 ?4 J' _8 q4 J! L4 l
20.1.2 Composite Wind Speed Model . . . . . . . . . . . . . . . . . . . 4384 Q( z8 p; l& A+ Y$ B P6 `9 t- X
20.1.3 Mexican Hat Wavelet Model . . . . . . . . . . . . . . . . . . . . 4395 \3 v' K7 w0 j. V' x
20.2 Wind Turbines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 440
. Q1 G4 Z5 O. s( v. y Contents XXI6 ^# a* T2 ~2 H$ \
20.2.1 Single Machine and Aggregate Models . . . . . . . . . . . . 441& e9 A# c6 Q3 H) }" ]0 R9 [/ j
20.2.2 Wind Turbine Initialization . . . . . . . . . . . . . . . . . . . . . 443
+ e: q, L1 _+ ` 20.2.3 Turbine Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 443
& C. O8 ]: \. C6 X D# O 20.2.4 Dynamic Shaft . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 446
& {$ T" n$ T) O0 j' ^2 R 20.2.5 Non-Controlled Speed Wind Turbine . . . . . . . . . . . . . 448
- b( U- R7 ~5 H& S: m9 o, x 20.2.6 Doubly-Fed Asynchronous Generator . . . . . . . . . . . . . 449
5 U! P3 h, u. C. t2 _( Y b" @' F" Z2 m 20.2.7 Direct-Drive Synchronous Generator. . . . . . . . . . . . . . 453
& d, n( l O2 @0 L Part IV: Spare Material and Concluding Remarks; p% a# y9 c2 [) d6 y# d8 \; U" H
21 Data Formats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 459/ g Z- k1 Z2 Y/ _
21.1 Data Format Taxonomy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4591 G# F/ L: |* W, e, i3 i
21.1.1 Data Organization and Structures . . . . . . . . . . . . . . . . 459
3 @+ b4 t A+ l ]% K9 g 21.1.2 Kind of Supported Data . . . . . . . . . . . . . . . . . . . . . . . . 461
1 [# ?3 M( Z5 M, W! u 21.1.3 Number of Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 462
2 ~+ b" F* s! O) U1 p 21.1.4 Default Values, Prototypes and Data9 D! c" L0 J; I/ r
Manipulation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 462
, f3 z* L7 d | b0 ` \, E) K2 | 21.2 Canonical Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 463
8 ?" r6 W% x4 J4 ]/ b. q! w4 h$ k2 A 21.3 Common Information Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . 464
: L. b" G' [# N 21.4 Consistent Data Schemes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4673 S/ b% ]/ W7 \4 T0 S o" b9 |
22 Visualization Matters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 475+ a# o, s3 Q- s2 V; s, F
22.1 Graphical Interface vs. Command Line Approach . . . . . . . . . . 475- @" Z3 I3 S1 l+ A) R
22.2 Result Visualization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 478
, a* m9 h D) `6 ]) s; u9 z0 m 22.2.1 Standard Two-Dimensional Plots . . . . . . . . . . . . . . . . 4784 L; H4 z! g- R- t( W% \3 j
22.2.2 Temperature Maps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4822 i* J! J3 c& ]1 y9 h1 }1 {
22.2.3 Three-Dimensional Plots . . . . . . . . . . . . . . . . . . . . . . . . 484: p. K% W9 L( ^, j6 M
22.2.4 Geographic Information System. . . . . . . . . . . . . . . . . . 485# F6 U4 [; L- z6 {2 D; P
23 Challenges of Scripting for Power System Education . . . . . 489% F6 Y) s$ @( q+ M* I9 G
23.1 Concepts and Definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 489
* y8 f& w, x2 z 23.1.1 Proprietary Software . . . . . . . . . . . . . . . . . . . . . . . . . . . 4897 ]) f( k8 E8 Q# [6 b, ^6 [% i
23.1.2 Open Source Software . . . . . . . . . . . . . . . . . . . . . . . . . . 490
4 P( s+ O+ ]$ W$ W* c6 a: M; f/ t' W 23.1.3 Free Software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4900 n8 R% t$ j% h/ L2 t! z
23.1.4 Free Open Source Software . . . . . . . . . . . . . . . . . . . . . . 491
1 K, Z3 ~ O& ] 23.2 Education-Oriented FOSS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4918 G; O2 S; n% I) \. x
23.2.1 Pedagogical Issues . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 491 ^9 M+ m! F; v& ?: s
23.2.2 Failure of FOSS for Power System Analysis . . . . . . . 492
q: X2 L* U2 H& x# h* v6 T XXII Contents
) f7 s# \. J. ]$ V8 C Part V: Appendices
3 g( I! d, z5 ?7 Q9 R( O T A Python Libraries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 497
' H0 n* ]! a5 J' K5 R! q A.1 CVXOPT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 497
& @6 j5 J/ X6 h- [$ s A.1.1 cvxopt.base . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4974 ?& c; G4 D6 |
A.1.2 cvxopt.blas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 502- x8 J0 e8 H* u* u- y
A.1.3 cvxopt.lapack . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 502& O# n! j, b l4 T
A.1.4 cvxopt.umfpack . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5039 b* I% c \( r2 b( J9 s
A.2 NumPy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 505
9 Y# n8 `' d! b( l: A A.3 Matplotlib . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 507
+ @4 Q7 Y6 X3 B8 y* j6 l% A B System Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 511
$ ~+ P0 R) o# [! A B.1 System Properties and Settings . . . . . . . . . . . . . . . . . . . . . . . . . 511- {4 f# }/ d: b2 B4 [
C Control Diagrams. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 515
7 |( ?) D. r. N7 Y* _ C.1 Representation of Basic Functions . . . . . . . . . . . . . . . . . . . . . . . 5159 k8 e! V6 B$ b2 r+ J0 \
C.2 Hard Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5162 S; Y; T9 I& C: d0 T
D IEEE 14-Bus System Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 523
( j+ D- w5 I- s6 M ` D.1 Common Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5230 y5 _% J( s: z, H/ q2 y0 J
D.2 Static Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 523
6 C$ ^* A R* [/ M% O2 G) L- l D.3 Market Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 523
+ G! X4 p5 n, e+ l4 c/ V D.4 Dynamic Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5245 A! e& [' @7 Q% f/ Z
D.5 FACTS Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5249 X" c7 p6 {) h! X( d- T8 Y
D.6 Wind Turbine Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 526
1 R8 W* j; O/ q' x( u E Software Packages and Links. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 529
% d! f8 a; Y8 d7 z0 y' O, s E.1 Software Packages Used in the Book . . . . . . . . . . . . . . . . . . . . . 529
+ i9 j+ G9 B0 x: k g E.2 Links related to Power System Analysis . . . . . . . . . . . . . . . . . . 530
8 s: d6 K. y2 z2 z$ `$ L6 g References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 531
1 _/ \8 z. E' Z. [7 d( C# n+ b Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 551
1 z# Y$ t& I' B9 {! o) G7 _0 x _
3 p) M+ U; O' y+ G8 k, Z
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)
楼主热帖