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* N6 Q4 i3 V7 {5 n
Part I: Introduction0 R: K/ ]: ^; e" e% S& C
1 Power System Modelling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3( x7 h9 }% N( ]1 M
1.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
9 \ O" L$ S: x( @4 m k- B 1.2 Motivations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
4 S, G+ [+ I, C4 Q% M2 b 1.3 Modelling Physical Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
) _6 W+ {1 p$ R2 ^4 a7 p5 H& E1 c 1.4 Hybrid Dynamical Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
) D) n0 c0 ]5 h4 I, @" p% P; P) t 2 Power System Architecture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
. j* u9 i" ]! J: J0 k6 R 2.1 Structure of Software Projects . . . . . . . . . . . . . . . . . . . . . . . . . . 19) d K% p/ v, y8 g; y& [
2.2 Classes and Procedures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 211 P" `9 C- ]+ {! u
2.3 Modularity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
' y9 G. O* f5 ? 2.4 Architecture of a Power System Software Tool . . . . . . . . . . . . 27. O7 Q' m0 L ?7 ~2 D
3 Power System Scripting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
& e* c! G& K* V, D 3.1 Open and Closed Programming . . . . . . . . . . . . . . . . . . . . . . . . . 31
) o% ^* P# F, G 3.2 Scripting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
) _5 W3 \) J% [! h( h! @* W 3.3 Scripting Languages for Computational Science . . . . . . . . . . . 35
, D3 w: K6 ]$ W# b 3.4 Computer Languages Suitable for Power System Analysis . . . 36
2 t% f* q9 b9 H# } 3.5 Python Scripting Language . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
+ j8 S5 C; O# X. i+ ?! C( C Part II: Power System Analysis1 s' v# ~( y A% a
4 Power Flow Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 613 S3 g# ?1 `% ]( f1 c& f8 w
4.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
; k" [6 l% r3 r0 ^+ J4 @3 s! H 4.2 Taxonomy of Power Flow Problems . . . . . . . . . . . . . . . . . . . . . . 66% H* ?$ f8 D+ R8 t$ t$ Q
4.3 Classical Power Flow Equations . . . . . . . . . . . . . . . . . . . . . . . . . 67
9 t1 P J$ T1 h: p5 F5 y 4.4 Power Flow Solvers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70% ^: Q* ?( k. S6 ^# v( n" ?
4.4.1 Jacobi and Gauss-Seidel’s Method. . . . . . . . . . . . . . . . 70
/ C- S" K$ s" Y' h+ j8 `6 K& C 4.4.2 Newton’s Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74
+ c: }& @) c, \' b; A XVI Contents$ G4 Y# f( O, C* }
4.4.3 Power Flow Jacobian Matrix . . . . . . . . . . . . . . . . . . . . 778 R* l) N3 R2 b3 e2 M( \
4.4.4 Robust Newton’s Method . . . . . . . . . . . . . . . . . . . . . . . 82$ q) ]& Y9 [8 j9 d; l( L6 Z
4.4.5 Iwamoto’s Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84
7 q8 Y* x* D. k, i& {$ i 4.4.6 Inexact and Dishonest Newton’s Methods . . . . . . . . . 85
! j+ z- Z5 w, k, p0 c u- z 4.4.7 Fast Decoupled Power Flow . . . . . . . . . . . . . . . . . . . . . 86
+ n* s$ A" i; q9 T) Q 4.4.8 DC Power Flow. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92' V6 s+ ^1 h7 Z" N
4.4.9 Single and Distributed Slack Bus Models . . . . . . . . . . 95
2 p1 h( \+ h! t# S x 4.5 A General Framework for Power Flow Solvers . . . . . . . . . . . . . 96% ~) i6 h3 R& H" N6 D$ c2 C$ l
4.5.1 Stability of the Continuous Newton’s Method . . . . . . 97$ G; d/ A% p' C( O9 {. K
4.6 Summary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100& w7 o5 P2 e( c) f' A9 z
5 Continuation Power Flow Analysis . . . . . . . . . . . . . . . . . . . . . . . 103
8 u: B6 P$ q3 Z% Q% J7 d 5.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
( e) W& |' X. K3 l6 o5 B 5.2 System Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107' r+ C/ }; f Z- y
5.3 Direct Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 108; l; E$ E, B3 E+ a g
5.3.1 Saddle-Node Bifurcation . . . . . . . . . . . . . . . . . . . . . . . . 109
+ ^7 N; ~9 Z5 t$ V 5.3.2 Limit-Induced Bifurcation. . . . . . . . . . . . . . . . . . . . . . . 111- H- `; ^, M' v5 q
5.3.3 Nonlinear Programming . . . . . . . . . . . . . . . . . . . . . . . . 113& d) c1 x' P: w. F# j5 V
5.4 Homotopy Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 114* U3 d, {. l, d( o# M G
5.4.1 Continuation Power Flow . . . . . . . . . . . . . . . . . . . . . . . 1175 q! Z- ^9 [3 D0 r
5.4.2 Predictor Step . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117% ^/ U0 n: F" F1 t% Q- L* |
5.4.3 Corrector Step . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 121
5 ] [" Z0 B5 m1 B 5.4.4 Continuous Newton’s Method and Homotopy . . . . . . 126
0 V3 F3 C/ {/ ?8 V" l) m( `7 B 5.4.5 N-1 Contingency Analysis . . . . . . . . . . . . . . . . . . . . . . . 127
8 l2 S0 O! X0 B- w$ [! W 5.5 Summary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129
3 l8 p: ?! O$ D' C5 K 6 Optimal Power Flow Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131
6 M- _, d! ~6 p0 @ 6.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131
3 m% a- { J5 m4 l- D7 }" Q4 q# X+ q 6.2 Optimal Power Flow Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133
4 F) Q5 W" N. q/ p 6.3 Nonlinear Programming Solvers . . . . . . . . . . . . . . . . . . . . . . . . . 139+ m3 W' L. b5 Z' H1 m8 i
6.3.1 Generalized Reduced Gradient Method . . . . . . . . . . . 140- P- C$ Z5 U) y$ [" Y% q% f6 S
6.3.2 Interior Point Method . . . . . . . . . . . . . . . . . . . . . . . . . . 142
9 I: A, d4 t0 j) w 6.4 Summary of IPM Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . 153
1 `/ b; V/ K/ H' F, o4 F- C 7 Eigenvalue Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155- Q5 e: Z6 ?$ z. q6 [/ C. L
7.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155
# U/ V2 h- g, L: I4 g 7.2 Small Signal Stability Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . 159
9 w/ R+ |) l7 h! H( G* I( L 7.2.1 Bifurcation Points . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1618 @) p# U/ q* s
7.2.2 Participation Factors . . . . . . . . . . . . . . . . . . . . . . . . . . . 165
" p9 ]+ C8 h* z# N 7.2.3 Analysis in the Z-Domain. . . . . . . . . . . . . . . . . . . . . . . 169
. P% a% j( s& ?6 Q. f7 o& Y7 r. X$ O 7.3 Computing the Eigenvalues . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170
1 f$ v) v- W) \" h' C( ^5 P' Y ~ 7.3.1 Power Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170# z& b; r/ \9 v8 k7 D
7.3.2 Inverse Iteration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 172
: K; l. O8 Z' |# \ 7.3.3 Rayleigh’s Iteration . . . . . . . . . . . . . . . . . . . . . . . . . . . . 172
8 A8 T/ q' H/ |! h 7.4 Power Flow Modal Analysis. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 173& ~" o- F3 Y) m Y) J( l
Contents XVII0 I5 [; h$ d: G% e! D) a) W0 \
7.4.1 Singular Value Decomposition . . . . . . . . . . . . . . . . . . . 174
1 G' j: I$ `) E" q( R 7.5 Summary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 177
: J1 T9 w8 t4 y 8 Time Domain Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 179( d! K g3 L7 A' R2 K* ?7 T) t+ Q' V
8.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1791 m) J5 g5 J X% H4 j+ R
8.2 Power System Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 186
% |4 k( e* i" r; }7 W 8.2.1 Current-Injection Model . . . . . . . . . . . . . . . . . . . . . . . . 187- O( a; k# z0 s5 E1 h7 A
8.2.2 Power-Injection Model . . . . . . . . . . . . . . . . . . . . . . . . . . 189
% C6 r1 K/ U: G3 }8 {8 p* b1 ^ 8.3 Numerical Integration Methods . . . . . . . . . . . . . . . . . . . . . . . . . 192
4 J$ t2 X* n; L$ [ 8.3.1 Explicit Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1927 d/ g- Q, F& m
8.3.2 Implicit Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 195
- Z, Y3 N0 X* t" M8 v) q4 x1 k% w. ` 8.4 Numerical Integration Routine . . . . . . . . . . . . . . . . . . . . . . . . . . 198/ H% L7 p- H4 W* z2 ~4 }
8.4.1 Step Length . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 200
& z2 G7 w9 J% n, ? 8.4.2 Disturbances . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202
, i0 E7 y% t. [, k2 y$ L8 ]* n 8.4.3 Stop Criterion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 204+ S( F' F$ B4 U, A8 k
8.5 Electro-magnetic Transients . . . . . . . . . . . . . . . . . . . . . . . . . . . . 211
1 N+ B0 Z5 o" e- _' }- F; e2 C' @ q 8.6 Quasi-static Analysis. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213( E% e# W) i* M2 i, W# p
8.7 Summary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2177 u" o& t% U7 V$ U3 s" M
Part III: Device Models% O, P+ K, `' ~0 L. z7 k5 ?
9 Device Generalities . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 221) t+ ^8 ?4 T1 W2 R6 t
9.1 General Device Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2215 h! F1 G. A6 ^& ^' e
9.1.1 Initialization of Device Internal Variables . . . . . . . . . 2232 H2 L$ ]/ C* L( w$ i2 v1 Q8 R; \
9.2 Devices as Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 226
- R% V4 g3 k7 ?6 X4 g4 K/ i; z 9.2.1 Base Device Class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 228% T( B! M1 w8 U0 b) e
9.2.2 Methods of the Base Class . . . . . . . . . . . . . . . . . . . . . . 2368 c. {% C! ?3 W+ ? a1 g( J; I A
9.2.3 Specific Device Methods . . . . . . . . . . . . . . . . . . . . . . . . 2418 ]' a3 N' ^5 {6 n3 U
10 Power Flow Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 247
m' z/ Z5 Y, C 10.1 Topological Elements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 247
1 V% u a2 H( w3 ~ 10.1.1 Bus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2479 f9 a& D9 L3 j% \) h- B+ `5 {
10.1.2 Areas, Zones, Regions and Systems . . . . . . . . . . . . . . . 2496 r6 U1 [3 d$ G+ ~2 @5 T7 U7 u
10.2 Static Generators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 250
1 |7 o$ _9 d3 y h! J2 H- U; ~: P 10.2.1 PV Generator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 250) u: j: a' N1 C* F. E1 d$ w, @% g
10.2.2 Constant Voltage Phasor Generator . . . . . . . . . . . . . . 254) |: k" h9 R4 V6 L( V ^8 {
10.2.3 PQ Generator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 256
* A: o9 }2 m2 C1 f. T+ @# f/ Z) P1 Y$ y 10.3 Static Loads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 257
1 [9 x3 j9 g4 m$ }1 _ 10.3.1 PQ Load. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2575 c3 v$ d3 W9 X, _1 A) y8 k& x/ a
10.3.2 Constant Power Factor Load . . . . . . . . . . . . . . . . . . . . 259* \0 V3 M% o+ L* S
10.3.3 Shunt Admittance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 260
U: h1 r8 \/ J 10.3.4 Switched Shunt Admittances . . . . . . . . . . . . . . . . . . . . 260& u# v. R- t% E3 O ^$ q3 C) J! Z
XVIII Contents
3 [ \5 y8 f5 d; p, W- q0 @- M 11 Transmission Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 263
$ @" @: X, u6 z7 p0 u, @$ J 11.1 Transmission Line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2631 G; I A' e8 ]+ D: S4 D" I# S
11.1.1 Line Sections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 265
+ \4 i' N% o2 e* r 11.1.2 Tie Line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2678 B' X! o+ y6 g7 S2 c
11.1.3 Distributed Transmission Line Models . . . . . . . . . . . . 2684 [* h8 V& s9 m3 T7 x1 f9 _" |
11.1.4 Effect of Frequency Variation . . . . . . . . . . . . . . . . . . . . 270
8 P$ k5 @$ [% O& k9 |) \ 11.1.5 Coupling Device and Zero-Impedance Line . . . . . . . . 271! O! x) @- s$ q, d
11.2 Transformer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 272
/ t+ U& S6 O' o' t3 a 11.2.1 Two-Winding Transformer . . . . . . . . . . . . . . . . . . . . . . 272% d7 i* q# r+ J3 F+ K: F+ k
11.2.2 Under Load Tap Changer . . . . . . . . . . . . . . . . . . . . . . . 2753 L9 w; v% t# |9 V: m+ u
11.2.3 Phase Shifting Transformer . . . . . . . . . . . . . . . . . . . . . 278
$ Y5 | f# x \ 11.2.4 Three-Winding Transformer . . . . . . . . . . . . . . . . . . . . . 279, v* }+ L! Q; E' w4 \
11.3 Vectorial Implementation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2829 u+ e& f( S' f, A2 v
11.3.1 Incidence Matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 284
( P2 N6 ~" V$ l 11.3.2 Jacobian and Hessian Matrices . . . . . . . . . . . . . . . . . . 2854 `, L/ P0 t* z! d1 k8 k$ L# A
11.3.3 Network Connectivity . . . . . . . . . . . . . . . . . . . . . . . . . . 287
( Y% i5 B4 d$ e6 o 12 OPF Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 291
% ^. Z" D. ^3 z+ W6 ^2 ] 12.1 Network Constraints . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2913 i7 Q0 j; X% R8 B
12.1.1 Bus Voltage Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 291
0 m& y* B3 a/ j& h2 M D) |7 P; q 12.1.2 Transmission Line limits . . . . . . . . . . . . . . . . . . . . . . . . 291, \& H" T5 E8 f8 f
12.2 Generator Constraints . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 292
5 Z* Y0 E9 e U& l# i, M 12.2.1 Capability Curve . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 292
4 k6 N7 V6 b/ l 12.2.2 Supply Offer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 293
( y' \- ]$ V ?: K0 j) T: z 12.2.3 Reactive Power Payment Function . . . . . . . . . . . . . . . 296. l8 m( {, s7 E; e% b, V4 Z2 _
12.2.4 Generator Power Reserve . . . . . . . . . . . . . . . . . . . . . . . 298% _& T" T" Q+ ~" t
12.2.5 Generator Power Ramp . . . . . . . . . . . . . . . . . . . . . . . . . 299
; g5 r, S, P& e4 v# w 12.3 Load Constraints . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 301
! p( z' c/ b6 c4 o7 T9 |/ Q 12.3.1 Demand Bid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 301, n+ Y0 p5 J2 c! B
12.3.2 Demand Daily Profile . . . . . . . . . . . . . . . . . . . . . . . . . . 302: E2 C3 V) b2 t
12.3.3 Demand Power Ramp . . . . . . . . . . . . . . . . . . . . . . . . . . 3032 C1 ] i$ x: L3 w, g+ v
13 Faults and Protections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 305
5 c& H* |- Y; E8 k9 `1 E4 j 13.1 Fault . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 305
: S4 T: q1 o- c% p8 z, h& ?) L 13.2 Breaker . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3067 K+ H, O" k( J" a4 c( G* }
13.3 Relay . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 307
: X8 n" Y6 s; M+ U, s6 v6 x 13.4 Phasor Measurement Unit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 309
2 w5 T; C5 T/ ?7 k% ?3 I 13.5 Bus Frequency Estimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 311
& U* ^ j; | I# o 14 Loads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 313& o8 X" ^( B2 u6 [' S0 Q0 T
14.1 Voltage Dependent Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 313
- M2 G# B( j" k 14.2 ZIP Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 315
. [0 c! w/ R3 M0 \& ~8 a+ W! s* B 14.3 Frequency Dependent Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3164 n$ f: j. L/ }
14.4 Voltage Dependent Load with Dynamic Tap Changer . . . . . . 317
) @3 X, w- B* A5 L P1 A 14.5 Exponential Recovery Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3206 ~) ?: c5 p! y: I! {$ b
Contents XIX
$ R7 e3 {+ S! O: N 14.6 Thermostatically Controlled Load . . . . . . . . . . . . . . . . . . . . . . . 321
6 `- |3 `& i Y) E 14.7 Jimma’s Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 322 Z' {) @. x1 C- g
14.8 Mixed Load. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3235 B `' r6 A6 x& X$ ^
15 Alternate-Current Machines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 325) L$ P4 u; R/ Q/ Y2 Z5 h
15.1 Synchronous Machine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3259 ~8 n6 u S0 @3 A
15.1.1 Synchronous Machine Parameters . . . . . . . . . . . . . . . . 3265 O$ i' Q- t ^/ Z/ c* m6 f8 I& F/ i
15.1.2 Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327" Y$ P2 c% F+ m& C
15.1.3 Common Equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3281 O' A; R. V. n; |/ V! Z' h- k
15.1.4 Stator Electrical Equations . . . . . . . . . . . . . . . . . . . . . . 329
% |9 }1 O# ?# u0 ?1 a 15.1.5 Magnetic Equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . 329' a4 r5 e- W& F$ }. O7 E. L
15.1.6 Simplified Magnetic Equations . . . . . . . . . . . . . . . . . . . 332
0 m( |3 I# ~, G6 k 15.1.7 Synchronous Machine Model Taxonomy. . . . . . . . . . . 336/ ~4 R& _* [+ N3 O" V3 m
15.1.8 Saturation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 339* ?1 p! |, b# A# J) C3 ?
15.1.9 Center of Inertia . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 342
' K5 m6 K( X# S \ 15.1.10 Dynamic Shaft . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 343
3 j5 W! h8 |- }' g 15.1.11 Sub-synchronous Resonance . . . . . . . . . . . . . . . . . . . . . 345. H0 H5 n! L3 P0 q; J& E
15.2 Induction Machine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 348
1 |& Z0 _" q- E" R 15.2.1 Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 348( Q5 H( X/ N( j* c
15.2.2 Torque Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 349
# f$ |( M1 |. u3 D7 Q( x1 d 15.2.3 Electromechanical Model. . . . . . . . . . . . . . . . . . . . . . . . 349
3 \' K: R) Q% v8 c 15.2.4 Detailed Single-Cage Model . . . . . . . . . . . . . . . . . . . . . 350' m; D6 S# X& W
15.2.5 Detailed Double-Cage Model . . . . . . . . . . . . . . . . . . . . 351
% B( M( \ r, T. Y) J 16 Synchronous Machine Regulators . . . . . . . . . . . . . . . . . . . . . . . . 355% V. U& t: I v0 C
16.1 Turbine Governor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 355
* Y9 L0 f3 d$ [* |5 s: n; V 16.1.1 Turbine Governor Type I . . . . . . . . . . . . . . . . . . . . . . . 358
! R9 g6 m6 ]; B/ u- u- \ 16.1.2 Turbine Governor Type II. . . . . . . . . . . . . . . . . . . . . . . 359
% \$ e5 c, E$ P X0 u m- [: M' D 16.2 Automatic Voltage Regulator . . . . . . . . . . . . . . . . . . . . . . . . . . . 361
5 R2 V, Y2 n( U* [% M0 } 16.2.1 Automatic Voltage Regulator Type I . . . . . . . . . . . . . 3636 {; ~. f) I1 ~- e' C6 b
16.2.2 Automatic Voltage Regulator Type II . . . . . . . . . . . . 364+ y1 F- g* M6 n8 }$ ^5 V, {
16.2.3 Automatic Voltage Regulator Type III . . . . . . . . . . . . 366
4 w ~2 z1 V4 g2 m9 a 16.3 Power System Stabilizer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 369
1 T# U( z" J; M# t 16.3.1 Simplified Power System Stabilizer Model . . . . . . . . . 371+ b8 \) v& r. C9 k
16.3.2 Power System Stabilizer Type I . . . . . . . . . . . . . . . . . . 371
3 [4 M& r; f, R 16.3.3 Power System Stabilizer Type II . . . . . . . . . . . . . . . . . 371
& q) E! a- \5 Z, L" G3 F$ \ 16.3.4 Power System Stabilizer Type III . . . . . . . . . . . . . . . . 3732 y' W# m" Y/ {# ?8 O
16.4 Over-Excitation Limiter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 373 |/ m, _6 q4 l( E; Y- a2 u
16.5 Under-Excitation Limiter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3762 y3 O8 e: B6 w( Y U) p+ A
17 Direct-Current Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 379* a8 Y2 y& ?8 A7 J5 u, m- x7 {
17.1 Direct-Current Nodes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 379, R& n; l/ I+ O1 `; n
17.2 Common Interface Equations for Direct-Current Devices . . . 379" e) u: f+ |& q, W- W5 P
17.3 Ideal Generators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 381# X4 q: [5 ^: }4 Z0 J4 w h' O
17.4 Basic RLC Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 382
2 Y! B0 o3 ?0 { N ]/ ] XX Contents
) P( E$ P- e% A 17.5 Direct-Current Machines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 384
; A' m* K. O, \! u0 y 17.6 Other Direct-Current Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . 3877 o3 Z& F/ M6 n5 j0 p" ^
17.6.1 Solid Oxide Fuel Cell . . . . . . . . . . . . . . . . . . . . . . . . . . . 3878 W; q& ~& \0 P
17.6.2 Solar Photovoltaic Cell . . . . . . . . . . . . . . . . . . . . . . . . . 390
, W2 \ g+ c; {8 K8 t# _ 17.6.3 Battery Energy System . . . . . . . . . . . . . . . . . . . . . . . . . 391# M1 a2 @. S7 [( u- t3 h o
18 AC/DC Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3953 i( E ?# S8 ?" Q
18.1 High-Voltage Direct-Current Transmission System . . . . . . . . . 3951 A% i c" G6 g n& ?. I+ N8 N, r0 s
18.1.1 Per Unit System for DC Quantities. . . . . . . . . . . . . . . 396# T" T0 Q( R7 o# R( S2 p: y# z0 O
18.1.2 Rectifier Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 396' k- |7 g% ?( q* l6 ] |
18.1.3 Inverter Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 397
9 a/ N+ b) J+ B 18.1.4 HVDC Control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 398# F. W: i- B- ]4 h6 l
18.2 Voltage Source Converter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 400- {$ n/ t- Z/ R- ^8 M r
18.2.1 Simplified Dynamic VSC Model. . . . . . . . . . . . . . . . . . 408
2 q6 ]! X. J2 X8 B 18.2.2 Power Flow VSC Model . . . . . . . . . . . . . . . . . . . . . . . . 409/ j; K: q( M' ?5 q' ]- ?
19 FACTS Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 413; `+ f+ M( V/ U- f, e
19.1 Static Var Compensator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 413
! C" C2 w$ e5 I% v 19.1.1 SVC Type I . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 413
I9 x% f! B7 a' f 19.1.2 SVC Type II . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 414& _5 `2 ^$ k( i1 ]$ p7 t- C
19.1.3 SVC Initialization. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 415! t5 S2 r2 w% R
19.2 Thyristor Controlled Series Compensator . . . . . . . . . . . . . . . . . 417
6 w; K; b0 a3 i# k2 }3 a/ U- f0 B 19.2.1 TCSC Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4191 ?6 f1 g# G/ g1 B6 V. ?, E6 q0 A
19.3 Static Synchronous Compensator . . . . . . . . . . . . . . . . . . . . . . . . 419
$ B8 A% k3 u3 ~4 ^% J% R 19.3.1 Detailed Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 420
6 t! t' M# p9 o' k) M2 r# T 19.3.2 Simplified Dynamic Model . . . . . . . . . . . . . . . . . . . . . . 421, R9 z; D5 c0 M* E% n- r0 b
19.3.3 Power Flow Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 422
2 i$ h% \5 O6 H" J# r 19.3.4 STATCOM Initialization. . . . . . . . . . . . . . . . . . . . . . . . 423) I0 o! I/ H; `7 Q7 p( v
19.4 Static Synchronous Series Compensator . . . . . . . . . . . . . . . . . . 423
; v9 a) U O: f, P9 G 19.4.1 Detailed Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 424
4 t4 m- |4 g" V) X# H/ ? 19.4.2 Simplified Dynamic Model . . . . . . . . . . . . . . . . . . . . . . 426; \ W, R9 z4 a
19.4.3 Power Flow Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 427
4 v, e- f! o( S/ d& K1 p% f 19.4.4 SSSC Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 427
6 a D, F+ }5 {, h 19.5 Unified Power Flow Controller . . . . . . . . . . . . . . . . . . . . . . . . . . 428* I$ U; Y3 P5 P! N# f2 P
19.5.1 Detailed Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 428
& K7 |3 q8 y H/ d& G; p: Z$ | 19.5.2 Simplified Dynamic Model . . . . . . . . . . . . . . . . . . . . . . 431
3 K7 a) V& X5 {9 C4 S: W9 A6 H4 l" e 19.5.3 Power Flow Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 433
1 D# w+ v- U: a) b! T/ a 19.5.4 UPFC Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . 434
# M: t* u! {$ N/ `: [& u& p 20 Wind Power Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 435
& u1 E# `) E6 P7 A1 {! e 20.1 Wind Speed Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 435
N2 ^) q5 h2 O9 {* Y* Q5 J 20.1.1 Weibull’s Distribution . . . . . . . . . . . . . . . . . . . . . . . . . . 436
4 d, a- C* q1 _, _# s$ Q/ d* @ F, c 20.1.2 Composite Wind Speed Model . . . . . . . . . . . . . . . . . . . 438
: N& v9 b, N3 ~* j8 K$ x' G 20.1.3 Mexican Hat Wavelet Model . . . . . . . . . . . . . . . . . . . . 4396 F- c- f% X+ Z6 \( h R( q
20.2 Wind Turbines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 440' m7 q U, V* U# \9 ?
Contents XXI
' |. ^; y5 l) b) ~ 20.2.1 Single Machine and Aggregate Models . . . . . . . . . . . . 441, S0 e# o- m) H. M2 b/ c8 Q
20.2.2 Wind Turbine Initialization . . . . . . . . . . . . . . . . . . . . . 443
/ U$ _1 F$ L* L/ y9 f: C 20.2.3 Turbine Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 443
* w: U, P! x' e2 D$ T 20.2.4 Dynamic Shaft . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 446
5 e3 n; q9 D* }- \9 w 20.2.5 Non-Controlled Speed Wind Turbine . . . . . . . . . . . . . 448
2 J! A0 L' }$ T( T; d% V' v 20.2.6 Doubly-Fed Asynchronous Generator . . . . . . . . . . . . . 449
4 t- l7 @+ Q& `+ J: H 20.2.7 Direct-Drive Synchronous Generator. . . . . . . . . . . . . . 453 L, Y1 ?( v2 Q) f
Part IV: Spare Material and Concluding Remarks% R* ^: H8 s1 M3 \$ p1 K! d
21 Data Formats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 459' I% Y* W2 _2 Z s) i; I4 C- w4 t
21.1 Data Format Taxonomy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 459
7 L4 S2 _0 r/ B1 Q: ~' S0 h, I1 b( l 21.1.1 Data Organization and Structures . . . . . . . . . . . . . . . . 459, ?: P; U' f7 a
21.1.2 Kind of Supported Data . . . . . . . . . . . . . . . . . . . . . . . . 461
. `3 z( q4 K# e6 w! p& C, g% I/ R 21.1.3 Number of Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 462
; w- F. u1 r$ L( W5 S0 N7 w 21.1.4 Default Values, Prototypes and Data
8 ^0 N% u! J1 [9 g1 o" @: L Manipulation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4624 r2 e# ~1 m2 t) ?
21.2 Canonical Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 463
. I7 `- e6 T, v" r3 r 21.3 Common Information Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . 464
/ p3 F0 ], E/ [. ~( e( @' C* g 21.4 Consistent Data Schemes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 467. c# D) \9 Z% j W( ~
22 Visualization Matters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 475: f) i+ Z" Z* ~8 {) K
22.1 Graphical Interface vs. Command Line Approach . . . . . . . . . . 475* x) e- q$ T# @' d9 H/ Z
22.2 Result Visualization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 478" a9 T, E) p+ O& D
22.2.1 Standard Two-Dimensional Plots . . . . . . . . . . . . . . . . 478# s( ~' k% N/ w3 ?
22.2.2 Temperature Maps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 482
4 a3 @) {- Q6 E9 s. W4 A$ k 22.2.3 Three-Dimensional Plots . . . . . . . . . . . . . . . . . . . . . . . . 484% M& s$ O) B6 L; g# G
22.2.4 Geographic Information System. . . . . . . . . . . . . . . . . . 485
- H# p9 S$ f+ s% U+ a0 ~ 23 Challenges of Scripting for Power System Education . . . . . 4897 C9 a* R( ~. M4 I
23.1 Concepts and Definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 489
+ m O# m! Q f" F1 @# k' N; L! |. _ 23.1.1 Proprietary Software . . . . . . . . . . . . . . . . . . . . . . . . . . . 489
1 f, t5 r) Y+ {3 m7 l8 m 23.1.2 Open Source Software . . . . . . . . . . . . . . . . . . . . . . . . . . 490
. Z" H4 F8 I3 o 23.1.3 Free Software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 490' R/ |; X. F( o4 e3 M% q
23.1.4 Free Open Source Software . . . . . . . . . . . . . . . . . . . . . . 4911 o# K* T- I. s1 T& F% K; [
23.2 Education-Oriented FOSS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 491
# n+ G: A* }3 q3 [0 e8 i 23.2.1 Pedagogical Issues . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4915 I% N0 {( r+ ?5 k$ D: a$ c
23.2.2 Failure of FOSS for Power System Analysis . . . . . . . 492
$ U5 H8 C6 f- }* X" z0 D XXII Contents* {2 ^- F; {. B2 \$ ]$ m& m& j
Part V: Appendices
' _! m7 p. m8 ^5 |) [- {$ n A Python Libraries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 497
/ A# K) K* b; q0 W/ M: L A.1 CVXOPT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 497
2 `1 Z2 C$ `6 t A.1.1 cvxopt.base . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4970 f( O$ c/ u$ U# x% r0 X9 |4 Y
A.1.2 cvxopt.blas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5025 |* ~& f) C9 ] y* v' n/ n& }2 z
A.1.3 cvxopt.lapack . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 502& d- Q; r& g5 o: W
A.1.4 cvxopt.umfpack . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 503
4 o6 |' i) w9 k' c- E A.2 NumPy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 505 m9 b6 t! Z$ C. g& o$ z m
A.3 Matplotlib . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 507; L) J; Y4 x$ A
B System Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 511! y2 g: |% h M- S B; d
B.1 System Properties and Settings . . . . . . . . . . . . . . . . . . . . . . . . . 511
6 j7 |5 I) ?& p: v6 _ C Control Diagrams. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 515- U& I0 F* H3 l( w4 t/ O$ q
C.1 Representation of Basic Functions . . . . . . . . . . . . . . . . . . . . . . . 515: j& K: b/ e* H( X' w
C.2 Hard Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 516: w7 w2 u( T8 _6 `, Z% x3 L
D IEEE 14-Bus System Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 523: m1 n5 k& K" S$ V5 C2 E
D.1 Common Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 523% G" T+ x; t- v
D.2 Static Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 523
8 a9 d' F6 b$ K0 c- o D.3 Market Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5233 Z; p4 u& ?. s. K8 G
D.4 Dynamic Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 524" p0 A1 s6 L& n; _% k. P4 ?6 q
D.5 FACTS Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 524& [ V7 u6 @! R0 @! o
D.6 Wind Turbine Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 526
. k3 U1 X+ e( L) }: o2 Y E Software Packages and Links. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 529
& @* p1 M! C; ?( w; D5 G E.1 Software Packages Used in the Book . . . . . . . . . . . . . . . . . . . . . 529) m$ Y6 h, \3 q% Y- J
E.2 Links related to Power System Analysis . . . . . . . . . . . . . . . . . . 530
5 b: e, K* G5 E1 [, N5 P References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 531# s8 P5 S6 C8 e# k; H1 o
Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5519 J* ~, Q' T; e% B
: P. y3 B" ?# K0 q3 Z6 [: j
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)
楼主热帖