设为首页收藏本站|繁體中文 快速切换版块

 找回密码
 立即加入
搜索
查看: 2701|回复: 8

Power System Modelling and Scripting

  [复制链接]
  • TA的每日心情
    奋斗
    2017-7-20 13:12
  • 签到天数: 2 天

    连续签到: 1 天

    [LV.1]初来乍到

    累计签到:2 天
    连续签到:1 天
    发表于 2012-10-1 13:52:08 | 显示全部楼层 |阅读模式
    电子图书
    电子图书名: 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# ~) u& L! q! E- g8 P4 u
    Part I: Introduction3 {, N6 _5 E1 G. y+ o
    1 Power System Modelling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
    % m4 T( m  w9 L* T1.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 O/ b- `) M) I( p% Q0 o4 t1 [
    1.2 Motivations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
      g3 t0 o; \3 ~$ M& P: I& @1.3 Modelling Physical Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
    + l/ B3 F4 I1 t# O+ |* H1.4 Hybrid Dynamical Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11% }% z; X9 f( e5 U7 S0 C* ^
    2 Power System Architecture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
    1 V- ]+ {% G& K0 A2.1 Structure of Software Projects . . . . . . . . . . . . . . . . . . . . . . . . . . 19
    " G. G" u: l- k- t2.2 Classes and Procedures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213 h0 P- T% h; _( M) s' {1 V. s6 B
    2.3 Modularity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
    " c5 {# z9 g- e6 p7 y2.4 Architecture of a Power System Software Tool . . . . . . . . . . . . 270 d! M' u! q( t! x
    3 Power System Scripting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
    9 _/ p+ C) E: _6 W4 a. T" F3 k3.1 Open and Closed Programming . . . . . . . . . . . . . . . . . . . . . . . . . 31
    - _+ v2 B0 E, w! m2 P( |3.2 Scripting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33' X; U4 M- t" {8 V
    3.3 Scripting Languages for Computational Science . . . . . . . . . . . 35
    0 W2 \. q) n) E5 }3.4 Computer Languages Suitable for Power System Analysis . . . 36: n$ L5 S& @5 J8 B6 G$ K- q
    3.5 Python Scripting Language . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
    & l' W7 B" a$ @( }Part II: Power System Analysis
    / O0 Q: `  o" \+ @1 @8 s4 Power Flow Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
    & c) d9 s& b/ U; U; d4.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
    7 c! ^$ B! c2 m* n' d) E5 X5 J4.2 Taxonomy of Power Flow Problems . . . . . . . . . . . . . . . . . . . . . . 66
    ! E+ S# E6 J9 L3 S" }  O4.3 Classical Power Flow Equations . . . . . . . . . . . . . . . . . . . . . . . . . 67
    1 F8 q) W3 j1 X9 x4.4 Power Flow Solvers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70
    # m. y$ B( E/ |  A4.4.1 Jacobi and Gauss-Seidel’s Method. . . . . . . . . . . . . . . . 703 r- D4 r  ~; U6 f9 ^0 O
    4.4.2 Newton’s Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74. _) U7 I! R# \
    XVI Contents9 n1 ]( t- U: T& U' Y
    4.4.3 Power Flow Jacobian Matrix . . . . . . . . . . . . . . . . . . . . 77
    + f+ D/ K% i- G2 D. J7 B  \1 e4.4.4 Robust Newton’s Method . . . . . . . . . . . . . . . . . . . . . . . 82, d/ j7 `4 |: h7 S
    4.4.5 Iwamoto’s Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84! d4 L# b; u) x+ l# B. m9 a. g
    4.4.6 Inexact and Dishonest Newton’s Methods . . . . . . . . . 85+ d7 U- S) V, @1 i- d3 k: j0 C
    4.4.7 Fast Decoupled Power Flow . . . . . . . . . . . . . . . . . . . . . 86
    & W, K' |; K. N; L4.4.8 DC Power Flow. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92- m* w2 ~3 B% h7 e: @* u! j
    4.4.9 Single and Distributed Slack Bus Models . . . . . . . . . . 957 b* r6 ~5 f; ]% m4 z5 M
    4.5 A General Framework for Power Flow Solvers . . . . . . . . . . . . . 96) c; q2 Y% [: {6 n  R5 ^2 i- c. q" N) f
    4.5.1 Stability of the Continuous Newton’s Method . . . . . . 97
    # O7 n' F' V$ s# c4 i# N2 \" u4.6 Summary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100
    7 m+ z2 O, r% a' z9 A, t5 Continuation Power Flow Analysis . . . . . . . . . . . . . . . . . . . . . . . 1036 k, q: P& a6 W0 q  a  k
    5.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103! F. v3 U: p0 i, B" N
    5.2 System Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107
    : U6 I, S8 B' p, @4 _* v' U# w5.3 Direct Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 108+ I5 W$ \/ Z/ h
    5.3.1 Saddle-Node Bifurcation . . . . . . . . . . . . . . . . . . . . . . . . 109
    & O' ?: A- ]! {5.3.2 Limit-Induced Bifurcation. . . . . . . . . . . . . . . . . . . . . . . 1114 A3 n8 }9 U$ s
    5.3.3 Nonlinear Programming . . . . . . . . . . . . . . . . . . . . . . . . 113* O$ I% w. n& `/ q2 `: K: s
    5.4 Homotopy Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 114! F; ^: p. {! K; I
    5.4.1 Continuation Power Flow . . . . . . . . . . . . . . . . . . . . . . . 1179 v/ G6 _; X2 Z: Z3 t% e
    5.4.2 Predictor Step . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1176 F: x' A& J8 ^/ g$ c2 W2 G- @
    5.4.3 Corrector Step . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 121
    # M- j0 X  G9 B0 I5.4.4 Continuous Newton’s Method and Homotopy . . . . . . 1265 i2 x7 t: _" f( r
    5.4.5 N-1 Contingency Analysis . . . . . . . . . . . . . . . . . . . . . . . 127
    8 s1 |/ A# U8 T" J5.5 Summary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1294 W, N* c! F6 V. I0 U0 @
    6 Optimal Power Flow Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131
    8 {% H+ y8 g1 N% M: |6.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131, X5 s% F. s! C2 z  N
    6.2 Optimal Power Flow Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1335 [' ]& ^+ x' W' p7 n* G% ^
    6.3 Nonlinear Programming Solvers . . . . . . . . . . . . . . . . . . . . . . . . . 139# \. ?* t5 P2 ~. k
    6.3.1 Generalized Reduced Gradient Method . . . . . . . . . . . 140
    ) _: ~4 G* q' h% i$ J. k' h7 Z; X6.3.2 Interior Point Method . . . . . . . . . . . . . . . . . . . . . . . . . . 142
    2 e& b& @/ j6 e* L6.4 Summary of IPM Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . 153* n/ F- S6 w  Z4 `. C
    7 Eigenvalue Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1552 o; e4 g! X4 T0 Y* v& g8 u$ b* Z
    7.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155* C: k4 L; t8 r( z* m1 M
    7.2 Small Signal Stability Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . 159
    ; |! h* v5 E) T- O7.2.1 Bifurcation Points . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161* T8 S% w9 H1 y, G+ w- w
    7.2.2 Participation Factors . . . . . . . . . . . . . . . . . . . . . . . . . . . 1651 q( Y* H$ u6 t9 P6 X/ h( {0 z- O+ W
    7.2.3 Analysis in the Z-Domain. . . . . . . . . . . . . . . . . . . . . . . 1693 |' |+ v+ I% _( T' @
    7.3 Computing the Eigenvalues . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1703 K" @% s% I5 G7 ?* b
    7.3.1 Power Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1704 X7 X' y# n4 t) ]8 J, c9 l
    7.3.2 Inverse Iteration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 172. @$ a7 F8 n3 N6 R1 q" Q
    7.3.3 Rayleigh’s Iteration . . . . . . . . . . . . . . . . . . . . . . . . . . . . 172
    : k# g: T: @1 e) @5 X7.4 Power Flow Modal Analysis. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 173
    7 a( [/ P- n( G- d8 C! n  KContents XVII" m! G# }6 e, }% y4 g7 @
    7.4.1 Singular Value Decomposition . . . . . . . . . . . . . . . . . . . 174
    % E$ L5 h. \! W* h. _7.5 Summary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 177- Q: E" V  N6 J- `0 {. ?( k
    8 Time Domain Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 179, Q: x- G' F2 ]4 c0 z
    8.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 179
    $ F2 r* r' ]- r8.2 Power System Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 186/ @/ I! s6 k) g* _$ g
    8.2.1 Current-Injection Model . . . . . . . . . . . . . . . . . . . . . . . . 187
    3 X& R, D6 E# T4 H8.2.2 Power-Injection Model . . . . . . . . . . . . . . . . . . . . . . . . . . 189
      i" _* a- s9 l* G$ [/ Q" ~8.3 Numerical Integration Methods . . . . . . . . . . . . . . . . . . . . . . . . . 192
    9 A$ W  ^; J9 i8.3.1 Explicit Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 192
    - z" f2 V3 j! W% o" Q' M8.3.2 Implicit Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1958 R) b/ Z( F: v: P% i3 K. o
    8.4 Numerical Integration Routine . . . . . . . . . . . . . . . . . . . . . . . . . . 198
    + }9 O$ }1 M/ b* _, Y; l  C" i8.4.1 Step Length . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 200. C$ r0 ?+ c; g
    8.4.2 Disturbances . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202
    7 \! v9 V+ l3 r9 h9 m( s) R( {8.4.3 Stop Criterion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 204
    ; f- D: h' p9 c0 t8.5 Electro-magnetic Transients . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2113 x% v5 G3 F4 N0 f. p3 `
    8.6 Quasi-static Analysis. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213
      Q% O, K+ i: n  v% l% N- T8.7 Summary. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217( p5 t% L2 ]! M6 }" G5 l( W/ e
    Part III: Device Models0 L; S9 n  \+ [. f0 f& ~8 n/ f
    9 Device Generalities . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 221$ _1 ?7 z0 ~. @, n" v
    9.1 General Device Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 221, K* D: [) j$ m+ ^) s# h. H
    9.1.1 Initialization of Device Internal Variables . . . . . . . . . 223/ B) j% z6 R$ E! ?* z
    9.2 Devices as Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 226
    + m1 a: ]5 [5 |/ h9 u' y9.2.1 Base Device Class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 228
    ' n+ s4 A4 h' i$ w8 E# a7 H6 T9.2.2 Methods of the Base Class . . . . . . . . . . . . . . . . . . . . . . 236$ g7 i& C2 B2 F/ M
    9.2.3 Specific Device Methods . . . . . . . . . . . . . . . . . . . . . . . . 2410 F) @$ n. q' t* c: U# R: I  o
    10 Power Flow Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 247
    5 z$ t' b: V8 x' ]1 |% A10.1 Topological Elements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 247  P4 z8 u9 W4 z$ v
    10.1.1 Bus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 247
    8 e0 y1 V8 ?% V10.1.2 Areas, Zones, Regions and Systems . . . . . . . . . . . . . . . 249
    ! W2 C' s9 I/ ~10.2 Static Generators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 250: A7 b4 X, Z9 Z6 [& i
    10.2.1 PV Generator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2507 A5 S. r5 A3 f: c7 ?, B
    10.2.2 Constant Voltage Phasor Generator . . . . . . . . . . . . . . 254
    4 d  Q  C( E  M- R1 _$ w2 W; `10.2.3 PQ Generator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 256
    & ~* M* w' t2 i10.3 Static Loads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2575 u" i- q/ R6 H( |
    10.3.1 PQ Load. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 257
    - w7 G4 Q- n2 \) E10.3.2 Constant Power Factor Load . . . . . . . . . . . . . . . . . . . . 259
    ' E& f8 Y; p* K* b10.3.3 Shunt Admittance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 260
    1 I: a; _0 [& H- a0 S/ @10.3.4 Switched Shunt Admittances . . . . . . . . . . . . . . . . . . . . 260
    2 q1 c$ E- J0 k% }# AXVIII Contents; ]% O- M  N. U( p4 Y+ o
    11 Transmission Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 263
    # B7 u( `/ T# y  O2 K1 L9 ^7 u11.1 Transmission Line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 263
    # n: r* m4 y; q- r" k$ _11.1.1 Line Sections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 265
    " p& G2 y& ~2 {% l6 x11.1.2 Tie Line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 267/ T6 ?* @: n$ p! R7 L4 Q) a
    11.1.3 Distributed Transmission Line Models . . . . . . . . . . . . 268
    $ E/ r# j, ~8 e11.1.4 Effect of Frequency Variation . . . . . . . . . . . . . . . . . . . . 270' d; R* g2 ?7 j/ q7 P& ?
    11.1.5 Coupling Device and Zero-Impedance Line . . . . . . . . 271" e" b1 O# e" P4 r
    11.2 Transformer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 272
    % S8 H( Z% h, n2 W# }0 e( ~11.2.1 Two-Winding Transformer . . . . . . . . . . . . . . . . . . . . . . 2723 E: P3 _. Y9 B- L1 T. R# X7 x
    11.2.2 Under Load Tap Changer . . . . . . . . . . . . . . . . . . . . . . . 275
    * k  p: q/ X4 M11.2.3 Phase Shifting Transformer . . . . . . . . . . . . . . . . . . . . . 278
    & K* Y/ U) ~2 d$ q, U2 l& G11.2.4 Three-Winding Transformer . . . . . . . . . . . . . . . . . . . . . 279" F" \# C- U9 F( y5 F3 O
    11.3 Vectorial Implementation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 282# W/ k9 J: A5 K5 S% ^( G! H
    11.3.1 Incidence Matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 284
    + t. f1 D, u  S' S7 X11.3.2 Jacobian and Hessian Matrices . . . . . . . . . . . . . . . . . . 285
    # L5 P, e; x, Y* t6 g( T11.3.3 Network Connectivity . . . . . . . . . . . . . . . . . . . . . . . . . . 287
    . M) ]9 I: e4 V( n" L0 I% [8 {12 OPF Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2914 r* E2 x6 P. n
    12.1 Network Constraints . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 291
    ' D6 e( r& Q% ~5 N12.1.1 Bus Voltage Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 291
    0 W( \' x1 i( B: M. i/ W' \. D12.1.2 Transmission Line limits . . . . . . . . . . . . . . . . . . . . . . . . 291
    5 @6 d$ y( }2 ?/ c$ g/ r% `12.2 Generator Constraints . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2921 g$ a% V3 K# ~9 b* I# t! u
    12.2.1 Capability Curve . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2923 o* A" Q4 ?4 A, V9 O$ Q, v# Z3 E
    12.2.2 Supply Offer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 293
    2 f& f$ n3 P8 I12.2.3 Reactive Power Payment Function . . . . . . . . . . . . . . . 296( O- D' a& Z8 k2 E5 F
    12.2.4 Generator Power Reserve . . . . . . . . . . . . . . . . . . . . . . . 298- ?) y2 K, v3 k$ H
    12.2.5 Generator Power Ramp . . . . . . . . . . . . . . . . . . . . . . . . . 299
    % p( I& Y7 k' [12.3 Load Constraints . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3013 V" {3 V7 @! ~5 y3 H
    12.3.1 Demand Bid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3019 ~, V8 L/ R8 r9 o# t2 }
    12.3.2 Demand Daily Profile . . . . . . . . . . . . . . . . . . . . . . . . . . 302
    1 Z6 Q. d, K, ?+ {# r$ S12.3.3 Demand Power Ramp . . . . . . . . . . . . . . . . . . . . . . . . . . 303
    6 x4 Y6 }) y6 V; d9 O# |  U: \13 Faults and Protections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3050 {5 d. K. ^( m3 u! N& @- s+ ]
    13.1 Fault . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 305. o% f! z$ L. P' k- Z9 G
    13.2 Breaker . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 306) w: m  {8 ^3 Q
    13.3 Relay . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 307  q  Q5 e& b5 v. c- Z, e; h1 R
    13.4 Phasor Measurement Unit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 309
    + }$ m( r3 c! S' O% R13.5 Bus Frequency Estimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 311
    3 Q: K& ^$ z+ n; g- e14 Loads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3131 G4 d4 D2 Y2 E5 r
    14.1 Voltage Dependent Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 313
    + N2 Y, U9 J8 B, @% r! H14.2 ZIP Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 315/ `5 c+ g9 _9 D2 O3 V
    14.3 Frequency Dependent Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3169 h3 Z5 Y/ Q$ \/ _
    14.4 Voltage Dependent Load with Dynamic Tap Changer . . . . . . 317
    ( {3 H  ?* u* w3 v+ n' r! a& B14.5 Exponential Recovery Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3206 b. G$ L* f, s8 W" r) k( @
    Contents XIX
    ; h0 P; J& i! ~6 G7 K: @) z14.6 Thermostatically Controlled Load . . . . . . . . . . . . . . . . . . . . . . . 321
    ) Z7 _3 p7 T! I/ R14.7 Jimma’s Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 322
    0 V' j+ g2 U5 U$ {$ N/ `14.8 Mixed Load. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 323
    ) Q' T: `+ j6 g0 L7 L; O15 Alternate-Current Machines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3252 K! c& b/ E, a% `: L9 T( S
    15.1 Synchronous Machine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 325
    . S3 P' u6 S( s# q9 Q- O15.1.1 Synchronous Machine Parameters . . . . . . . . . . . . . . . . 3261 F8 U; {% {2 R( V( i2 _9 v" `5 w
    15.1.2 Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3270 I, ^( H! X' L1 u/ L; V1 b# V
    15.1.3 Common Equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3284 `0 j& O: J2 H: C# F
    15.1.4 Stator Electrical Equations . . . . . . . . . . . . . . . . . . . . . . 329) T: h' s& o3 a0 M; z$ q2 A
    15.1.5 Magnetic Equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . 329
    , l! [; g% ]8 ]5 n15.1.6 Simplified Magnetic Equations . . . . . . . . . . . . . . . . . . . 332
    ' A8 M1 H6 r1 m: X, {. v/ a15.1.7 Synchronous Machine Model Taxonomy. . . . . . . . . . . 336
    5 Z, [! E, t  h& b; _; l7 ]' m15.1.8 Saturation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3390 V4 A9 B' C* M1 f# i% b1 t
    15.1.9 Center of Inertia . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3428 I' L3 C5 a4 g! C) q
    15.1.10 Dynamic Shaft . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 343
    - F; y! @/ X  ?1 B' U15.1.11 Sub-synchronous Resonance . . . . . . . . . . . . . . . . . . . . . 3451 x# b! f/ I) _8 h* x/ g9 ?, ^/ n! S" |
    15.2 Induction Machine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 348
    ) M' g4 v$ Y. O8 _3 z15.2.1 Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 348+ }" r# {% v- A* E3 u; R1 g# y. Q
    15.2.2 Torque Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 349  u0 x5 Z( B4 P
    15.2.3 Electromechanical Model. . . . . . . . . . . . . . . . . . . . . . . . 3491 y; F7 s' G% Y: Y4 L+ v: u
    15.2.4 Detailed Single-Cage Model . . . . . . . . . . . . . . . . . . . . . 350
    * q' s9 ?4 r+ o# ]" L- K15.2.5 Detailed Double-Cage Model . . . . . . . . . . . . . . . . . . . . 351  s$ h; l; S: ], h/ i
    16 Synchronous Machine Regulators . . . . . . . . . . . . . . . . . . . . . . . . 355
    8 f+ C- a) x9 f8 ]; S$ s. t$ ^16.1 Turbine Governor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 355
    ' y* n' X- _9 h( ~16.1.1 Turbine Governor Type I . . . . . . . . . . . . . . . . . . . . . . . 358% ~- O' b3 d8 C5 Z
    16.1.2 Turbine Governor Type II. . . . . . . . . . . . . . . . . . . . . . . 359
    3 g$ W2 I- D5 ]& P* l0 w16.2 Automatic Voltage Regulator . . . . . . . . . . . . . . . . . . . . . . . . . . . 3613 U. Q3 P( K6 Y" J
    16.2.1 Automatic Voltage Regulator Type I . . . . . . . . . . . . . 363) U2 O$ Z3 }2 e1 X! ^
    16.2.2 Automatic Voltage Regulator Type II . . . . . . . . . . . . 364
    , T' l" I. Z0 ?9 V16.2.3 Automatic Voltage Regulator Type III . . . . . . . . . . . . 366
    " l: N' u2 P" Y4 }& ^0 g16.3 Power System Stabilizer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 369
    ( u5 s$ @! u/ Z3 ?( o16.3.1 Simplified Power System Stabilizer Model . . . . . . . . . 371
    ' _% x7 l8 g' ]/ }) A2 J, z16.3.2 Power System Stabilizer Type I . . . . . . . . . . . . . . . . . . 371  `9 _! ]# g5 x. V
    16.3.3 Power System Stabilizer Type II . . . . . . . . . . . . . . . . . 371, [& ^/ `$ ]+ W' q& K+ g: h. [
    16.3.4 Power System Stabilizer Type III . . . . . . . . . . . . . . . . 373
    & q- V; I+ r' F  c. I16.4 Over-Excitation Limiter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 373
    2 T6 S" ^) O  U3 c/ _" e16.5 Under-Excitation Limiter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3766 O- t# O9 Z( N4 _5 b+ i
    17 Direct-Current Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 379
    0 Q' O* ~# A5 Z+ u( h2 C; u9 ~+ G17.1 Direct-Current Nodes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 379; H% ], n7 a3 C% u% t
    17.2 Common Interface Equations for Direct-Current Devices . . . 379' B( z" t  ]3 x4 ]3 c& l
    17.3 Ideal Generators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 381
    - n" t% K) i% R1 n) y! S1 w17.4 Basic RLC Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 382
    3 G7 g+ `% h, ?! W, }XX Contents
    9 h" {6 R+ n3 ]- n! n  [* W17.5 Direct-Current Machines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 384+ J1 w$ E" @: j
    17.6 Other Direct-Current Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . 387
    : E3 a6 ]2 K1 u8 q1 t+ ^17.6.1 Solid Oxide Fuel Cell . . . . . . . . . . . . . . . . . . . . . . . . . . . 387! ^- N$ |$ K% k( i, _6 u3 b
    17.6.2 Solar Photovoltaic Cell . . . . . . . . . . . . . . . . . . . . . . . . . 390
    # T% J9 {) H4 B& f3 v' Y( Y; K+ o17.6.3 Battery Energy System . . . . . . . . . . . . . . . . . . . . . . . . . 391
    ; _; w- f% V& `; x18 AC/DC Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 395
    2 k7 C8 S: w5 L4 ?1 H% s, |+ T0 n18.1 High-Voltage Direct-Current Transmission System . . . . . . . . . 395# }9 E) I" Z: O4 |
    18.1.1 Per Unit System for DC Quantities. . . . . . . . . . . . . . . 3961 G7 r5 ~6 _4 s
    18.1.2 Rectifier Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 396  c4 b3 F6 Z8 ~, d- T  s7 f
    18.1.3 Inverter Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3977 D! {8 q; w, A+ J$ {/ |  s8 i
    18.1.4 HVDC Control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 398
    * B9 k# `: H7 [; X* y( S18.2 Voltage Source Converter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4006 N8 P8 X6 o' I, d* t% y! F
    18.2.1 Simplified Dynamic VSC Model. . . . . . . . . . . . . . . . . . 408
    * Z: P8 W4 c1 E! x, c/ h% n# F* t18.2.2 Power Flow VSC Model . . . . . . . . . . . . . . . . . . . . . . . . 409; s# x! S) R3 S5 x  h# g
    19 FACTS Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 413
    1 i" P! ^% U1 h0 |) g19.1 Static Var Compensator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 413* s+ i7 P2 V5 D7 G3 h9 E
    19.1.1 SVC Type I . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 413
    # l) {. u5 J: D8 ~/ N; \+ S- l' u7 p$ n  T19.1.2 SVC Type II . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 414
    7 M/ ]  j0 }7 q3 ?19.1.3 SVC Initialization. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 415; P8 ^$ q" q9 _, d( P/ ~* m% f4 c
    19.2 Thyristor Controlled Series Compensator . . . . . . . . . . . . . . . . . 4176 W5 J* P" P! u6 E- x
    19.2.1 TCSC Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . 419+ f3 }! r+ C3 A) V: c7 ^3 n
    19.3 Static Synchronous Compensator . . . . . . . . . . . . . . . . . . . . . . . . 4190 P! h9 _; Y9 P
    19.3.1 Detailed Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 420  }/ l5 |  Q1 f
    19.3.2 Simplified Dynamic Model . . . . . . . . . . . . . . . . . . . . . . 421. ]0 g+ _  a5 b
    19.3.3 Power Flow Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 422
    2 R  d' r. Z! E' O8 v8 z, P19.3.4 STATCOM Initialization. . . . . . . . . . . . . . . . . . . . . . . . 423
    5 t9 {! N6 U5 Y$ Z3 V+ g  o2 B) o9 l3 l19.4 Static Synchronous Series Compensator . . . . . . . . . . . . . . . . . . 423" T1 u5 c# D) a) {- n/ i5 ~, d8 V
    19.4.1 Detailed Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 424+ C# n# j% z8 i5 z
    19.4.2 Simplified Dynamic Model . . . . . . . . . . . . . . . . . . . . . . 426
    ! s! v  F; |2 I7 J8 V# _19.4.3 Power Flow Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 427
    " g, s( t0 O5 N' q! n; G: s* x19.4.4 SSSC Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4274 S1 p5 p) s1 T: t! J
    19.5 Unified Power Flow Controller . . . . . . . . . . . . . . . . . . . . . . . . . . 4285 w+ v! ~2 v' {# h& Y$ {: Q) B
    19.5.1 Detailed Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 428
    3 x+ U% U/ U5 ~/ ^. [8 V' i19.5.2 Simplified Dynamic Model . . . . . . . . . . . . . . . . . . . . . . 431
    . m0 L9 U, T6 S% x0 \19.5.3 Power Flow Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4336 H0 p! j6 R1 z/ j6 L: w  ~
    19.5.4 UPFC Initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . 434
    8 ^0 s5 Q7 K  M$ j8 U( X* c. p( H20 Wind Power Devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4353 |# \7 \5 D0 j  a' Z& `1 |) S
    20.1 Wind Speed Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 435$ {: _% ]! L: c) v- n) B
    20.1.1 Weibull’s Distribution . . . . . . . . . . . . . . . . . . . . . . . . . . 436# H( h; h0 H! ^* Z. c
    20.1.2 Composite Wind Speed Model . . . . . . . . . . . . . . . . . . . 438! J! h" [( J* |8 ?+ J
    20.1.3 Mexican Hat Wavelet Model . . . . . . . . . . . . . . . . . . . . 439) h0 S- a+ p7 A- |
    20.2 Wind Turbines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 440' ]$ p- a1 ]3 Z8 ]: X
    Contents XXI
      U) x# q" F9 ?2 N* E20.2.1 Single Machine and Aggregate Models . . . . . . . . . . . . 441! ?6 l1 v5 q9 L: p8 t& f* R7 ]
    20.2.2 Wind Turbine Initialization . . . . . . . . . . . . . . . . . . . . . 4436 T  Z; R' N+ K$ P$ n' l, m
    20.2.3 Turbine Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 443
    1 D) b7 K) _1 ]) ^: ~" z8 i1 @4 j20.2.4 Dynamic Shaft . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 446
    # x5 d$ X, ?4 o! }7 Y- P/ ~: z20.2.5 Non-Controlled Speed Wind Turbine . . . . . . . . . . . . . 448
    ; r  T' _- R) C20.2.6 Doubly-Fed Asynchronous Generator . . . . . . . . . . . . . 449) c8 \  d) [0 s$ T/ L
    20.2.7 Direct-Drive Synchronous Generator. . . . . . . . . . . . . . 453) N1 h; C0 k) F- n1 o
    Part IV: Spare Material and Concluding Remarks
    7 K, J! C2 F' I5 I6 r) p' j9 F21 Data Formats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 459
    % p" ^' m4 }8 ?- l0 s3 G9 r8 n21.1 Data Format Taxonomy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 459
    * F% |% U* d% j; L0 z! z21.1.1 Data Organization and Structures . . . . . . . . . . . . . . . . 4594 K- ]+ L/ @- [( C. i2 [2 m
    21.1.2 Kind of Supported Data . . . . . . . . . . . . . . . . . . . . . . . . 461, f/ H" k7 X& ~& k, n* W) c1 _  U
    21.1.3 Number of Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 462
    9 }2 I2 ~2 S; r2 V  Q. R! n21.1.4 Default Values, Prototypes and Data+ K( x5 ?! d1 X2 z1 M
    Manipulation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 462
      ^, @. a- F7 Y  |21.2 Canonical Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4631 t, J/ c) E, e* t, Q; _/ O
    21.3 Common Information Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . 464+ w7 e9 ^+ P% I# g# K& A; C; T- q, L
    21.4 Consistent Data Schemes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 467
    1 E  a" ~6 j  n1 k* V" l& C22 Visualization Matters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 475
    " Y$ F! |0 ~% \5 O/ n8 P22.1 Graphical Interface vs. Command Line Approach . . . . . . . . . . 475
    . ~5 Y" i1 l/ k! @22.2 Result Visualization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4780 X4 U# v$ V  i" t& \! E
    22.2.1 Standard Two-Dimensional Plots . . . . . . . . . . . . . . . . 478& x& I6 I6 m/ c2 ?0 G- D
    22.2.2 Temperature Maps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 482) i' L% Z" A8 m: A+ T! R3 W
    22.2.3 Three-Dimensional Plots . . . . . . . . . . . . . . . . . . . . . . . . 4844 M9 n$ U$ k/ e0 \7 ^" G2 M% v, i& O
    22.2.4 Geographic Information System. . . . . . . . . . . . . . . . . . 485
    ' F8 {% u1 c( N( i23 Challenges of Scripting for Power System Education . . . . . 489
    2 {8 D# y: U1 Y23.1 Concepts and Definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 489" k( p; c4 y2 i6 \
    23.1.1 Proprietary Software . . . . . . . . . . . . . . . . . . . . . . . . . . . 489
    - K- P- B/ ~2 l! k23.1.2 Open Source Software . . . . . . . . . . . . . . . . . . . . . . . . . . 490/ {! O( ?3 @  y9 Q
    23.1.3 Free Software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 490
    ) g& o; J( l9 ^2 K8 w0 d23.1.4 Free Open Source Software . . . . . . . . . . . . . . . . . . . . . . 491" c, Y! M: x$ \; Q6 V
    23.2 Education-Oriented FOSS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 491( L0 V9 U3 v1 Y% l. {8 ^( u3 _
    23.2.1 Pedagogical Issues . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 491# A0 Q/ X2 ]) q) }+ r% h
    23.2.2 Failure of FOSS for Power System Analysis . . . . . . . 492$ D# r7 ?2 B- E# \$ d
    XXII Contents! K8 D+ Y  A2 a: C* X: {5 i
    Part V: Appendices
    4 h2 Y4 h! n6 X+ \; [A Python Libraries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4972 D$ Q5 F; M# l, B2 s" i8 Y
    A.1 CVXOPT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 497
    9 g0 f' e: y+ |. t9 PA.1.1 cvxopt.base . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 497
    # K) F- ?' }5 f7 A4 B$ b& CA.1.2 cvxopt.blas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 502
      D6 K- a8 X5 s1 k* k  i+ AA.1.3 cvxopt.lapack . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 502; M3 V/ e, R' }% R
    A.1.4 cvxopt.umfpack . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 503
    * R; L. Q9 ~7 s7 Z; e6 ZA.2 NumPy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 505  J" a$ v6 P* i2 _4 h- R& v
    A.3 Matplotlib . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 507
    ' D9 J( d3 X: m) m# wB System Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 511) V2 I4 n2 T  t! i' _8 p
    B.1 System Properties and Settings . . . . . . . . . . . . . . . . . . . . . . . . . 511
    - P/ V' I# ]% l, D- NC Control Diagrams. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 515
    ' f: ^1 `. ~+ B. ?& pC.1 Representation of Basic Functions . . . . . . . . . . . . . . . . . . . . . . . 515
    7 u  V# k  ]3 d  u7 L* m0 K  UC.2 Hard Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 516
    " C9 [4 ]2 H: dD IEEE 14-Bus System Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5233 n, m3 W. W; k0 I' @" i- H
    D.1 Common Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5230 \3 Z( U* [! E8 C; H
    D.2 Static Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 523
    5 R. D8 W5 Y" s5 UD.3 Market Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 523" L% l  r. F; ]; U# V
    D.4 Dynamic Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 524; w# o* `5 _) y
    D.5 FACTS Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 524! {* |' I$ V$ ^9 f6 d& y) D' l
    D.6 Wind Turbine Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 526
    0 o" B( K0 @2 r( ^E Software Packages and Links. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5291 L. B0 j1 n% {# p
    E.1 Software Packages Used in the Book . . . . . . . . . . . . . . . . . . . . . 5297 g% l2 j$ H. E0 @3 b$ M6 G* \
    E.2 Links related to Power System Analysis . . . . . . . . . . . . . . . . . . 530
    $ l% H7 M: h2 i) EReferences . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 531
      i8 y  x7 P4 [3 d2 LIndex . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 551
    2 x8 a+ K  X/ }$ V- A8 i7 q# [# J& }( L/ X: B) L4 v4 d
    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)
    "真诚赞赏,手留余香"
    还没有人打赏,支持一下
    楼主热帖
    帖文化:【文明发帖 和谐互动】 社区精神:【创新、交流、互助、共享】
  • TA的每日心情
    愤怒
    2020-12-8 11:59
  • 签到天数: 105 天

    连续签到: 1 天

    [LV.6]常住居民II

    累计签到:219 天
    连续签到:1 天
    发表于 2012-10-1 16:23:37 | 显示全部楼层
    这本书内容很丰富啊,从基本的模型到潮流、稳定性分析到控制、风机和FACTS等一应俱全啊!
    "真诚赞赏,手留余香"
    还没有人打赏,支持一下
    帖文化:【文明发帖 和谐互动】 社区精神:【创新、交流、互助、共享】
  • TA的每日心情
    无聊
    2019-7-26 16:28
  • 签到天数: 11 天

    连续签到: 1 天

    [LV.3]偶尔看看II

    累计签到:11 天
    连续签到:1 天
    发表于 2012-10-2 06:09:15 | 显示全部楼层
    楼主能不能发一个国庆红包给我啊3 g$ z# \+ g- ?# k  \
    5464332@qq.com% N; {( J0 R2 q$ m- K
    非常感谢啊
    "真诚赞赏,手留余香"
    还没有人打赏,支持一下
    帖文化:【文明发帖 和谐互动】 社区精神:【创新、交流、互助、共享】
  • TA的每日心情
    愤怒
    2021-6-12 00:00
  • 签到天数: 1657 天

    连续签到: 28 天

    [LV.Master]伴坛终老

    累计签到:2457 天
    连续签到:13 天
    发表于 2012-10-2 08:38:33 | 显示全部楼层
    很感谢楼主的资料,可惜我的流量不够啊
    "真诚赞赏,手留余香"
    还没有人打赏,支持一下
    帖文化:【文明发帖 和谐互动】 社区精神:【创新、交流、互助、共享】

    该用户从未签到

    尚未签到

    发表于 2013-9-18 01:32:37 | 显示全部楼层
    回复 1# warrior0318 1 h" R0 [5 [: c, ?8 E

    3 c+ P4 I/ V; L% L$ c4 _6 R六个压缩包里放着一模一样的东西,下一个就OK了,不知道为何楼主放六个,让人下了六次,真是伤不起。。。
    "真诚赞赏,手留余香"
    还没有人打赏,支持一下
    帖文化:【文明发帖 和谐互动】 社区精神:【创新、交流、互助、共享】
  • TA的每日心情
    愤怒
    2021-6-12 00:00
  • 签到天数: 1657 天

    连续签到: 28 天

    [LV.Master]伴坛终老

    累计签到:2457 天
    连续签到:13 天
    发表于 2013-10-2 08:29:42 | 显示全部楼层
    这本好书一定要顶
    "真诚赞赏,手留余香"
    还没有人打赏,支持一下
    帖文化:【文明发帖 和谐互动】 社区精神:【创新、交流、互助、共享】
  • TA的每日心情
    慵懒
    2019-7-17 16:19
  • 签到天数: 11 天

    连续签到: 1 天

    [LV.3]偶尔看看II

    累计签到:15 天
    连续签到:2 天
    发表于 2013-10-2 09:26:53 | 显示全部楼层
    呵呵  顶一下
    "真诚赞赏,手留余香"
    还没有人打赏,支持一下
    帖文化:【文明发帖 和谐互动】 社区精神:【创新、交流、互助、共享】

    该用户从未签到

    尚未签到

    发表于 2014-11-16 12:28:50 | 显示全部楼层
    资料很好,但没有足够的积分。
    "真诚赞赏,手留余香"
    还没有人打赏,支持一下
    帖文化:【文明发帖 和谐互动】 社区精神:【创新、交流、互助、共享】
  • TA的每日心情
    郁闷
    2020-7-23 11:49
  • 签到天数: 57 天

    连续签到: 1 天

    [LV.5]常住居民I

    累计签到:57 天
    连续签到:1 天
    发表于 2017-6-18 22:36:05 | 显示全部楼层
    先存下,需要再来下载1 `+ ^1 N8 b8 w  l  `) T1 j
    "真诚赞赏,手留余香"
    还没有人打赏,支持一下
    帖文化:【文明发帖 和谐互动】 社区精神:【创新、交流、互助、共享】
    回复 推荐 踩下

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即加入

    本版积分规则

    招聘斑竹

    小黑屋|手机版|APP下载(beta)|Archiver|电力研学网 ( 赣ICP备12000811号-1|赣公网安备36040302000210号 )|网站地图

    GMT+8, 2024-3-29 19:48

    Powered by Discuz! X3.5 Licensed

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表