User Instructions of Noda Setup in ATP

Size: px
Start display at page:

Download "User Instructions of Noda Setup in ATP"

Transcription

1 User Instructions of Noda Setup in ATP Taku Noda and Akihiro Ametani Original manuscript was prepared in March 1997 and revised by A. Ametani in July INTRODUTION The importance of more precisely simulating transmission-line transients is increasing due to the economical incentive of using more accurate modeling in design as well as protection studies. For switching, fault, and fault-clearing surge studies, the most important and also the most difficult part of the simulation is the inclusion of the frequency dependence of a transmission line. The frequency dependence of modal propagation has been investigated widely, and the results are already installed in EMTP as WEIGHTING [1], SEMLYEN SETUP [2], AMETANI SETUP [3], HAUER SETUP [4], and JMARTI SETUP [5]. But all of them only take into account the frequency dependence of the modal propagation and ignore the frequency dependence of the modal-transformation matrices (hereafter those models are referred to modal-domain line models), although the frequency dependence of the matrices can be significant in many cases. The modal-domain line models successfully reproduce the modal-domain frequency dependence. Nevertheless, when the frequency dependence of the modal-transformation matrices is heavy, the use of constant modal-transformation matrices causes an error. The inclusion of the frequencydependent modal-transformation matrices can be achieved by either applying convolution to the matrices [6,7] or direct phase-domain approaches [8-11]. The practical implementation of the transformationmatrix convolution could be complicated in terms of eigenvalue tracing by mode crossing (at some frequency, two or more eigenvalues become equal) [12]. On the other hand, the direct phase-domain approaches avoid the modal transformation itself, but the application of recursive convolution to a phase-domain response is difficult because of the time-domain discontinuities of the response due to modal traveling-time differences. The NODA SETUP is one of the direct phase-domain approaches developed by the author [10]. The line model uses an ARMA (AutoRegressive Moving-Average) model for the time-domain realization of the phase-domain convolution, and the phase-domain discontinuous response is accurately 1

2 reproduced by the ARMA model, taking advantage of the one-sample-delay nature of the Z-operator. In ref. [11], further improvements to the line model are made. The improvement to convolution allows each ARMA model to use its own time step interfacing with the external circuit by a linear interpolation technique, and thus the model is designated as IARMA (interpolated ARMA) model. A steady-state initialization method is also developed in the reference in order to make possible such as fault calculations. The matrix stability conditions presented in ref. [11] is not yet installed in the present version of the NODA SETUP, because it requires more investigation for the accurate evaluation of eigenvalues. In the following, the usage of the NODA SETUP is illustrated using an example : 500-kV horizontal overhead line. 2 FREQUENY-DOMAIN FITTING A. Overview The modeling of a transmission line (overhead lines and cables) using the NODA SETUP requires the following two steps : 1) alculation of the frequency-dependent line constants of the transmission line, hereafter referred to frequency data, using ABLE PARAMETERS or LINE ONSTANTS supporting routine in ATP. The result is written in.aft file (ARMAFIT file). Note that ABLE ONSTANTS cannot be used to make the.aft file. 2) Fitting the frequency data (stored in.aft file) with IARMA models for the time-domain realization of the frequency dependence. This procedure is performed by an independent fitting program ARMAFIT. The result is written in.ph file (punch-out file). It should be noted that another line-constants calculation program can be used, because ARMAFIT is independent of ATP. This is important, because a certain transmission-line configuration, which is not supported neither by ABLE PARAMETERS nor LINE ONSTANTS, can be fitted using ARMAFIT, if the frequency data is prepared in.aft file by a user-made line-constants calculation program. The format of.aft file is illustrated in Section 2-. In order to use the line model for a transient simulation, the name of.ph file has to be 2

3 specified in a branch card in an ATP data case unlike other line models. (On the other hand, using other line models such as SEMLYEN SETUP, JMARTI SETUP, and so on,.ph file has to be pasted in a data case) Because the.ph file remains outside of the data case, the.ph file can be used by other data cases by simply specifying the file name. B. Example A 500-kV single-circuit overhead line (Azumi Trunk of the Tokyo Electric Power o.) is used to illustrate the usage of the NODA SETUP. As shown in Fig. 1, each of the ground wires is a single conductor ASR 120, and each of the phase wires is a bundle of 4 conductors ASR 240 of which the separation is 0.4 m. Three phase wires and two ground wires are horizontally arranged and untransposed, and the line length is 83 km. Fig. 2 illustrates an actual test circuit where the receivingend voltages were measured in case of switching as shown in Fig. 3 [13]. For this switching-surge simulation, the impedance and admittance matrices are reduced from 5 by 5 to 3 by 3 assuming zero voltages, because the voltages on the ground wires are not interested. Thus, the line is treated as a three-phase line. Fig. 4 shows the frequency dependence of the first-column elements of the voltage modal-transformation matrix A. Because the magnitude of A 11 and A 31 elements vary more than 10 %, the proposed phase-domain model is advantageous than model-domain models. A switching-surge simulation corresponding to Fig. 2 is carried out in hapter 3. GW 14 m 22 m GW ASR m 25 m a b c line length = 83 km earth resistivity = 200 Ω m ASR sep. = 0.4 m Fig kV single-circuit untransposed horizontal overhead line (Azumi trunk of the Tokyo Electric Power o.) 3

4 1 p.u. 415 Ω a b c 83 km Fig. 2 Actual test circuit of switching surge Fig. 3 Measured switching transients of receiving-end voltages magnitude of A 11 and A 31, when A 21 is normalized to unity frequency [Hz] Fig. 4 First column elements of voltage transformation matrix A 4

5 . alculation of Frequency Data using ATP The following data case HORIZ-L.DAT calculates the frequency data of the example line and writes them into file HORIZ.AFT, using ATP. It uses the ABLE PARAMETERS supporting routine. BEGIN NEW DATA ASE { HORIZ-L.DAT } 500-kV Single-ircuit Horizontal Line (see HORIZ.DAT for transients) type "ARMAFIT HORIZ.AFT -phoriz.ph" on command prompt for fitting NODA SETUP { Request IARMA model fitter (ARMAFIT). No printout of F-scan HORIZ.AFT { Output file name (blank requests use of default TAKUNODA.) HOMOGENEOUS LINE { keyword for homogeneous line -1. { time step (if negative, optimum time step is selected) 4 16 { min and max orders for voltage deformation matrix [H] 1 12 { min and max orders for char. admittance matrix [Y0] { error constants: EpsA, EpsM1, EpsM2 in percent, and Nitr 1, 3 { pair(s) of phases having symmetry NODA SETUP END { Bound of fitter data; begin ABLE PARAMETERS data ABLE ONSTANTS ABLE PARAMETERS E E E E E E E3 { 1st f. card for f. scan E6 83.E3 { 2nd f. card to determine v BEGIN NEW DATA ASE First comes keyword BEGIN NEW DATA ASE as usual, and keyword NODA SETUP follows. The next line specifies the name of.aft file to which the frequency data is written, and HORIZ.AFT is specified in the present example. Then, keyword HOMOGENEOUS LINE follows. Lines enclosed by keywords HOMOGENEOUS LINE and NODA SETUP END are simply copied into the.aft file, and those lines are fitting parameters. HOMOGENEOUS LINE declares that the present transmission line is simulated by a homogeneous line model. Other line models, for example ORONA LINE to include corona branches, would be added in the future, but only the homogeneous line model is supported for now. (If keyword KIZILAY F-DEPENDENT is specified here, the frequency characteristic of an admittance element can be modeled as an ARMA model or as a Laplace s-function model to be used as a KIZILAY F-DEPENDENT element in a branch card of an ATP data case, although the format of the following parameters and data is different.) The next five lines are fitting parameters section in which parameters are placed using a free format separated by space or comma,. There is no distinction between space and comma, and contiguous space or comma are treated as one separator. 5

6 The first line of the fitting parameters section specifies a time step, with which all the ARMA models in the line model, is synthesized. If a negative value is specified, then an appropriate time step is automatically determined by ARMAFIT using the following equation : 1 t = f + ( f f ) N log max log max log min /( ), where f min : lowest frequency, f max : highest frequency, N : number of total frequency points of the frequency scan, and f min = 1 Hz, f max = 1 MHz, N = 120 in case of the present example. The meaning of the above equation is that the time step is determined by the sampling theorem using a frequency which is a little higher than the highest frequency. The second line of the fitting parameters section specifies the minimum and maximum orders N min, N max of the ARMA models which represent the elements of the propagation-function matrix H(jω). The third line specifies those of the characteristicadmittance matrix Y 0 (jω). From author s experience, N min = 4 and N max = 16 is recommended for the propagation-function matrix. And N min = 1 and N max = 12 is recommended for the characteristicadmittance matrix, because each element of the characteristic-admittance matrix has smoother frequency characteristics than the propagation-function matrix. If desired fitting accuracy cannot be obtained, the maximum order may be increased by user for achieving better fitting. In the fourth line, the values of error tolerances ε A, ε M1, ε M2, and N itr are specified. The description of the error tolerances is : ε A : error tolerance in the stage of least-square fitting in % ε M1 : error tolerance for detecting modal traveling timings in % ε M2 : error tolerance for detecting dominant modes in each phase response in % N itr : maximum iteration steps in the stage of nonlinear improvement The author recommends ε A = 3 %, ε M1 = 0.5 %, ε M2 = 1 %, and N itr = 3 as in the example. ARMAFIT uses a linearized least-squares method presented in refs. [10, 14, 15] for the fitting, and the stage of a nonlinear improvement using the Newton-Raphson iteration is added purposing a better result. The Newton-Raphson iteration improves the solution obtained by the least-squares method. It is important that if the iteration does not converge, N itr should be set to 0. The fifth line specifies the symmetry information of line configuration. In the example line, phases 1 and 3 (a and c) are symmetrical with a reference line which is usually the tower supporting the wires. If there are more than two pairs of symmetrical phases, for example, specify 1,4 2,5 3,6 when phases 1 and 4, 2 and 5, 3 and 6 are symmetrical phases. If there is no symmetry in the line configuration, keyword NO SYMMETRY 6

7 is placed here. The symmetry information is used to reduce the number of fitting. Because the proposed line model is a phase-domain model, the computation time of the frequency-dependence synthesis is in proportional to n 2 (n : number of conductors). Thus, the reduction of the fitting time is important, although the linearized least-squares fitting method is quite fast. Next comes a standard ABLE PARAMETERS case describing the line configuration, which has two frequency cards. The first frequency card determines the range of frequency logarithmically scanned for the subsequent frequency-domain fitting using ARMAFIT. In the example, from 1 Hz to 1 MHz with 20 points per a decade. The second frequency card specifies a frequency at which the velocity of all the natural modes of propagation are determined. Usually, a value which is higher than the highest frequency of the frequency scan is appropriate. Finally comes BEGIN NEW DATA ASE and to terminate the ATP execution. D. Format of.aft File Executing ATP with the above data case HORIZ-L.DAT gives a disk file HORIZ.AFT shown below. The lines between keywords HOMOGENEOUS LINE and NODA SETUP END in the.dat file are simply copied into the first part of the.aft file as mentioned in the previous section. HOMOGENEOUS LINE { keyword for homogeneous line { HORIZ.AFT } -1. { time step (if negative, optimum time step is selected) 4 16 { min and max orders for voltage deformation matrix [H] 1 12 { min and max orders for char. admittance matrix [Y0] { error constants: EpsA, EpsM1, EpsM2 in percent, and Nitr 1, 3 { pair(s) of phases having symmetry ============ End data for fitter. Begin F-scan output for fitter. 3 { NG above DO 890 of NEWBL E+04 { DIST above DO 890 of NEWBL ============== Begin data for next frequency of F-scan E+00 { FREQ upon exit from PRON ---- Next comes ZHAR for JN = E E { End row E E { End row E E { End row Next comes AI for JN = E E { End row E E { End row E E { End row Next comes A for JN = E E { End row E E { End row E E { End row Next comes vector QN E E ND FREQUENY ARD. SAME OUTPUT FOR IT FOLLOWS: ============== Begin data for next frequency of F-scan E+07 { FREQ upon exit from PRON ---- Next comes ZHAR for JN = E E { End row 1 7

8 E E { End row E E { End row Next comes AI for JN = E E { End row E E { End row E E { End row Next comes A for JN = E E { End row E E { End row E E { End row Next comes vector QN E E The next two lines are the number of conductors n and the line length l. In the present example, n = 3 (the ground wires are eliminated using a matrix manipulation assuming zero voltages), and l = 83 km. In the next part, N sets of line constants are provided, where N is the total number of frequencies of the frequency scan : (1) frequency (2) characteristic-admittance matrix Y 0 (3) inverse of voltage transformation matrix A 1 (4) voltage transformation matrix A (5) propagation constant g Frequency comes on the first line of each set. Then, characteristic-admittance matrix Y 0, inverse of voltage transformation matrix A 1, and voltage transformation matrix A are provided in the following matrix form : x 11real x 11imag x 12real x 12imag... x 1n real x 1n imag x 21real x 21imag x 22real x 22imag... x 2n real x 2n imag... x n1real x n1imag x n2real x n2imag... x nn real x nn imag where n is the number of conductors, and x ij is the (i, j) element of matrix X. At last, propagation constant gis provided in the following vector form : γ 1real γ 1imag γ 2real γ 2imag... γ n real γ n imag where γ i is the i-th element of vector g. After N sets of the above line constants, keyword 2ND FREQUENY ARD. SAME OUTPUT FOR IT FOLLOWS: comes to declare that the same set of line constants follows in order to calculate the velocity of the natural modes of propagation. E. Fitting using ARMAFIT In order to perform fitting of the frequency data prepared in.aft file, an independent program ARMAFIT is used. As mentioned earlier, ARMAFIT can also be used to fit the given 8

9 frequency characteristic of an admittance element with an ARMA model or with a Laplace s-function model, and the identified model can be used as a KIZILAY F-DEPENDENT element in a branch card in an ATP data case. The instructions for this use may be provided as separate user instructions. ARMAFIT is an MS-DOS application. To execute ARMAFIT, type as follows on a command line : :>ARMAFIT F_NAME.AFT F_NAME.AFT is the file name containing the frequency data. If the file name is TEMP.AFT, it can be omitted as : :>ARMAFIT Files TEMP.PH and TEMP.AGF are created by the execution. TEMP.PH contains the fitting results, i.e. the coefficients of the identified ARMA models of the transmission line, and it is used in subsequent transient calculations. TEMP.AGF (ARMAFIT graph file) contains information used by a small plotting program PGVGA to show the graphs of the fitting results. If file name TEMP.PH is not desired, -p option can be used to specify the name as : :>ARMAFIT F_NAME.AFT -pf_name.ph In the present example, :>ARMAFIT HORIZ.AFT -phoriz.ph may be appropriate. HORIZ.PH is created instead of TEMP.PH. If one needs more information during the fitting, she/he can modify the debugging level of the execution using -d option. Bigger value provides more information, and the default is zero. To execute the present example with debugging level 2, type : :>ARMAFIT HORIZ.AFT -phoriz.pch -d2 To modify file name TEMP.AGF, -g option can be used in the same manner as the -p option. In order to visualize the fitting results using PGVGA,.AGF file has to be converted into.pg file that can be read by PGVGA. For this purpose, a small converter program AGF2PG is used. To convert F_NAME.AGF to F_NAME.PG, type as : :>AGF2PG F_NAME.AGF > F_NAME.PG And the results can be shown by typing as : :>PGVGA F_NAME If TEMP.AGF is always used, batch file G.BAT is prepared to simplify the above two steps into one 9

10 step. Typing as :>G is equivalent to the following two steps : :>AGF2PG TEMP.AGF > TEMP.PG :>PGVGA TEMP Other command line options : -t to request transformation matrices output, -s to request step responses are available. -? option invokes the following help screen : usage : ARMAFIT [file name] [options] [file name] : specifies input file name, when TEMP.AFT is not desired [options] -d<n> : requests n-th level debugging mode: 0-3 -p<file name> : specifies the name of punch-out file, when 'TEMP.PH' is not desired -g<file name> : specifies the name of ARMAFIT graph file, when 'TEMP.AGF' is not desired -t : requests transformation-matrices output (valid for the NODA SETUP line model) -s<tmax> : requests step response of each ARMA model ( 0 < t < Tmax: end time ) -? : prints this help F. Format of.ph File File HORIZ.PH created from HORIZ.AFT using ARMAFIT is shown below. If one prepares another fitting program, this section would help, or otherwise can be skipped. The first line is the same as the first line of.aft file. In the present example, HOMOGENEOUS LINE. The second line specifies the number of conductors and the simulation time step. If the simulation time step is negative, each ARMA element uses its own time step. If positive, all the ARMA elements have to use the same value. Then, the identified ARMA coefficients of the elements of the propagation-function matrix H(jω) and of the characteristic-admittance matrix Y 0 (jω) follow. First comes H(jω), and then Y 0 (jω) next. The element order is (1,1),..., (1,n), (2,1),..., (2,n), (3,1),..., (3,n),..., (n,n) for H(jω), and (1,1), (1,2),..., (1,n), (2,2),..., (2,n), (3,3),..., (3,n),..., (n,n) for Y 0 (jω) considering the symmetry of Y 0 (jω). PUNH-OUT FILE GENERATED BY ARMAFIT (NODA SETUP) HOMOGENEOUS LINE E+00 { number of phase, simulation time step *** VOLTAGE DEFORMATION MATRIX [H] {HORIZ.PH} 10

11 PHASE (1,1) E E-04 { time step, minimum traveling time 13 { optimum order E E E E E E E E E E E E E E E E E E E E E E E E E E E E-02 PHASE (1,2) E E-04 { time step, minimum traveling time 13 { optimum order E E E E E E E E E E E E E E E E E E E E E E E E E E E E PHASE (2,2) E E-04 { time step, minimum traveling time 8 { optimum order E E E E E E E E E E E E E E E E E E-02 PHASE (2,3) SAME AS 2, 1 PHASE (3,1) SAME AS 1, 3 PHASE (3,2) SAME AS 1, 2 PHASE (3,3) SAME AS 1, 1 *** HARATERISTI ADMITTANE MATRIX [Y0] PHASE (1,1) E-07 { time step 5 { optimum order E E+00 11

12 E E E E E E E E E E PHASE (2,2) E-07 { time step 5 { optimum order E E E E E E E E E E E E-01 PHASE (2,3) SAME AS 1, 2 PHASE (3,3) SAME AS 1, 1 For each element of H(jω), the first line contains the time step and the shortest traveling time of the element. The shortest traveling time is the traveling time of the fastest mode included in the element, and the value is evaluated at frequency specified by the second frequency card. The second line is the model order, and then the identified ARMA coefficients follow. For an illustration of the format of the ARMA coefficients, consider the following ARMA model : a a z a z a z Hij ( z ) = b z + b z + b z The order of the above ARMA model is 3, and the coefficients are specified as follows : index numerator coefficients denominator coefficients 0 a a 1 b 1 10 a 10 b 2 11 a 11 b 3 If the frequency characteristics of element H ij is identical to element H kl, considering the symmetry of conductor configuration, SAME AS i, j replaces the above format to avoid duplication. For each element of Y 0 (jω), the first line contains the time step. The second line is the model 12

13 order, and then the identified ARMA coefficients follow in the same manner. If the frequency characteristics of element Y 0ij is identical to element Y 0kl, SAME AS i, j also replaces the format to avoid duplication. The above parameters are placed using a free format separated by space or comma,. There is no distinction between space and comma, and contiguous space or comma are treated as one separator. 3 TIME-DOMAIN SIMULATION A. Branch ards in ATP In order to use a transmission-line model created by the Noda Setup, the name of.ph file containing the ARMA coefficients of the line model is specified as : BUS1 BUS2 Noda Line FILE NAME SHOW X SND1 RV1 Noda line F_NAME.PH SHOW 1 { 1 of n } -2SND2 RV2 { 2 of n }... -nsndn RVn { n of n } An n-phase transmission line requires n branch cards in the same manner as other line models. The first column of the branch cards is occupied by minus sign -, and the second column by phase index (1, 2,..., n). Specify the two terminal nodes of the branch by 6-character alphanumeric node names using columns 3 to 8 and 9 to 14. The order of the two pairs of phases follows the rule of ABLE PARAMETERS or LINE ONSTANTS supporting routine. Only on the first line, keyword Noda Line is required in columns 25 to 33, and.ph file is specified using columns 35 to 46. Keyword SHOW is also required only on the first line in columns 47 to 50, and a digit in column 52 controls the amount of information printed out on screen. Bigger digit shows more information of the line model. B. Switching-Surge alculation Using the present example, a switching-surge calculation is carried out. The circuit configuration is shown in Fig. 2, and corresponding ATP data case HORIZ.DAT is listed below. Fig. 5 shows the calculated results of the receiving-end voltages, and they agree well with the field-test results shown in Fig

14 BEGIN NEW DATA ASE { HORIZ.DAT } 500-kV Single-ircuit Horizontal Line (see HORIZ-L.DAT for fitting) 0.1E E SR SENDA SENDA REA Noda line HORIZ.PH SHOW 1 { 1 of 3 } -2SENDB REB { 2 of 3 } -3SEND RE { 3 of 3 } 11SR 1. 1 BEGIN NEW DATA ASE 1 receiving-end voltages in p.u phase a phase b phase c time in microseconds Fig. 5 alculated results of switching-surge (NODA SETUP) 14

15 REFERENES [1] W.S. Meyer and H.W. Dommel, Numerical modeling of frequency-dependent transmission parameters in an electromagnetic transient program, IEEE Trans., Power Apparatus and Systems, Vol. PAS-93, pp , [2] A. Semlyen and A. Dabuleau, Fast and accurate switching transient calculations on transmission lines with ground return using recursive convolutions, IEEE Trans., Power Apparatus and Systems, Vol. PAS-94 (2), pp , [3] A. Ametani, A highly efficient method for calculating transmission line transients, IEEE Trans., Power Apparatus and Systems, Vol. PAS-95 (5), pp , [4] J.F. Hauer, State-space modeling of transmission line dynamics via nonlinear optimization, IEEE Trans., Power Apparatus and Systems, Vol. PAS-100 (12), pp , [5] J.R. Marti, Accurate modelling of frequency-dependent transmission lines in electromagnetic transient simulations, IEEE Trans., Power Apparatus and Systems, Vol. PAS-101 (1), pp , [6] A. Ametani, Refraction coefficient method for switching-surge calculations on untransposed transmission lines (Accurate and approximate inclusion of frequency dependency), IEEE PES Summer Meeting, , [7] L. Marti, Simulation of transients in underground cables with frequency dependent modal transformation matrices, IEEE Trans., Power Delivery, vol. PWD-3 (3), pp , [8] G. Angelidis and A. Semlyen, Direct Phase-Domain alculation of Transmission Line Transients Using Two-Sided Recursions, IEEE Trans., Power Delivery, Vol. 10, No. 2, pp , April [9] B. Gustavsen, J. Sletbak, and T. Henriksen, alculation of electromagnetic transients in transmission cables and lines taking frequency dependent effects accurately into account, IEEE Trans., Power Delivery, Vol. 10, No. 2, pp , April [10] T. Noda, N. Nagaoka, and A. Ametani, Phase domain modeling of frequency-dependent transmission lines by means of an ARMA model, IEEE Trans., Power Delivery, Vol. 11, No. 1, pp , January [11] T. Noda, N. Nagaoka, A. Ametani, Further Improvements to a Phase-Domain ARMA Line Model in Terms of onvolution, Steady-State Initialization, and Stability, IEEE Power Engineering Society Summer Meeting, Denver, olorado, USA, (to be published in IEEE Trans.) [12] Tsu-huei Liu and Li Jin-gui, all for Help with Rational Function Approximations to Frequency- Dependent Transformation Matrices of ables and Lines, EMTP News, Leuven EMTP enter, March, [13] A. Ametani, T. Ono, and A. Honaga, Surge Propagation on Japanese 500kV Untransposed Transmission Line, Proc. IEE, Vol. 121, No.2, [14] T. Noda and N. Nagaoka, Development of ARMA Models for a Transient alculation using Linearized Least-Squares Method, Trans. IEE of Japan, Vol. 114-B, No. 4, pp , [15] T. Noda, Development of a Transmission-Line Model onsidering the Skin and orona Effects for Power Systems Transient Analysis, Ph.D. Thesis submitted to Doshisha University, [16] T. Noda, N. Nagaoka, and A. Ametani, Fault-Surge alculations using the Phase-Domain ARMA Line Model, Trans. IEE of Japan, Vol. 116-B, No. 11, pp ,

Comparison of Transient Simulations on Overhead Cables by EMTP and FDTD

Comparison of Transient Simulations on Overhead Cables by EMTP and FDTD Comparison of Transient Simulations on Overhead Cables by EMTP and FDTD H. Xue, M. Natsui, A. Ametani, J. Mahseredjian, H. Tanaka, Y. Baba 1 Abstract--Transient simulations on an overhead cable are performed

More information

Implementation of a Transmission Line Model with the PEEC Method for Lightning Surge Analysis

Implementation of a Transmission Line Model with the PEEC Method for Lightning Surge Analysis Implementation of a Transmission Line Model with the PEEC Method for Lightning Surge Analysis PEERAWUT YUTTHAGOWITH Department of Electrical Engineering, Faculty of Engineering King Mongkut s Institute

More information

Enforcing Passivity for Admittance Matrices Approximated by Rational Functions

Enforcing Passivity for Admittance Matrices Approximated by Rational Functions IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 16, NO. 1, FEBRUARY 2001 97 Enforcing Passivity for Admittance Matrices Approximated by Rational Functions Bjørn Gustavsen, Member, IEEE and Adam Semlyen, Life

More information

and cables for offshore wind connection

and cables for offshore wind connection Transient analysis of transformers and cables for offshore wind connection Bjørn Gustavsen SINTEF Energy Research Trondheim, Norway Wind power R&D seminar deep sea offshore wind: Trondheim, Norway, 20-21

More information

TRANSIENTS POWER SYSTEM. Theory and Applications TERUO OHNO AKIH1RO AMETANI NAOTO NAGAOKA YOSHIHIRO BABA. CRC Press. Taylor & Francis Croup

TRANSIENTS POWER SYSTEM. Theory and Applications TERUO OHNO AKIH1RO AMETANI NAOTO NAGAOKA YOSHIHIRO BABA. CRC Press. Taylor & Francis Croup POWER SYSTEM TRANSIENTS Theory and Applications AKIH1RO AMETANI NAOTO NAGAOKA YOSHIHIRO BABA TERUO OHNO CRC Press Taylor & Francis Croup Boca Raton London New York CRC Press is an imprint of the Taylor

More information

On the Influence of Earth Conduction Effects on the Propagation Characteristics of Aerial and Buried Conductors

On the Influence of Earth Conduction Effects on the Propagation Characteristics of Aerial and Buried Conductors On the Influence of Earth Conduction Effects on the Propagation Characteristics of Aerial and Buried Conductors T. A. Papadopoulos, A. I. Chrysochos, G. K. Papagiannis Abstract-- In this paper, the propagation

More information

Order Reduction of the Dynamic Model of a Linear Weakly Periodic System Part II: Frequency-Dependent Lines

Order Reduction of the Dynamic Model of a Linear Weakly Periodic System Part II: Frequency-Dependent Lines 866 IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 19, NO. 2, MAY 2004 Order Reduction of the Dynamic Model of a Linear Weakly Periodic System Part II: Frequency-Dependent Lines Abner Ramirez, Adam Semlyen,

More information

An Investigation of Interpolation Methods Applied in Transmission Line Models for EMT Analysis

An Investigation of Interpolation Methods Applied in Transmission Line Models for EMT Analysis An Investigation of Interpolation Methods Applied in Transmission Line Models for EMT Analysis J. A. Gutierrez-Robles, L. A. Snider, J. L. Naredo, O. Ramos-Leaños Abstract--. is the selected method to

More information

Modelling of non-uniform lines using rational approximation and mode revealing transformation

Modelling of non-uniform lines using rational approximation and mode revealing transformation This paper is a post-print of a paper submitted to and accepted for publication in IET and is subject to IET Copyright. The copy of the record is available at IET Digital Library Modelling of non-uniform

More information

Modeling of Transmission Line and Substation for Insulation Coordination Studies

Modeling of Transmission Line and Substation for Insulation Coordination Studies TRAINING DUBROVNIK, CROATIA - APRIL, 27-29 2009 SIMULATION & ANALYSIS OF POWER SYSTEM TRANSIENTS WITH EMTP-RV Modeling of Transmission Line and Substation for Insulation Coordination Studies Prof. Ivo

More information

Effect of Impedance Approximate Formulae on Frequency Dependence Realization

Effect of Impedance Approximate Formulae on Frequency Dependence Realization Effect of Impedance Approximate Formulae on Frequency Dependence Realization Thiago F. R. D. Martins, Antonio C. S. Lima, Member, IEEE, Sandoval Carneiro Jr., Senior Member, IEEE Abstract The accuracy

More information

Two-Layer Network Equivalent for Electromagnetic Transients

Two-Layer Network Equivalent for Electromagnetic Transients 1328 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 18, NO. 4, OCTOBER 2003 Two-Layer Network Equivalent for Electromagnetic Transients Mohamed Abdel-Rahman, Member, IEEE, Adam Semlyen, Life Fellow, IEEE, and

More information

Experimental and Analytical Studies on Lightning Surge Response of 500kV Transmission Tower

Experimental and Analytical Studies on Lightning Surge Response of 500kV Transmission Tower Experimental and Analytical Studies on Lightning Surge Response of 500kV Transmission Tower H. Motoyama, CRIEPI, Japan motoyama@criepi.denken.or.jp Y. Kinoshita, Chube Electric Power Co., Inc., Japan K.

More information

A COMPUTER PROGRAM FOR SHORT CIRCUIT ANALYSIS OF ELECTRIC POWER SYSTEMS

A COMPUTER PROGRAM FOR SHORT CIRCUIT ANALYSIS OF ELECTRIC POWER SYSTEMS NIJOTECH VOL. 5 NO. 1 MARCH 1981 EJEBE 46 A COMPUTER PROGRAM FOR SHORT CIRCUIT ANALYSIS OF ELECTRIC POWER SYSTEMS BY G.C. EJEBE DEPARTMENT OF ELECTRICAL/ELECTRONIC ENGINEERING UNIVERSITY OF NIGERIA, NSUKKA.

More information

The Lightning Study of Overhead Transmission Lines

The Lightning Study of Overhead Transmission Lines IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 232-3331, Volume 1, Issue 5 Ver. II (Sep Oct. 215), PP 69-75 www.iosrjournals.org The Lightning Study of Overhead

More information

Calculations of Capacitance for Transposed Bundled Conductor Transmission Lines

Calculations of Capacitance for Transposed Bundled Conductor Transmission Lines Calculations of Capacitance for Transposed Bundled Conductor Transmission Lines Multi-conductor Lines. An example with a conductor bundle r: conductor radius, d: distance between conductors of the same

More information

Modeling of Power System Components During Electromagnetic Transients

Modeling of Power System Components During Electromagnetic Transients Modeling of Power System Components During Electromagnetic Transients 1 Paweł Sowa, 2 Rafał Kumala and 3 Katarzyna Łuszcz 1, 2,3 Faculty of Electrical Engineering, Silesian University of Technology/ Institute

More information

State Estimation and Power Flow Analysis of Power Systems

State Estimation and Power Flow Analysis of Power Systems JOURNAL OF COMPUTERS, VOL. 7, NO. 3, MARCH 01 685 State Estimation and Power Flow Analysis of Power Systems Jiaxiong Chen University of Kentucky, Lexington, Kentucky 40508 U.S.A. Email: jch@g.uky.edu Yuan

More information

Methodologies to determine the fault current through an OPGW (OPtical Ground Wire)

Methodologies to determine the fault current through an OPGW (OPtical Ground Wire) ologies to determine the fault current through an OPGW (OPtical Ground Wire) Héctor R. Disenfeld Abstract-- To specify the OPGW (Optical Ground Wire) in a transmission line, it is necessary to know the

More information

Lightning Flashover Rates of Overhead Distribution Lines Applying EMTP and IEEE Std.1410

Lightning Flashover Rates of Overhead Distribution Lines Applying EMTP and IEEE Std.1410 Lightning Flashover Rates of Overhead Distribution Lines Applying EMTP and IEEE Std.1410 123 Lightning Flashover Rates of Overhead Distribution Lines Applying EMTP and IEEE Std.1410 Thanaphong Thanasaksiri

More information

An Empirical Formula for the Surge Impedance of a Grounding Conductor along a Reinforced Concrete Pole in a Distribution Line

An Empirical Formula for the Surge Impedance of a Grounding Conductor along a Reinforced Concrete Pole in a Distribution Line An Empirical Formula for the Surge Impedance of a Grounding Conductor along a Reinforced Concrete Pole in a istribution Line T. Mozumi N. Nagaoka A. Ametani S. Sekioka oshisha University Kyo-tanabe, 61-321,

More information

A NOVEL METHOD FOR THE CALCULATION OF SELF AND MUTUAL IMPEDANCES OF OVERHEAD CONDUCTORS AND PIPELINES BURIED IN TWO-LAYER SOILS.

A NOVEL METHOD FOR THE CALCULATION OF SELF AND MUTUAL IMPEDANCES OF OVERHEAD CONDUCTORS AND PIPELINES BURIED IN TWO-LAYER SOILS. A NOVEL METHOD FOR THE CALCULATION OF SELF AND MUTUAL IMPEDANCES OF OVERHEAD CONDUCTORS AND PIPELINES BURIED IN TWO-LAYER SOILS. D. A. Tsiamitros, G. C. Christoforidis, G. K. Papagiannis, D. P. Labridis,

More information

Simulation study on operating chara. Author(s) Shirai, Y; Taguchi, M; Shiotsu, M; IEEE TRANSACTIONS ON APPLIED SUPERCONDUCTIVITY (2003), 13(2): 18

Simulation study on operating chara. Author(s) Shirai, Y; Taguchi, M; Shiotsu, M; IEEE TRANSACTIONS ON APPLIED SUPERCONDUCTIVITY (2003), 13(2): 18 Simulation study on operating chara Titlesuperconducting fault current limit bus power system Author(s) Shirai, Y; Taguchi, M; Shiotsu, M; Citation IEEE TRANSACTIONS ON APPLIED SUPERCONDUCTIVITY (2003),

More information

Modeling of Overhead Power Lines for Broadband PLC Applications.

Modeling of Overhead Power Lines for Broadband PLC Applications. Modeling of Overhead Power Lines for Broadband PLC Applications. T. A. Papadopoulos, G. K. Papagiannis, D. P. Labridis Power Systems Laboratory Dept. of Electrical & Computer Engineering Aristotle University

More information

Analysis of Very Fast Transients in EHV Gas Insulated Substations

Analysis of Very Fast Transients in EHV Gas Insulated Substations Analysis of Very Fast Transients in EHV Gas Insulated Substations A.Raghu Ram, k. Santhosh Kumar raghuram_a@yahoo.com,ksanthosheee@gmail.com Abstract: Gas insulated switchgear (GIS) has been in operation

More information

LUIS MARTI. Ing. Elec. Central University of Venezuela, M.A.Sc. The University of British Columbia, 1982.

LUIS MARTI. Ing. Elec. Central University of Venezuela, M.A.Sc. The University of British Columbia, 1982. SIMULATION OF ELECTROMAGNETIC TRANSIENTS IN UNDERGROUND CABLES WITH FREQUENCY-DEPENDENT MODAL TRANSFORMATION MATRICES By LUIS MARTI Ing. Elec. Central University of Venezuela, 1979. M.A.Sc. The University

More information

ACCURACY OF APPROXIMATE FORMULAS FOR INTERNAL IMPEDANCE OF TUBULAR CYLINDRICAL CONDUCTORS FOR LARGE PARAMETERS

ACCURACY OF APPROXIMATE FORMULAS FOR INTERNAL IMPEDANCE OF TUBULAR CYLINDRICAL CONDUCTORS FOR LARGE PARAMETERS Progress In Electromagnetics Research M, Vol. 16, 171 184, 2011 ACCURACY OF APPROXIMATE FORMULAS FOR INTERNAL IMPEDANCE OF TUBULAR CYLINDRICAL CONDUCTORS FOR LARGE PARAMETERS D. Lovrić Faculty of Electrical

More information

Inclusion of Wire Twisting Effects in Cable Impedance Calculations

Inclusion of Wire Twisting Effects in Cable Impedance Calculations Inclusion of Wire Twisting Effects in Cable Impedance Calculations Bjørn Gustavsen, Fellow, IEEE, Martin Høyer-Hansen, Piero Triverio, Member, IEEE, and Utkarsh R. Patel, Student Member, IEEE Abstract

More information

MOM-SO: A FAST AND FULLY-AUTOMATED METHOD HIGH-SPEED CABLES FOR RESISTANCE AND INDUCTANCE COMPUTATION IN

MOM-SO: A FAST AND FULLY-AUTOMATED METHOD HIGH-SPEED CABLES FOR RESISTANCE AND INDUCTANCE COMPUTATION IN MOM-SO: A FAST AND FULLY-AUTOMATED METHOD FOR RESISTANCE AND INDUCTANCE COMPUTATION IN HIGH-SPEED CABLES Utkarsh R. Patel 1, Bjørn Gustavsen 2, Piero Triverio 1 1 Edward S. Rogers Sr. Department of Electrical

More information

CHAPTER 2 LOAD FLOW ANALYSIS FOR RADIAL DISTRIBUTION SYSTEM

CHAPTER 2 LOAD FLOW ANALYSIS FOR RADIAL DISTRIBUTION SYSTEM 16 CHAPTER 2 LOAD FLOW ANALYSIS FOR RADIAL DISTRIBUTION SYSTEM 2.1 INTRODUCTION Load flow analysis of power system network is used to determine the steady state solution for a given set of bus loading

More information

Propagation Characteristics and Overvoltage Analysis on Unconventional Submarine Cables

Propagation Characteristics and Overvoltage Analysis on Unconventional Submarine Cables 1 Propagation Characteristics and Overvoltage Analysis on Unconventional Submarine Cables Paulo E.D. Rocha, Antonio C. S. Lima, Sandoval Carneiro Jr. Abstract There are some submarine cables also known

More information

PowerApps Optimal Power Flow Formulation

PowerApps Optimal Power Flow Formulation PowerApps Optimal Power Flow Formulation Page1 Table of Contents 1 OPF Problem Statement... 3 1.1 Vector u... 3 1.1.1 Costs Associated with Vector [u] for Economic Dispatch... 4 1.1.2 Costs Associated

More information

Collation Studies of Sequence Impedances for Underground Cables with Different Layouts

Collation Studies of Sequence Impedances for Underground Cables with Different Layouts Collation Studies of Sequence Impedances for Underground Cables with Different Layouts M.Ramya 1, G.Radhika 2, Poonam Upadhyay 3 1 Department of EEE, VNRVJIET, Hyderabad, India 2 Department of EEE, Sr.Assistant

More information

Numerical Calculation and Analysis on the Surface Electric Field Characteristics of Hot-Line Robot

Numerical Calculation and Analysis on the Surface Electric Field Characteristics of Hot-Line Robot 2017 International Conference on Computer Science and Application Engineering (CSAE 2017) ISBN: 978-1-60595-505-6 Numerical Calculation and Analysis on the Surface Electric Field Characteristics of Hot-Line

More information

The Effects of Mutual Coupling and Transformer Connection Type on Frequency Response of Unbalanced Three Phases Electrical Distribution System

The Effects of Mutual Coupling and Transformer Connection Type on Frequency Response of Unbalanced Three Phases Electrical Distribution System IJSRD - International Journal for Scientific Research & Development Vol. 1, Issue 9, 2013 ISSN (online): 2321-0613 The Effects of Mutual Coupling and Transformer Connection Type on Frequency Response of

More information

Accuracy Assessment of a Phase Domain Line Model

Accuracy Assessment of a Phase Domain Line Model Accuracy Assessment of a Phase Domain Line Model Martin G. Vega, J. L. Naredo, O. Ramos-Leaños Abstract--The Phase-Domain Line Model, or Universal Line Model (ULM), is among the most advanced ones for

More information

Power Flow Analysis of Radial Distribution System using Backward/Forward Sweep Method

Power Flow Analysis of Radial Distribution System using Backward/Forward Sweep Method Power Flow Analysis of Radial Distribution System using Backward/Forward Sweep Method Gurpreet Kaur 1, Asst. Prof. Harmeet Singh Gill 2 1,2 Department of Electrical Engineering, Guru Nanak Dev Engineering

More information

7. Transient stability

7. Transient stability 1 7. Transient stability In AC power system, each generator is to keep phase relationship according to the relevant power flow, i.e. for a certain reactance X, the both terminal voltages V1and V2, and

More information

Impedance relay and protection assemblies

Impedance relay and protection assemblies RXZK 21H, 22H, 23H 509 006-BEN Page 1 Issued June 1999 Changed since July 1998 Data subject to change without notice (SE970175) (SE970184) Features Micro-processor based impedance relay with R and X settings

More information

Harmonic Domain Periodic Steady State Modeling of Power Electronics Apparatus: SVC and TCSC

Harmonic Domain Periodic Steady State Modeling of Power Electronics Apparatus: SVC and TCSC 960 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 18, NO. 3, JULY 2003 Harmonic Domain Periodic Steady State Modeling of Power Electronics Apparatus: SVC and TCSC Leonardo T. G. Lima, Member, IEEE, Adam Semlyen,

More information

Identification and Classification of High Impedance Faults using Wavelet Multiresolution Analysis

Identification and Classification of High Impedance Faults using Wavelet Multiresolution Analysis 92 NATIONAL POWER SYSTEMS CONFERENCE, NPSC 2002 Identification Classification of High Impedance Faults using Wavelet Multiresolution Analysis D. Cha N. K. Kishore A. K. Sinha Abstract: This paper presents

More information

CHAPTER 6 STEADY-STATE ANALYSIS OF SINGLE-PHASE SELF-EXCITED INDUCTION GENERATORS

CHAPTER 6 STEADY-STATE ANALYSIS OF SINGLE-PHASE SELF-EXCITED INDUCTION GENERATORS 79 CHAPTER 6 STEADY-STATE ANALYSIS OF SINGLE-PHASE SELF-EXCITED INDUCTION GENERATORS 6.. INTRODUCTION The steady-state analysis of six-phase and three-phase self-excited induction generators has been presented

More information

Power Transformer Transient Modeling Using Frequency Response Analysis

Power Transformer Transient Modeling Using Frequency Response Analysis Power Transformer Transient Modeling Using Frequency Response Analysis by Hosam Salem Alharbi A thesis submitted to the Faculty of Graduate Studies of The University of Manitoba in partial fulfilment of

More information

EMTP: Modeling and Simulation Capabilities

EMTP: Modeling and Simulation Capabilities 2 EMTP: Modeling and Simulation Capabilities CHAPTER 2.1 INTRODUCTION We begin this chapter with a list of various digital computer programs currently in use for computation of electromagnetic transients

More information

SIGNIFICANCE OF TRANSPOSITION FOR 220KV TOWER

SIGNIFICANCE OF TRANSPOSITION FOR 220KV TOWER International Journal of Latest Research in Science and Technology Volume 4, Issue 5: Page No.4-8, September-October 2015 http://www.mnkjournals.com/ijlrst.htm ISSN (Online):2278-5299 SIGNIFICANCE OF TRANSPOSITION

More information

ECE 422/522 Power System Operations & Planning/Power Systems Analysis II : 7 - Transient Stability

ECE 422/522 Power System Operations & Planning/Power Systems Analysis II : 7 - Transient Stability ECE 4/5 Power System Operations & Planning/Power Systems Analysis II : 7 - Transient Stability Spring 014 Instructor: Kai Sun 1 Transient Stability The ability of the power system to maintain synchronism

More information

Transient Behavior of

Transient Behavior of Transient Behavior of Static Fault Current Limiter in Distribution System by Shahram Najafi, Vijay K. Sood University of Ontario Institute of Technology, Oshawa, Ontario Electrical Power and Energy Conference

More information

DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK

DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK SUBJECT CODE & NAME: EE 2303 - TRANSMISSION & DISTRIBUTION YEAR / SEM: III/V UNIT-I TRANSMISSION SYSTEM INTRODUCTION PART-A 1. What is

More information

EE2351 POWER SYSTEM OPERATION AND CONTROL UNIT I THE POWER SYSTEM AN OVERVIEW AND MODELLING PART A

EE2351 POWER SYSTEM OPERATION AND CONTROL UNIT I THE POWER SYSTEM AN OVERVIEW AND MODELLING PART A EE2351 POWER SYSTEM OPERATION AND CONTROL UNIT I THE POWER SYSTEM AN OVERVIEW AND MODELLING PART A 1. What are the advantages of an inter connected system? The advantages of an inter-connected system are

More information

ISSP User Guide CY3207ISSP. Revision C

ISSP User Guide CY3207ISSP. Revision C CY3207ISSP ISSP User Guide Revision C Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com Copyrights Copyrights

More information

arxiv: v2 [cs.ce] 5 May 2014

arxiv: v2 [cs.ce] 5 May 2014 arxiv:1303.5452v2 [cs.ce] 5 May 2014 Fast Computation of the Series Impedance of Power Cables with Inclusion of Skin and Proximity Effects Utkarsh R. Patel, Bjørn Gustavsen, and Piero Triverio Published

More information

CONTRIBUTION TO CALCULATING THE IMPEDANCE OF GROUNDING ELECTRODES USING CIRCUIT EQUIVALENTS. Andrijana Kuhar, Leonid Grcev

CONTRIBUTION TO CALCULATING THE IMPEDANCE OF GROUNDING ELECTRODES USING CIRCUIT EQUIVALENTS. Andrijana Kuhar, Leonid Grcev FACTA UNIVERSITATIS Series: Electronics and Energetics Vol. 29, N o 4, December 2016, pp. 721-732 DOI: 10.2298/FUEE1604721K CONTRIBUTION TO CALCULATING THE IMPEDANCE OF GROUNDING ELECTRODES USING CIRCUIT

More information

ME scope Application Note 28

ME scope Application Note 28 App Note 8 www.vibetech.com 3/7/17 ME scope Application Note 8 Mathematics of a Mass-Spring-Damper System INTRODUCTION In this note, the capabilities of ME scope will be used to build a model of the mass-spring-damper

More information

CHAPTER 5 STEADY-STATE ANALYSIS OF THREE-PHASE SELF-EXCITED INDUCTION GENERATORS

CHAPTER 5 STEADY-STATE ANALYSIS OF THREE-PHASE SELF-EXCITED INDUCTION GENERATORS 6 CHAPTER 5 STEADY-STATE ANALYSIS OF THREE-PHASE SELF-EXCITED INDUCTION GENERATORS 5.. INTRODUCTION The steady-state analysis of six-phase SEIG has been discussed in the previous chapters. In this chapter,

More information

KINGS COLLEGE OF ENGINEERING Punalkulam

KINGS COLLEGE OF ENGINEERING Punalkulam KINGS COLLEGE OF ENGINEERING Punalkulam 613 303 DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING POWER SYSTEM ANALYSIS QUESTION BANK UNIT I THE POWER SYSTEM AN OVERVIEW AND MODELLING PART A (TWO MARK

More information

Harmonic Modeling of Networks

Harmonic Modeling of Networks Harmonic Modeling of Networks Thomas H. Ortmeyer ECE Dept. Clarkson University Potsdam, NY 13699-5720 M. Fayyaz Akram Dept. of Elec. Eng. Univ. of Engineering and Technology Lahore, Pakistan Takashi Hiyama

More information

Calculation of Cable Parameters for Different Cable Shapes

Calculation of Cable Parameters for Different Cable Shapes Excerpt from the Proceedings of the OMSOL onference 008 Hannover alculation of able Parameters for Different able Shapes H. Lorenzen 1, J. Timmerberg, S. Mylvaganam 3 1 UAS OOW, 6389 Wilhelmshaven, Germany,

More information

Representation and Product Integration of 2 x 2 Matrices

Representation and Product Integration of 2 x 2 Matrices Mathematics Notes Note 98 0 September 007 Representation and Product Integration of x Matrices Carl E. Baum University of New Mexico Department of Electrical and Computer Engineering Albuquerque New Mexico

More information

Trajectory Sensitivity Analysis as a Means of Performing Dynamic Load Sensitivity Studies in Power System Planning

Trajectory Sensitivity Analysis as a Means of Performing Dynamic Load Sensitivity Studies in Power System Planning 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http : //www.cigre.org 2014 Grid of the Future Symposium Trajectory Sensitivity Analysis as a Means of Performing Dynamic Load Sensitivity Studies

More information

An Equivalent Circuit Formulation of the Power Flow Problem with Current and Voltage State Variables

An Equivalent Circuit Formulation of the Power Flow Problem with Current and Voltage State Variables An Equivalent Circuit Formulation of the Power Flow Problem with Current and Voltage State Variables David M. Bromberg, Marko Jereminov, Xin Li, Gabriela Hug, Larry Pileggi Dept. of Electrical and Computer

More information

EE -213 BASIC CIRCUIT ANALYSIS LAB MANUAL

EE -213 BASIC CIRCUIT ANALYSIS LAB MANUAL EE -213 BASIC CIRCUIT ANALYSIS LAB MANUAL EE 213 Fall 2009 LABORATORY #1 INTRODUCTION TO MATLAB INTRODUCTION The purpose of this laboratory is to introduce you to Matlab and to illustrate some of its circuit

More information

Lightning Transients on Branched Distribution Lines Considering Frequency-Dependent Ground Parameters

Lightning Transients on Branched Distribution Lines Considering Frequency-Dependent Ground Parameters 214 International Conference on Lihtnin Protection (ICLP), Shanhai, China Lihtnin Transients on Branched Distribution Lines Considerin Frequency-Dependent Ground Parameters Alberto De Conti LRC Lihtnin

More information

first name (print) last name (print) brock id (ab17cd) (lab date)

first name (print) last name (print) brock id (ab17cd) (lab date) (ta initials) first name (print) last name (print) brock id (ab17cd) (lab date) Experiment 1 Capacitance In this Experiment you will learn the relationship between the voltage and charge stored on a capacitor;

More information

FREQUENCY DEPENDENT CHARACTERISTICS OF GROUNDING SYSTEM BURIED IN MULTILAYERED EARTH MODEL BASED ON QUASI-STATIC ELECTRO- MAGNETIC FIELD THEORY

FREQUENCY DEPENDENT CHARACTERISTICS OF GROUNDING SYSTEM BURIED IN MULTILAYERED EARTH MODEL BASED ON QUASI-STATIC ELECTRO- MAGNETIC FIELD THEORY Progress In Electromagnetics Research M, Vol. 33, 169 183, 2013 FREQUENCY DEPENDENT CHARACTERISTICS OF GROUNDING SYSTEM BURIED IN MULTILAYERED EARTH MODEL BASED ON QUASI-STATIC ELECTRO- MAGNETIC FIELD

More information

Evaluation of the risk of failure due to switching overvoltages of a phase to phase insulation

Evaluation of the risk of failure due to switching overvoltages of a phase to phase insulation Evaluation of the risk of failure due to switching overvoltages of a phase to phase insulation A. Xemard, J. Michaud, A. Guerrier, I. Uglesic, G. Levacic, M. Mesic Abstract-- The upgrade of an overhead

More information

Analysis of the transients on the multi-circuit overhead transmission line

Analysis of the transients on the multi-circuit overhead transmission line Journal of ELECTRICAL ENGINEERING, VOL 68 (217), NO6, 476 481 Analysis of the transients on the multi-circuit overhead transmission line Tomáš Nazarčík, Zdeňka Benešová In this paper a method for a transient

More information

Electrical, Electronic and Computer Engineering ENEL4HB - High Voltage 2

Electrical, Electronic and Computer Engineering ENEL4HB - High Voltage 2 Electrical, Electronic and Computer Engineering ENEL4HB - High Voltage 2 Main Examination October 2015 Instructions Answer all questions and show all working. Time allowed = 2 hours Full marks = 100 Question

More information

The History and Recent Trends of Transient Analysis in Transmission Lines

The History and Recent Trends of Transient Analysis in Transmission Lines The History and Recent Trends of Transient Analysis in Transmission Lines Akihiro AMETANI Abstract-- In this paper, the history of a power system transient analysis is summarized starting from Lord Kelvin

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous)

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK Course Name : Computer Methods in Power Systems Course Code : A60222

More information

The Influence of Abnormal Data on Relay Protection

The Influence of Abnormal Data on Relay Protection Energy and Power Engineering, 7, 9, 95- http://www.scirp.org/journal/epe ISS Online: 97-388 ISS Print: 99-3X The Influence of Abnormal Data on Relay Protection Xuze Zhang, Xiaoning Kang, Yali Ma, Hao Wang,

More information

DMDW: A set of tools to calculate Debye-Waller factors and other related quantities using dynamical matrices.

DMDW: A set of tools to calculate Debye-Waller factors and other related quantities using dynamical matrices. DMDW: A set of tools to calculate Debye-Waller factors and other related quantities using dynamical matrices. DMDW is a set of tools developed to calculate Debye-Waller (DW) factors and other related quantities

More information

Extracting Symmetrical Components Data from ATP and EMTDC Line Constants Program Results

Extracting Symmetrical Components Data from ATP and EMTDC Line Constants Program Results Session 3; Page /3 Spring 8 Extracting Symmetrical Components Data from ATP and EMTDC Line Constants Program Results Using ATP/ATPDraw (option ) Use Bergeron transmission model from Lecture 3 (with a 6

More information

Increasing Transmission Capacities with Dynamic Monitoring Systems

Increasing Transmission Capacities with Dynamic Monitoring Systems INL/MIS-11-22167 Increasing Transmission Capacities with Dynamic Monitoring Systems Kurt S. Myers Jake P. Gentle www.inl.gov March 22, 2012 Concurrent Cooling Background Project supported with funding

More information

Electrical, Electronic and Computer Engineering ENEL4HB - High Voltage 2

Electrical, Electronic and Computer Engineering ENEL4HB - High Voltage 2 Electrical, Electronic and Computer Engineering ENEL4HB - High oltage 2 Main Examination October 2016 Instructions Answer all questions, show all working and include all necessary comments (it is your

More information

Algebraic Algorithm for 2D Stability Test Based on a Lyapunov Equation. Abstract

Algebraic Algorithm for 2D Stability Test Based on a Lyapunov Equation. Abstract Algebraic Algorithm for 2D Stability Test Based on a Lyapunov Equation Minoru Yamada Li Xu Osami Saito Abstract Some improvements have been proposed for the algorithm of Agathoklis such that 2D stability

More information

MODELING OF THE DIRECT LIGHTNING STRIKE ON A TOWERS CASCADE EQUIPPED WITH ITS PROTECTIONS

MODELING OF THE DIRECT LIGHTNING STRIKE ON A TOWERS CASCADE EQUIPPED WITH ITS PROTECTIONS Progress In Electromagnetics Research M, Vol. 3, 53 69, 13 MODELING OF THE DIRECT LIGHTNING STRIKE ON A TOWERS CASCADE EQUIPPED WITH ITS PROTECTIONS Lotfi Boufenneche 1, Bachir Nekhoul 1, Kamal Kerroum,

More information

Parametric Study of Losses in Cross-Bonded Cables: Conductors Transposed Versus Conductors Nontransposed

Parametric Study of Losses in Cross-Bonded Cables: Conductors Transposed Versus Conductors Nontransposed IEEE TRANSACTIONS ON POWER DELIVERY, VOL 28, NO 4, OCTOBER 2013 2273 Parametric Study of Losses in Cross-Bonded Cables: Conductors Transposed Versus Conductors Nontransposed Prajakta Moghe and Francisco

More information

Aalborg Universitet. Published in: I E E E Transactions on Power Delivery. DOI (link to publication from Publisher): /TPWRD.2011.

Aalborg Universitet. Published in: I E E E Transactions on Power Delivery. DOI (link to publication from Publisher): /TPWRD.2011. Aalborg Universitet Derivation of Theoretical Formulas of the Frequency Component Contained in the Overvoltage Related to Long EHV Cables Ohno, Teruo; Bak, Claus Leth; Ametani, Akihiro; Wiechowski, Wojciech;

More information

State variable distributed-parameter representation of transmission line for transient simulations

State variable distributed-parameter representation of transmission line for transient simulations Turk J Elec Eng & Comp Sci, Vol.8, No.,, c TÜBİTAK doi:.396/elk-95- State variable distributed-parameter representation of transmission line for transient simulations Mehmet Salih MAMİŞ,AsımKAYGUSUZ, Muhammet

More information

Transmission and Distribution of Electrical Power

Transmission and Distribution of Electrical Power KINGDOM OF SAUDI ARABIA Ministry Of High Education Umm Al-Qura University College of Engineering & Islamic Architecture Department Of Electrical Engineering Transmission and Distribution of Electrical

More information

Guideline for Numerical Electromagnetic Analysis Method and its Application to Surge Phenomena

Guideline for Numerical Electromagnetic Analysis Method and its Application to Surge Phenomena 543 Guideline for Numerical Electromagnetic Analysis Method and its Application to Surge Phenomena Working Group C4.5 June 3 GUIDE FOR NUMERICAL ELECTROMAGNETIC ANALYSIS METHODS: APPLICATION TO SURGE PHENOMENA

More information

Introduction to Hartree-Fock calculations in Spartan

Introduction to Hartree-Fock calculations in Spartan EE5 in 2008 Hannes Jónsson Introduction to Hartree-Fock calculations in Spartan In this exercise, you will get to use state of the art software for carrying out calculations of wavefunctions for molecues,

More information

NASA Contractor Report. Application of FEM to Estimate Complex Permittivity of Dielectric Material at Microwave Frequency Using Waveguide Measurements

NASA Contractor Report. Application of FEM to Estimate Complex Permittivity of Dielectric Material at Microwave Frequency Using Waveguide Measurements NASA Contractor Report Application of FEM to Estimate Complex Permittivity of Dielectric Material at Microwave Frequency Using Waveguide Measurements M. D.Deshpande VIGYAN Inc., Hampton, VA C. J. Reddy

More information

Fault Calculation Methods

Fault Calculation Methods ELEC9713 Industrial and Commercial Power Systems Fault Calculation Methods There are two major problems that can occur in electrical systems: these are open circuits and short circuits. Of the two, the

More information

EECS 117 Lecture 3: Transmission Line Junctions / Time Harmonic Excitation

EECS 117 Lecture 3: Transmission Line Junctions / Time Harmonic Excitation EECS 117 Lecture 3: Transmission Line Junctions / Time Harmonic Excitation Prof. Niknejad University of California, Berkeley University of California, Berkeley EECS 117 Lecture 3 p. 1/23 Transmission Line

More information

Elevated Neutral to Earth Voltages Due to Harmonics A T&D Update

Elevated Neutral to Earth Voltages Due to Harmonics A T&D Update Elevated Neutral to Earth Voltages Due to Harmonics A T&D Update E. R. (Randy) Collins, PhD, PE Dept. of Electrical and Computer Engineering Clemson University Clemson, South Carolina Stray Voltage Panel

More information

Overhead lines. 110 kv wood tower with guy wires

Overhead lines. 110 kv wood tower with guy wires Overhead lines a) ja b) 0 kv wood poles c) free standing 0 kv metal tower with I-strings d) free standing 440 kv metal tower with V-strings e) 400 kv metal tower with guy wires 0 kv wood tower with guy

More information

1396 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 24, NO. 3, JULY /$ IEEE

1396 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 24, NO. 3, JULY /$ IEEE 1396 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 24, NO. 3, JULY 2009 Fast Realization of the Modal Vector Fitting Method for Rational Modeling With Accurate Representation of Small Eigenvalues Bjørn Gustavsen,

More information

Enhanced Newton Method Based Radial Distribution System Load Flow Analysis with Extrapolation Techniques

Enhanced Newton Method Based Radial Distribution System Load Flow Analysis with Extrapolation Techniques Enhanced Newton Method Based Radial Distribution System Load Flow Analysis with Extrapolation Techniques Asst. Prof. Dr. Hassan Kuhba Electrical Engineering Department, Engineering College/Baghdad University,

More information

*GPH22* *28GPH2201* Science: Physics. Unit 2 Higher Tier [GPH22] FRIDAY 24 JUNE, MORNING *GPH22* TIME 1 hour 45 minutes.

*GPH22* *28GPH2201* Science: Physics. Unit 2 Higher Tier [GPH22] FRIDAY 24 JUNE, MORNING *GPH22* TIME 1 hour 45 minutes. Centre Number Candidate Number General Certificate of Secondary Education 2016 Science: Physics Unit 2 Higher Tier *GPH22* [GPH22] *GPH22* FRIDAY 24 JUNE, MORNING TIME 1 hour 45 minutes. INSTRUCTIONS TO

More information

ECE 585 Power System Stability

ECE 585 Power System Stability Homework 1, Due on January 29 ECE 585 Power System Stability Consider the power system below. The network frequency is 60 Hz. At the pre-fault steady state (a) the power generated by the machine is 400

More information

ALGORITHM FOR ACCURATE CAPACITANCE MATRIX MEASUREMENTS OF THE MULTICONDUCTOR STRUCTURE FOR VLSI INTERCONNECTIONS

ALGORITHM FOR ACCURATE CAPACITANCE MATRIX MEASUREMENTS OF THE MULTICONDUCTOR STRUCTURE FOR VLSI INTERCONNECTIONS ALGORITHM FOR ACCURATE CAPACITANCE MATRIX MEASUREMENTS OF THE MULTICONDUCTOR STRUCTURE FOR VLSI INTERCONNECTIONS Lech ZNAMIROWSKI Olgierd A. PALUSINSKI DEPARTMENT OF AUTOMATIC CONTROL, DEPARTMENT OF ELECTRICAL

More information

EE Branch GATE Paper 2010

EE Branch GATE Paper 2010 Q.1 Q.25 carry one mark each 1. The value of the quantity P, where, is equal to 0 1 e 1/e 2. Divergence of the three-dimensional radial vector field is 3 1/r 3. The period of the signal x(t) = 8 is 0.4

More information

A PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION FEEDERS

A PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION FEEDERS A PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION FEEDERS 1 P.DIVYA, 2 PROF. G.V.SIVA KRISHNA RAO A.U.College of Engineering, Andhra University, Visakhapatnam Abstract: Capacitors in

More information

EDSA IEC 909 SHORT CIRCUIT ANALYSIS

EDSA IEC 909 SHORT CIRCUIT ANALYSIS 1.0 Tutorial Exercise This tutorial exercise will serve as a validation and verification test for the EDSA IEC 909 short circuit program. The tutorial will be based on two examples documented in the IEC

More information

The Eects of Harmonics in Power Systems and Methods to Reduce or Eliminate Them

The Eects of Harmonics in Power Systems and Methods to Reduce or Eliminate Them The Eects of Harmonics in Power Systems and Methods to Reduce or Eliminate Them Wilbur N. Dale, Ph.D., P.E. wilburd@rstva.com March 15, 2012 Overview Introduction Analysis of Harmonics Sources of Harmonics

More information

Australian Journal of Basic and Applied Sciences. General Fault Admittance Method Solution of a Balanced Line-to-Line-to-Line Fault

Australian Journal of Basic and Applied Sciences. General Fault Admittance Method Solution of a Balanced Line-to-Line-to-Line Fault Australian Journal of Basic and Applied Sciences, 8() January 4, Pages: 8-47 AENSI Journals Australian Journal of Basic and Applied Sciences Journal home page: www.ajbasweb.com General Fault Admittance

More information

Module 3 : Sequence Components and Fault Analysis

Module 3 : Sequence Components and Fault Analysis Module 3 : Sequence Components and Fault Analysis Lecture 12 : Sequence Modeling of Power Apparatus Objectives In this lecture we will discuss Per unit calculation and its advantages. Modeling aspects

More information

Comparison of Power Flow Algorithms for inclusion in On-line Power Systems Operation Tools

Comparison of Power Flow Algorithms for inclusion in On-line Power Systems Operation Tools University of New Orleans ScholarWorks@UNO University of New Orleans Theses and Dissertations Dissertations and Theses 12-17-2010 Comparison of Power Flow Algorithms for inclusion in On-line Power Systems

More information

PRACTICE NO. PD-AP-1309 PREFERRED PAGE 1 OF 5 RELIABILITY PRACTICES ANALYSIS OF RADIATED EMI FROM ESD EVENTS CAUSED BY SPACE CHARGING

PRACTICE NO. PD-AP-1309 PREFERRED PAGE 1 OF 5 RELIABILITY PRACTICES ANALYSIS OF RADIATED EMI FROM ESD EVENTS CAUSED BY SPACE CHARGING PREFERRED PAGE 1 OF 5 RELIABILITY PRACTICES ANALYSIS OF RADIATED EMI FROM ESD EVENTS Practice: Modeling is utilized for the analysis of conducted and radiated electromagnetic interference (EMI) caused

More information