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: a, l1 M# o' j( i
Part I: Introduction- R5 J$ M! _/ @) f$ V
1 Power System Modelling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
/ B6 r& s3 V6 o; u; T9 E. E 1.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1 `! H) s7 ~) k7 p. K 1.2 Motivations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
/ \, d o* x- e: |+ ^, ^0 y 1.3 Modelling Physical Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
/ c% J) [1 T h# w. c 1.4 Hybrid Dynamical Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
+ p! K; E7 `# V 2 Power System Architecture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
9 X! ]' r, U9 x9 t 2.1 Structure of Software Projects . . . . . . . . . . . . . . . . . . . . . . . . . . 192 i* j8 s! ]$ m6 i" n+ X C
2.2 Classes and Procedures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21. ^" e- Y: c' d5 N6 b3 c; g
2.3 Modularity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
, ^/ U2 A8 d1 ? A2 a8 z 2.4 Architecture of a Power System Software Tool . . . . . . . . . . . . 27
1 l" e+ k w' g/ r 3 Power System Scripting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31/ V0 @. o1 p5 V3 k: Z% A
3.1 Open and Closed Programming . . . . . . . . . . . . . . . . . . . . . . . . . 31
2 \. }2 X% Y4 g' G, F 3.2 Scripting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
' [2 N; F5 k9 R 3.3 Scripting Languages for Computational Science . . . . . . . . . . . 356 q8 {1 h$ J6 \6 @
3.4 Computer Languages Suitable for Power System Analysis . . . 36; ]" W3 j& A# j) q3 _% s
3.5 Python Scripting Language . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
0 G$ z4 K# p) N) [ Part II: Power System Analysis; y+ f# r3 p( d- Z- x* ]8 {, p
4 Power Flow Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
% [4 W' K, S T# b4 x" F0 M 4.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 613 a7 o" L) j+ ?7 T
4.2 Taxonomy of Power Flow Problems . . . . . . . . . . . . . . . . . . . . . . 669 l, b3 k: K2 c+ g1 o3 {
4.3 Classical Power Flow Equations . . . . . . . . . . . . . . . . . . . . . . . . . 67
" w& x& q% t/ q- I4 p' A 4.4 Power Flow Solvers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70
% r: T: F" T0 T+ t2 L2 W6 U 4.4.1 Jacobi and Gauss-Seidel’s Method. . . . . . . . . . . . . . . . 70
, F) `& D, K$ d0 | ?3 U9 p( T, H: Z 4.4.2 Newton’s Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 745 i: @8 `+ L3 `4 h* V% P8 X
XVI Contents
. s) J3 y& d1 k& s6 b 4.4.3 Power Flow Jacobian Matrix . . . . . . . . . . . . . . . . . . . . 77. r$ x" s [6 I' G/ N6 @( w
4.4.4 Robust Newton’s Method . . . . . . . . . . . . . . . . . . . . . . . 823 C: w" j$ O: e9 g; i; p! E6 |
4.4.5 Iwamoto’s Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84
$ L* H; e# @. P+ s9 Y+ U/ t 4.4.6 Inexact and Dishonest Newton’s Methods . . . . . . . . . 85
8 g9 e9 k* M# u2 T# Q$ \5 e 4.4.7 Fast Decoupled Power Flow . . . . . . . . . . . . . . . . . . . . . 86
* [+ x$ ~# ~. z' k& L% a0 y5 W% T 4.4.8 DC Power Flow. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
+ N; g6 ]* `- `& | 4.4.9 Single and Distributed Slack Bus Models . . . . . . . . . . 95! a) A9 ?- p. V( d j2 Q
4.5 A General Framework for Power Flow Solvers . . . . . . . . . . . . . 96
4 Y% i% Q6 J5 D( C+ J4 h 4.5.1 Stability of the Continuous Newton’s Method . . . . . . 97$ q) S8 w( I; C$ ?, Y& O# `
4.6 Summary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1000 l& S* u5 A# ~ f- c0 |* R( ^& E
5 Continuation Power Flow Analysis . . . . . . . . . . . . . . . . . . . . . . . 103
3 S8 L5 ]- V: K" o: t) [ 5.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
" X4 {* V& E0 x9 t- T 5.2 System Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107, D' ], V1 N0 P7 s8 x6 Q
5.3 Direct Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1086 r+ s6 w0 ]2 Y% G/ [
5.3.1 Saddle-Node Bifurcation . . . . . . . . . . . . . . . . . . . . . . . . 109
7 w+ |7 h+ w4 k' R 5.3.2 Limit-Induced Bifurcation. . . . . . . . . . . . . . . . . . . . . . . 111
$ n) n2 u# w' V6 P1 c 5.3.3 Nonlinear Programming . . . . . . . . . . . . . . . . . . . . . . . . 1137 x& H8 R$ ?5 O: q0 \ {% X/ L( R- Y
5.4 Homotopy Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 114, Y+ r3 F6 ^9 H/ Q$ N- q" i
5.4.1 Continuation Power Flow . . . . . . . . . . . . . . . . . . . . . . . 117
" R' x9 E5 L8 n. ?! S/ j- n2 h" E2 v 5.4.2 Predictor Step . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117
$ U1 p/ l6 ?6 Y: B 5.4.3 Corrector Step . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1214 F3 b2 s3 y! E0 C
5.4.4 Continuous Newton’s Method and Homotopy . . . . . . 126
8 Q, C5 s- \& Y9 T4 N8 ^ 5.4.5 N-1 Contingency Analysis . . . . . . . . . . . . . . . . . . . . . . . 127; Y# ^1 `+ ]$ ?9 l( O, g
5.5 Summary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129) S: j) [0 ^/ I* G- a* b5 g/ `
6 Optimal Power Flow Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131: \1 K. y9 s+ R" f) _& N. N
6.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131
" X1 T% P M: u# z4 @9 [$ b: N 6.2 Optimal Power Flow Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133
6 s6 @5 b3 z U9 A/ m* r3 a 6.3 Nonlinear Programming Solvers . . . . . . . . . . . . . . . . . . . . . . . . . 1393 n, g, U6 i6 a: p9 D4 @
6.3.1 Generalized Reduced Gradient Method . . . . . . . . . . . 140% o3 {8 M, G! @ s. D$ w- N
6.3.2 Interior Point Method . . . . . . . . . . . . . . . . . . . . . . . . . . 1420 n0 K: t; r6 g8 u3 l
6.4 Summary of IPM Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . 153
1 S# s: c7 M- P9 [: \ 7 Eigenvalue Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155
! y: ]; U& i- e( {7 Z, \ 7.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155. n4 C E5 E2 ?# T
7.2 Small Signal Stability Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . 159
9 W" d+ j/ K3 y! i5 t; B9 f, ?1 A 7.2.1 Bifurcation Points . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1611 I7 n3 C' U0 }
7.2.2 Participation Factors . . . . . . . . . . . . . . . . . . . . . . . . . . . 1657 a" P- t3 O$ o! \( d
7.2.3 Analysis in the Z-Domain. . . . . . . . . . . . . . . . . . . . . . . 169- G8 h5 K( b2 S7 D$ E- r, d
7.3 Computing the Eigenvalues . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170
7 k- T$ ~ k. g* _" z8 c, L% z* p! I 7.3.1 Power Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170' l: i& ^$ T1 U0 \6 a4 Y
7.3.2 Inverse Iteration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 172
+ R5 V: ?7 C' \- y 7.3.3 Rayleigh’s Iteration . . . . . . . . . . . . . . . . . . . . . . . . . . . . 172! U# x/ d! w! X/ j
7.4 Power Flow Modal Analysis. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 173
8 d% E/ W/ V/ E0 U Contents XVII
1 y7 t% K, [3 y4 ^* |4 @* C 7.4.1 Singular Value Decomposition . . . . . . . . . . . . . . . . . . . 1747 p: r Z+ I8 w) S: c4 I( o! ^0 L
7.5 Summary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 177
) z* ?! v; J5 z6 A0 o$ t 8 Time Domain Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 179
% a% X+ [' K- k5 ~. z 8.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 179
1 B& `. a9 _- c/ M) c. d, I) z) c 8.2 Power System Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 186+ O% h+ h! s. b8 c3 G3 Q& \6 ~
8.2.1 Current-Injection Model . . . . . . . . . . . . . . . . . . . . . . . . 187/ r" G" F0 o' R* `7 O+ R
8.2.2 Power-Injection Model . . . . . . . . . . . . . . . . . . . . . . . . . . 189# Q2 J( d/ P l5 S; ]
8.3 Numerical Integration Methods . . . . . . . . . . . . . . . . . . . . . . . . . 192
- B& B3 o" G$ |! c! k 8.3.1 Explicit Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 192
: j0 P4 L: L4 C5 {# w. N4 K* i 8.3.2 Implicit Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 195/ e3 B. x# \& q7 }& O7 e
8.4 Numerical Integration Routine . . . . . . . . . . . . . . . . . . . . . . . . . . 198
+ {2 _ Z- }5 b! M3 h 8.4.1 Step Length . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 200! G- y- D. P% N3 ]) w, f
8.4.2 Disturbances . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2024 n1 J, k2 k3 k) D. m0 h
8.4.3 Stop Criterion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 204
_. f( ~$ v( u" I2 p" { 8.5 Electro-magnetic Transients . . . . . . . . . . . . . . . . . . . . . . . . . . . . 211
+ y' T' } V4 b 8.6 Quasi-static Analysis. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213
. R; _; W1 t: `5 b 8.7 Summary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2172 Q; D2 _& @1 F# A. e
Part III: Device Models
9 L- s# D" |/ I) { 9 Device Generalities . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2210 t5 T' H1 F& c) Y3 o! d* P
9.1 General Device Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 221( ?2 d7 a4 U: v5 S
9.1.1 Initialization of Device Internal Variables . . . . . . . . . 223+ j$ }/ |6 i0 Q4 G4 d% p2 B$ v! P
9.2 Devices as Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 226
K5 l% E* I s 9.2.1 Base Device Class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 228
% u' l' V2 ^, j" M1 r0 C" F 9.2.2 Methods of the Base Class . . . . . . . . . . . . . . . . . . . . . . 2363 ^& a: H3 J- [/ E0 H9 ^9 ~
9.2.3 Specific Device Methods . . . . . . . . . . . . . . . . . . . . . . . . 241 D* F% J7 X' p8 q4 [
10 Power Flow Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 247
6 l4 i K5 f4 S4 M% [ 10.1 Topological Elements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 247( h) d, A3 h- j0 G% j: }
10.1.1 Bus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 247
( B5 b6 @/ \/ N( K 10.1.2 Areas, Zones, Regions and Systems . . . . . . . . . . . . . . . 2492 O5 M' [( P/ k( f9 z" i
10.2 Static Generators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 250, p6 w2 D M N
10.2.1 PV Generator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 250* j+ W) A2 x' t* } s, Q. L
10.2.2 Constant Voltage Phasor Generator . . . . . . . . . . . . . . 2542 }) S9 Z' Z4 C2 S3 i8 M/ x& Z
10.2.3 PQ Generator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 256
1 v' k' o4 o6 T* Y% k 10.3 Static Loads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 257
! O, `# C9 @& `2 v4 b& `7 ? 10.3.1 PQ Load. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 257
: m3 _# B6 j+ N9 U3 A" s 10.3.2 Constant Power Factor Load . . . . . . . . . . . . . . . . . . . . 259
, c& ]' c9 N1 i( ^8 `% A 10.3.3 Shunt Admittance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 260
; ~) ~8 C! `; Y5 g& T 10.3.4 Switched Shunt Admittances . . . . . . . . . . . . . . . . . . . . 260; v& V. t4 z0 g1 i
XVIII Contents
8 b1 l4 |' x% l# X, ?! v3 o 11 Transmission Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2630 n t/ t( _7 p
11.1 Transmission Line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 263: c' R S P( F/ n1 @1 \
11.1.1 Line Sections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 265
& W+ Z( O. [+ J. a$ U w$ | 11.1.2 Tie Line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 267
$ R6 m. g: Q' W( b1 r; P 11.1.3 Distributed Transmission Line Models . . . . . . . . . . . . 268
: w L) q1 m' H! K0 \& q' T) g- Q 11.1.4 Effect of Frequency Variation . . . . . . . . . . . . . . . . . . . . 2708 ?* y1 I! q6 f, Y0 v: {- L
11.1.5 Coupling Device and Zero-Impedance Line . . . . . . . . 271" |$ \5 [: p _3 A Y/ X
11.2 Transformer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 272- Z1 ?3 p5 l$ H! ]6 x/ G
11.2.1 Two-Winding Transformer . . . . . . . . . . . . . . . . . . . . . . 272 |1 m0 C- N n ?( s8 a0 x) N
11.2.2 Under Load Tap Changer . . . . . . . . . . . . . . . . . . . . . . . 275
0 g$ u: [, e/ o/ h' X: W' R 11.2.3 Phase Shifting Transformer . . . . . . . . . . . . . . . . . . . . . 2781 F4 o) i y) N) U' t+ k$ O
11.2.4 Three-Winding Transformer . . . . . . . . . . . . . . . . . . . . . 2797 @6 B$ I" M" } P
11.3 Vectorial Implementation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 282) j& g! p2 b8 Z# y6 s
11.3.1 Incidence Matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 284
5 v- e4 a: `, ^# B% j 11.3.2 Jacobian and Hessian Matrices . . . . . . . . . . . . . . . . . . 285, ~9 B3 ~! w6 R2 _7 C2 R, b
11.3.3 Network Connectivity . . . . . . . . . . . . . . . . . . . . . . . . . . 2877 L) ~1 t8 ^" |; _4 y
12 OPF Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 291
- \( G/ B9 e* b) X4 T/ i7 O 12.1 Network Constraints . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 291
* j: n5 |& I. G$ S: e1 R5 G 12.1.1 Bus Voltage Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 291. \) v4 p- c/ Q; a
12.1.2 Transmission Line limits . . . . . . . . . . . . . . . . . . . . . . . . 291: Q( V6 F0 b! A0 d: B, k
12.2 Generator Constraints . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 292, J% S# F% u; M
12.2.1 Capability Curve . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2927 K5 A+ f' l# R+ l
12.2.2 Supply Offer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 293& T `% L( w! }( D
12.2.3 Reactive Power Payment Function . . . . . . . . . . . . . . . 296
& |( ~! v8 S8 w6 Z 12.2.4 Generator Power Reserve . . . . . . . . . . . . . . . . . . . . . . . 2989 x* s& Q7 N& e, F
12.2.5 Generator Power Ramp . . . . . . . . . . . . . . . . . . . . . . . . . 299- Q1 X7 M4 W4 g5 m2 S) C# [* J
12.3 Load Constraints . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3012 ?0 b& e8 O8 }( P2 u
12.3.1 Demand Bid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 301
; v+ R/ d+ ^: f0 ^( H! ^ [# Y5 Z 12.3.2 Demand Daily Profile . . . . . . . . . . . . . . . . . . . . . . . . . . 3022 c3 }" E }4 i4 t% x. I
12.3.3 Demand Power Ramp . . . . . . . . . . . . . . . . . . . . . . . . . . 303
3 f: v& g+ J% v6 G1 x7 k$ N0 A 13 Faults and Protections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 305; k" K+ m* p. \% E
13.1 Fault . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 305; u* O5 z: d. A& Y$ T3 ^
13.2 Breaker . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 306, d# N% |: g% g8 g, D0 K4 O+ h
13.3 Relay . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 307
; m& z, R6 V) @. w! h 13.4 Phasor Measurement Unit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 309
% E2 _1 y6 N# ^$ h1 O9 X: l! \! ^ 13.5 Bus Frequency Estimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 311
& W) {; M O O3 a9 A" D* M 14 Loads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 313
1 i$ I/ Q$ e9 f @4 v9 @% c 14.1 Voltage Dependent Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 313" M3 ]6 g' T4 i; c; x7 ^6 n
14.2 ZIP Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 315
7 H3 v `5 T* Z% Y& H( x0 _2 H 14.3 Frequency Dependent Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 316
: q/ C6 g7 m/ [; {8 Z: T; B3 J, ~ 14.4 Voltage Dependent Load with Dynamic Tap Changer . . . . . . 317
. \& e7 h }7 L" ~- G/ [$ ] 14.5 Exponential Recovery Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 320
8 @5 Y0 p( w1 K2 s3 s' a, y. ]5 `9 y3 l Contents XIX7 z M, C5 m& G' u7 [2 G0 c6 |
14.6 Thermostatically Controlled Load . . . . . . . . . . . . . . . . . . . . . . . 321
+ B# {1 O' V3 N; i2 f 14.7 Jimma’s Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 322
% J+ s) G* x1 y$ T% A4 s 14.8 Mixed Load. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 323. P- |+ ]( t# N7 C0 J
15 Alternate-Current Machines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 325
" R. ^( Q" h: a 15.1 Synchronous Machine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 325
9 P6 y0 Y8 G' {. n 15.1.1 Synchronous Machine Parameters . . . . . . . . . . . . . . . . 326
) P! G5 N7 V- M 15.1.2 Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327$ W/ Y5 S6 l0 u7 t& n5 U% |' F4 s
15.1.3 Common Equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . 328
, a/ I$ }! ^$ V8 m: z 15.1.4 Stator Electrical Equations . . . . . . . . . . . . . . . . . . . . . . 329) V. n( h! }. a$ D' R( z4 Z+ R2 l
15.1.5 Magnetic Equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . 329& [# W0 f& n$ |2 n4 K6 q- `- K
15.1.6 Simplified Magnetic Equations . . . . . . . . . . . . . . . . . . . 332
+ ]* B4 ]7 | B 15.1.7 Synchronous Machine Model Taxonomy. . . . . . . . . . . 336
' t h/ ?9 |1 X8 M1 a9 V 15.1.8 Saturation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 339/ t" l4 N# z+ }9 _' Y3 R
15.1.9 Center of Inertia . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 342
% h; I" q8 g }( h: w 15.1.10 Dynamic Shaft . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3436 i' M' x0 g. w( o, \3 E+ p$ G
15.1.11 Sub-synchronous Resonance . . . . . . . . . . . . . . . . . . . . . 345
& D) S& h! }! Z* g( \ M { 15.2 Induction Machine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3488 _* O- q' o, r/ |( B& Q. K
15.2.1 Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 348% u$ }6 o- @& M' l8 q# X4 q( g
15.2.2 Torque Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 349
; c* q9 `+ t* `: E8 h0 S. N 15.2.3 Electromechanical Model. . . . . . . . . . . . . . . . . . . . . . . . 349, ]7 p" j3 O, g ~ k, O- R6 a
15.2.4 Detailed Single-Cage Model . . . . . . . . . . . . . . . . . . . . . 350 X& A0 T8 j' Q- S% d+ C
15.2.5 Detailed Double-Cage Model . . . . . . . . . . . . . . . . . . . . 351" f; p* _6 g- O. ? D S
16 Synchronous Machine Regulators . . . . . . . . . . . . . . . . . . . . . . . . 3550 m! C0 o! x0 O0 _! j5 U
16.1 Turbine Governor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 355
+ E; [9 c3 _4 D% ?; o 16.1.1 Turbine Governor Type I . . . . . . . . . . . . . . . . . . . . . . . 358
1 E! s* S9 D% J 16.1.2 Turbine Governor Type II. . . . . . . . . . . . . . . . . . . . . . . 359
( |& d- L; S) B# t5 P4 @ 16.2 Automatic Voltage Regulator . . . . . . . . . . . . . . . . . . . . . . . . . . . 361
# h9 D5 i5 t# ] 16.2.1 Automatic Voltage Regulator Type I . . . . . . . . . . . . . 363% v) i+ X0 g" |
16.2.2 Automatic Voltage Regulator Type II . . . . . . . . . . . . 364
0 l0 q6 V& P' [: H; N 16.2.3 Automatic Voltage Regulator Type III . . . . . . . . . . . . 3668 B% l. w7 {7 j) W+ a4 m
16.3 Power System Stabilizer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 369( A! W6 Z& G; }0 |& ]
16.3.1 Simplified Power System Stabilizer Model . . . . . . . . . 371
$ ^" r: X* e$ x/ L! y 16.3.2 Power System Stabilizer Type I . . . . . . . . . . . . . . . . . . 371( X& D: h0 {( P1 h% X# p( n. _; O! f
16.3.3 Power System Stabilizer Type II . . . . . . . . . . . . . . . . . 371
& _3 K$ \8 H; P E7 q 16.3.4 Power System Stabilizer Type III . . . . . . . . . . . . . . . . 3738 O# l" V' c5 c4 j9 F9 c1 K
16.4 Over-Excitation Limiter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 373; n' F5 M J9 ]- u) P! M
16.5 Under-Excitation Limiter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 376
( E9 X- s$ q6 e" ]* X 17 Direct-Current Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 379
5 `6 ~5 }' Z! T, U* e- ]# }! P! F 17.1 Direct-Current Nodes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3790 A$ X% K- F+ X* d$ P3 E
17.2 Common Interface Equations for Direct-Current Devices . . . 379
! l6 ~, ?$ _/ } 17.3 Ideal Generators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 381
9 m* A( T; d% C: }5 H 17.4 Basic RLC Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 382/ Y7 }1 z) _" A* j& v8 S5 O
XX Contents
I) K! f9 G& Y+ f 17.5 Direct-Current Machines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 384
6 Z' n, ?! N6 [ 17.6 Other Direct-Current Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . 387
5 H; c% L2 \- |& J+ ]1 N 17.6.1 Solid Oxide Fuel Cell . . . . . . . . . . . . . . . . . . . . . . . . . . . 387) y* C' J* ]6 ?0 W- w& ]& a
17.6.2 Solar Photovoltaic Cell . . . . . . . . . . . . . . . . . . . . . . . . . 390
* a" N8 j# i0 j8 R& j+ e, b 17.6.3 Battery Energy System . . . . . . . . . . . . . . . . . . . . . . . . . 391
. z# k( F3 K* Y! L4 Y 18 AC/DC Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 395: W: [ W! j6 G$ @
18.1 High-Voltage Direct-Current Transmission System . . . . . . . . . 395
' K4 Y) y8 c# V! o 18.1.1 Per Unit System for DC Quantities. . . . . . . . . . . . . . . 396& t" D% B: i) p$ Z1 h* Y+ i# M
18.1.2 Rectifier Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 396$ x% a5 I- \/ y
18.1.3 Inverter Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 397/ Q& e: H8 @8 W7 X
18.1.4 HVDC Control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3986 \6 l4 B+ m/ l1 c6 }
18.2 Voltage Source Converter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4000 ?: l: r B8 L* h$ t4 P: O
18.2.1 Simplified Dynamic VSC Model. . . . . . . . . . . . . . . . . . 408) I/ C/ n/ {5 \) ^
18.2.2 Power Flow VSC Model . . . . . . . . . . . . . . . . . . . . . . . . 409
, j" m+ ?' N" C( i 19 FACTS Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 413
. f0 R4 t, o, A# H! F$ q* u 19.1 Static Var Compensator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 413
; f) w3 N& e. t; L' }( t" b! L 19.1.1 SVC Type I . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 413
) p* N; d T, }3 w. m; Q. c) S 19.1.2 SVC Type II . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 414
+ _& ]3 k: Q7 A: e& x 19.1.3 SVC Initialization. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 415) O, F+ D4 t4 i2 z* C* X. Q
19.2 Thyristor Controlled Series Compensator . . . . . . . . . . . . . . . . . 417( l/ `( f* T/ W" B3 E& _" I8 M! m" r9 e
19.2.1 TCSC Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . 419
& k4 `. p- I% G0 o0 K 19.3 Static Synchronous Compensator . . . . . . . . . . . . . . . . . . . . . . . . 419
7 s3 t1 D. P9 u# _ 19.3.1 Detailed Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 420; [$ t1 k d% n+ a, L; \: Y v; n
19.3.2 Simplified Dynamic Model . . . . . . . . . . . . . . . . . . . . . . 421
& C% G, T0 w# J& e, C1 P0 f% r4 Y: J 19.3.3 Power Flow Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 422
/ f( F, M3 ~% a+ r& T3 i 19.3.4 STATCOM Initialization. . . . . . . . . . . . . . . . . . . . . . . . 423( M S O$ K& }2 @, L/ _: j0 d
19.4 Static Synchronous Series Compensator . . . . . . . . . . . . . . . . . . 4239 u0 `+ ] V! I2 S
19.4.1 Detailed Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4245 N9 \2 J5 h% U0 B
19.4.2 Simplified Dynamic Model . . . . . . . . . . . . . . . . . . . . . . 426/ X9 T. w7 \" n: ?( }8 @. g/ H* w
19.4.3 Power Flow Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 427
$ L. k1 x8 ?& y% j% D 19.4.4 SSSC Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4273 ^! ?9 y* u1 w1 M5 i% X
19.5 Unified Power Flow Controller . . . . . . . . . . . . . . . . . . . . . . . . . . 428& e3 r3 M/ K$ f; v
19.5.1 Detailed Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 428' K% u, ]5 C2 s9 ^) y
19.5.2 Simplified Dynamic Model . . . . . . . . . . . . . . . . . . . . . . 4312 w6 `$ `, f) l1 S5 V
19.5.3 Power Flow Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4338 i* b7 U7 Q1 ]! ^
19.5.4 UPFC Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . 434
; u; Y4 k/ I. R/ g3 r. n, ^ 20 Wind Power Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 435& h5 S0 q0 O' e
20.1 Wind Speed Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 435
5 \2 e; X: n, w6 H! U 20.1.1 Weibull’s Distribution . . . . . . . . . . . . . . . . . . . . . . . . . . 436
# V+ S1 u2 B- ~1 Q 20.1.2 Composite Wind Speed Model . . . . . . . . . . . . . . . . . . . 4385 C; r+ N# `' K* ?
20.1.3 Mexican Hat Wavelet Model . . . . . . . . . . . . . . . . . . . . 4397 A0 G) f' b7 r! n6 ]
20.2 Wind Turbines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 440
4 [6 Q4 X( {! r" c Contents XXI
9 J* r& y0 p8 G8 k. l$ \9 Z 20.2.1 Single Machine and Aggregate Models . . . . . . . . . . . . 441& E, y9 S9 W# t% ?0 p% X
20.2.2 Wind Turbine Initialization . . . . . . . . . . . . . . . . . . . . . 4432 _ t- [ I: v! V* O
20.2.3 Turbine Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 443
9 b) o! F0 S3 j9 \5 j- i 20.2.4 Dynamic Shaft . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 446
3 N% @: X& U: X4 B 20.2.5 Non-Controlled Speed Wind Turbine . . . . . . . . . . . . . 448$ \& r; S9 M* H& a% T U$ d
20.2.6 Doubly-Fed Asynchronous Generator . . . . . . . . . . . . . 449
( L6 B7 h) x: N* d2 @; X 20.2.7 Direct-Drive Synchronous Generator. . . . . . . . . . . . . . 453
4 r4 d9 `4 X( E0 Q) M- b Part IV: Spare Material and Concluding Remarks/ h6 c# X4 V3 ~- R. H8 ^
21 Data Formats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 459
$ ?7 z2 d8 |6 Y: ] 21.1 Data Format Taxonomy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 459- K2 u# V+ N6 }5 O" L/ g
21.1.1 Data Organization and Structures . . . . . . . . . . . . . . . . 459& v* v! w. S7 ?% Y5 t$ O8 M/ Q
21.1.2 Kind of Supported Data . . . . . . . . . . . . . . . . . . . . . . . . 4613 c# P' Z7 {$ D+ I/ P2 L3 ^3 K
21.1.3 Number of Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4629 i1 }5 x6 S# | `
21.1.4 Default Values, Prototypes and Data. T8 Q% t# b& a2 H) c
Manipulation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4623 N0 N5 R9 H0 p; z, ]) }( j+ }7 D
21.2 Canonical Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 463
/ h! U3 E! h3 x% Z4 @5 n: J ~+ v 21.3 Common Information Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4643 K0 p( M1 x- f
21.4 Consistent Data Schemes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4676 Y) }+ ]6 I, ]# m& `1 {
22 Visualization Matters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 475# \- p& N4 _% H
22.1 Graphical Interface vs. Command Line Approach . . . . . . . . . . 475
' p. u9 T$ ?0 t3 B; ?/ w* D: j! k 22.2 Result Visualization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 478
5 @3 |+ W# ~2 X0 @ 22.2.1 Standard Two-Dimensional Plots . . . . . . . . . . . . . . . . 478
% w8 E M" T" j3 [ 22.2.2 Temperature Maps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 482
/ I+ m1 C2 b' r) q& A1 G7 z 22.2.3 Three-Dimensional Plots . . . . . . . . . . . . . . . . . . . . . . . . 484/ b$ w, K6 A6 n) C; F
22.2.4 Geographic Information System. . . . . . . . . . . . . . . . . . 485
z0 b4 ~# f# A, G: L' J 23 Challenges of Scripting for Power System Education . . . . . 489
3 E( P$ r3 K+ ]0 d" ?9 D 23.1 Concepts and Definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 489
, z6 u0 @0 ]% m; Q 23.1.1 Proprietary Software . . . . . . . . . . . . . . . . . . . . . . . . . . . 489
( N" z% v! x, |1 ~9 t 23.1.2 Open Source Software . . . . . . . . . . . . . . . . . . . . . . . . . . 490
. p( s( U& u1 E 23.1.3 Free Software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 490% K8 k' v0 M- w" S/ `( v7 p9 b
23.1.4 Free Open Source Software . . . . . . . . . . . . . . . . . . . . . . 491 _3 S$ A: E8 w5 X! q/ t6 \
23.2 Education-Oriented FOSS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 491
! b) q8 ^# J+ r 23.2.1 Pedagogical Issues . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4914 k" i' Q3 u- k9 _. w% m
23.2.2 Failure of FOSS for Power System Analysis . . . . . . . 492
% Y& I% N1 \; v9 p! j XXII Contents
+ D! l3 z/ i0 t& B# ^ g. s2 w Part V: Appendices
( q+ {( R b# G A Python Libraries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4978 F( b- Z' l& v% B
A.1 CVXOPT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 497
! E q9 z( T" f H A.1.1 cvxopt.base . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 497
) g+ K0 k9 H9 ^2 z' w/ q! r A.1.2 cvxopt.blas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 502
; c& \1 j3 t# ]6 H9 {9 u A.1.3 cvxopt.lapack . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 502
; b3 ^& _7 N4 k7 l A.1.4 cvxopt.umfpack . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 503
6 R9 a9 Y$ [7 v A.2 NumPy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 505
/ V- u$ d. k' F5 V; r7 J4 ?0 e* v A.3 Matplotlib . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 507
7 |0 a$ H) l( A B System Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5112 G- y% m6 r1 n# Z
B.1 System Properties and Settings . . . . . . . . . . . . . . . . . . . . . . . . . 511- g& a0 }9 I7 s, ~
C Control Diagrams. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 515
" W( M, J9 i, V2 ` C.1 Representation of Basic Functions . . . . . . . . . . . . . . . . . . . . . . . 515
) Q" y4 B* J! k% T( m! ^4 C( z C.2 Hard Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 516 L. [" X+ g b' Y$ s7 J
D IEEE 14-Bus System Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 523
: u# O- h e3 \% ]; j9 S' M& \ D.1 Common Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 523+ U$ ]6 m6 \8 z9 m- C( b
D.2 Static Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 523+ l* b4 D2 C1 l5 m6 V" t0 {0 w, D
D.3 Market Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 523
+ h2 P- m- r! o: u; \) [1 O D.4 Dynamic Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 524* o& n, W0 r/ K) q: p
D.5 FACTS Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 524
' L: V1 a& ]3 S# i5 a4 {5 _, E& L D.6 Wind Turbine Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 526& r& h2 P( N. [# q" A
E Software Packages and Links. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 529
* J3 q: T# s: e0 w& c8 _ E.1 Software Packages Used in the Book . . . . . . . . . . . . . . . . . . . . . 529
& z9 C9 T% m! }/ M+ m( v4 ^7 r E.2 Links related to Power System Analysis . . . . . . . . . . . . . . . . . . 530; [6 t4 {2 {% l6 u% q- m. {8 O
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 531" Z* G7 }+ z7 v
Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5518 X M4 j5 ~. { g2 A8 D! Y
. x* g8 a2 ~, R. Y
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)
楼主热帖