OpenDSS Project

profileahmedbataweel
Project1.zip

Project 1/13Bus/IEEE13Node_BusXY.dss

SourceBus, 200, 400 650, 200, 350 RG60, 200, 300 646, 0, 250 645, 100, 250 632, 200, 250 633, 350, 250 634, 400, 250 670, 200, 200 611, 0, 100 684, 100, 100 671, 200, 100 692, 250, 100 675, 400, 100 652, 100, 0 680, 200, 0

Project 1/13Bus/IEEE13Nodeckt_Buses.Txt

BUSES AND NODES IN ACTIVE CIRCUIT: ieee13nodeckt Coord Number of Nodes Bus Base kV (x, y) Keep? Nodes connected ... "sourcebus" 115.000 ( 200 , 400 ) No 3 1 2 3 "650" 4.160 ( 200 , 350 ) No 3 1 2 3 "rg60" 4.160 ( 200 , 300 ) No 3 1 2 3 "633" 4.160 ( 350 , 250 ) No 3 1 2 3 "634" 0.480 ( 400 , 250 ) No 3 1 2 3 "671" 4.160 ( 200 , 100 ) No 3 1 2 3 "645" 4.160 ( 100 , 250 ) No 2 2 3 "646" 4.160 ( 0 , 250 ) No 2 2 3 "692" 4.160 ( 250 , 100 ) No 3 3 1 2 "675" 4.160 ( 400 , 100 ) No 3 1 2 3 "611" 4.160 ( 0 , 100 ) No 1 3 "652" 4.160 ( 100 , 0 ) No 1 1 "670" 4.160 ( 200 , 200 ) No 3 1 2 3 "632" 4.160 ( 200 , 250 ) No 3 1 2 3 "680" 4.160 ( 200 , 0 ) No 3 1 2 3 "684" 4.160 ( 100 , 100 ) No 2 1 3

Project 1/13Bus/IEEE13Nodeckt_Dailymode.dss

Clear ! ! This script is based on a script developed by Tennessee Tech Univ students ! Tyler Patton, Jon Wood, and David Woods, April 2009 ! new circuit.IEEE13Nodeckt ~ basekv=115 pu=1.0001 phases=3 bus1=SourceBus ~ Angle=30 ! advance angle 30 deg so result agree with published angle ~ MVAsc3=20000 MVASC1=21000 ! stiffen the source to approximate inf source !SUB TRANSFORMER DEFINITION ! Although this data was given, it does not appear to be used in the test case results ! The published test case starts at 1.0 per unit at Bus 650. To make this happen, we will change the impedance ! on the transformer to something tiny by dividing by 1000 using the DSS in-line RPN math New Transformer.Sub Phases=3 Windings=2 XHL=(8 1000 /) ~ wdg=1 bus=SourceBus conn=delta kv=115 kva=5000 %r=(.5 1000 /) XHT=4 ~ wdg=2 bus=650 conn=wye kv=4.16 kva=5000 %r=(.5 1000 /) XLT=4 ! FEEDER 1-PHASE VOLTAGE REGULATORS ! Define low-impedance 2-wdg transformer New Transformer.Reg1 phases=1 XHL=0.01 kVAs=[1666 1666] ~ Buses=[650.1 RG60.1] kVs=[2.4 2.4] %LoadLoss=0.01 new regcontrol.Reg1 transformer=Reg1 winding=2 vreg=122 band=2 ptratio=20 ctprim=700 R=3 X=9 New Transformer.Reg2 phases=1 XHL=0.01 kVAs=[1666 1666] ~ Buses=[650.2 RG60.2] kVs=[2.4 2.4] %LoadLoss=0.01 new regcontrol.Reg2 transformer=Reg2 winding=2 vreg=122 band=2 ptratio=20 ctprim=700 R=3 X=9 New Transformer.Reg3 phases=1 XHL=0.01 kVAs=[1666 1666] ~ Buses=[650.3 RG60.3] kVs=[2.4 2.4] %LoadLoss=0.01 new regcontrol.Reg3 transformer=Reg3 winding=2 vreg=122 band=2 ptratio=20 ctprim=700 R=3 X=9 !TRANSFORMER DEFINITION New Transformer.XFM1 Phases=3 Windings=2 XHL=2 ~ wdg=1 bus=633 conn=Wye kv=4.16 kva=500 %r=.55 XHT=1 ~ wdg=2 bus=634 conn=Wye kv=0.480 kva=500 %r=.55 XLT=1 !LINE CODES redirect IEEELineCodes.dss // these are local matrix line codes // corrected 9-14-2011 New linecode.mtx601 nphases=3 BaseFreq=60 ~ rmatrix = (0.3465 | 0.1560 0.3375 | 0.1580 0.1535 0.3414 ) ~ xmatrix = (1.0179 | 0.5017 1.0478 | 0.4236 0.3849 1.0348 ) ~ units=mi New linecode.mtx602 nphases=3 BaseFreq=60 ~ rmatrix = (0.7526 | 0.1580 0.7475 | 0.1560 0.1535 0.7436 ) ~ xmatrix = (1.1814 | 0.4236 1.1983 | 0.5017 0.3849 1.2112 ) ~ units=mi New linecode.mtx603 nphases=2 BaseFreq=60 ~ rmatrix = (1.3238 | 0.2066 1.3294 ) ~ xmatrix = (1.3569 | 0.4591 1.3471 ) ~ units=mi New linecode.mtx604 nphases=2 BaseFreq=60 ~ rmatrix = (1.3238 | 0.2066 1.3294 ) ~ xmatrix = (1.3569 | 0.4591 1.3471 ) ~ units=mi New linecode.mtx605 nphases=1 BaseFreq=60 ~ rmatrix = (1.3292 ) ~ xmatrix = (1.3475 ) ~ units=mi New linecode.mtx606 nphases=3 BaseFreq=60 ~ rmatrix = (0.7982 | 0.3192 0.7891 | 0.2849 0.3192 0.7982 ) ~ xmatrix = (0.4463 | 0.0328 0.4041 | -0.0143 0.0328 0.4463 ) ~ Cmatrix = [257 | 0 257 | 0 0 257] ! <--- This is too low by 1.5 ~ units=mi New CNDATA.250_1/3 k=13 DiaStrand=0.064 Rstrand=2.816666667 epsR=2.3 ~ InsLayer=0.220 DiaIns=1.06 DiaCable=1.16 Rac=0.076705 GMRac=0.20568 diam=0.573 ~ Runits=kft Radunits=in GMRunits=in New LineGeometry.606 nconds=3 nphases=3 units=ft ~ cond=1 cncable=250_1/3 x=-0.5 h= -4 ~ cond=2 cncable=250_1/3 x=0 h= -4 ~ cond=3 cncable=250_1/3 x=0.5 h= -4 New linecode.mtx607 nphases=1 BaseFreq=60 ~ rmatrix = (1.3425 ) ~ xmatrix = (0.5124 ) ~ cmatrix = [236] ~ units=mi new loadshape.Load1 npts=24 interval=1.0 mult=(File=Load1.csv) !LOAD DEFINITIONS New Load.671 Bus1=671.1.2.3 Phases=3 Conn=Delta Model=1 kV=4.16 kW=1500 kvar=600 daily=Load1 New Load.634a Bus1=634.1 Phases=1 Conn=Wye Model=1 kV=0.277 kW=500 kvar=90 daily=Load1 New Load.634b Bus1=634.2 Phases=1 Conn=Wye Model=1 kV=0.277 kW=190 kvar=90 daily=Load1 New Load.634c Bus1=634.3 Phases=1 Conn=Wye Model=1 kV=0.277 kW=180 kvar=90 daily=Load1 New Load.645 Bus1=645.2 Phases=1 Conn=Wye Model=1 kV=2.4 kW=370 kvar=125 New Load.646 Bus1=646.2.3 Phases=1 Conn=Delta Model=2 kV=4.16 kW=230 kvar=132 New Load.692 Bus1=692.3.1 Phases=1 Conn=Delta Model=5 kV=4.16 kW=170 kvar=151 New Load.675a Bus1=675.1 Phases=1 Conn=Wye Model=1 kV=2.4 kW=485 kvar=190 New Load.675b Bus1=675.2 Phases=1 Conn=Wye Model=1 kV=2.4 kW=68 kvar=60 New Load.675c Bus1=675.3 Phases=1 Conn=Wye Model=1 kV=2.4 kW=290 kvar=212 New Load.611 Bus1=611.3 Phases=1 Conn=Wye Model=5 kV=2.4 kW=170 kvar=80 New Load.652 Bus1=652.1 Phases=1 Conn=Wye Model=2 kV=2.4 kW=128 kvar=86 New Load.670a Bus1=670.1 Phases=1 Conn=Wye Model=1 kV=2.4 kW=170 kvar=10 New Load.670b Bus1=670.2 Phases=1 Conn=Wye Model=1 kV=2.4 kW=150 kvar=38 New Load.670c Bus1=670.3 Phases=1 Conn=Wye Model=1 kV=2.4 kW=117 kvar=68 !CAPACITOR DEFINITIONS New Capacitor.Cap1 Bus1=675 phases=3 kVAR=600 kV=4.16 New Capacitor.Cap2 Bus1=611.3 phases=1 kVAR=100 kV=2.4 !Bus 670 is the concentrated point load of the distributed load on line 632 to 671 located at 1/3 the distance from node 632 !LINE DEFINITIONS New Line.650632 Phases=3 Bus1=RG60.1.2.3 Bus2=632.1.2.3 LineCode=mtx601 Length=2000 units=ft New Line.632670 Phases=3 Bus1=632.1.2.3 Bus2=670.1.2.3 LineCode=mtx601 Length=667 units=ft New Line.670671 Phases=3 Bus1=670.1.2.3 Bus2=671.1.2.3 LineCode=mtx601 Length=1333 units=ft New Line.671680 Phases=3 Bus1=671.1.2.3 Bus2=680.1.2.3 LineCode=mtx601 Length=1000 units=ft New Line.632633 Phases=3 Bus1=632.1.2.3 Bus2=633.1.2.3 LineCode=mtx602 Length=500 units=ft New Line.632645 Phases=2 Bus1=632.3.2 Bus2=645.3.2 LineCode=mtx603 Length=500 units=ft New Line.645646 Phases=2 Bus1=645.3.2 Bus2=646.3.2 LineCode=mtx603 Length=300 units=ft New Line.692675 Phases=3 Bus1=692.1.2.3 Bus2=675.1.2.3 LineCode=mtx606 Length=500 units=ft New Line.671684 Phases=2 Bus1=671.1.3 Bus2=684.1.3 LineCode=mtx604 Length=300 units=ft New Line.684611 Phases=1 Bus1=684.3 Bus2=611.3 LineCode=mtx605 Length=300 units=ft New Line.684652 Phases=1 Bus1=684.1 Bus2=652.1 LineCode=mtx607 Length=800 units=ft !SWITCH DEFINITIONS New Line.671692 Phases=3 Bus1=671 Bus2=692 Switch=y r1=1e-4 r0=1e-4 x1=0.000 x0=0.000 c1=0.000 c0=0.000 Transformer.Reg1.Taps=[1.0 1.0625] Transformer.Reg2.Taps=[1.0 1.0500] Transformer.Reg3.Taps=[1.0 1.06875] Set Controlmode=OFF set marktransformers=yes set TransMarkerSize=3 !New energymeter.meter element=Transformer.Sub terminal=1 New energymeter.meter element=Line.650632 terminal=1 New monitor.line element=Line.671680 terminal=1 mode=0 New monitor.load element=load.671 terminal=1 mode=0 !solve mode=direct set maxiterations=100 set mode=daily stepsize=1h number=24 Set Voltagebases=[115, 4.16, .48] CalcVoltageBases Solve Plot profile Buscoords IEEE13Node_BusXY.dss !--------------------------------------------------------------------------------------------------------------------------------------------------- !----------------Show some Results ----------------------------------------------------------------------------------------------------------------- !--------------------------------------------------------------------------------------------------------------------------------------------------- ! Show Voltages LN Nodes // Show Currents Elem // Show Powers kVA Elem // Show Losses // Show Taps !plot circuit Power max=2000 n n C1=$00FF0000 !plot Loadshape Object=LOAD1 !Export monitors line !Plot monitor object= line channels=(1 3 5 )

Project 1/13Bus/IEEE13Nodeckt_EXP_LOADS.CSV

Load, Connected KVA, Allocation Factor, Phases, kW, kvar, PF, Model 671, 0.0, 0.500, 3, 1500.0, 600.0, 0.928, 1 634A, 0.0, 0.500, 1, 500.0, 90.0, 0.984, 1 634B, 0.0, 0.500, 1, 190.0, 90.0, 0.904, 1 634C, 0.0, 0.500, 1, 180.0, 90.0, 0.894, 1 645, 0.0, 0.500, 1, 370.0, 125.0, 0.947, 1 646, 0.0, 0.500, 1, 230.0, 132.0, 0.867, 2 692, 0.0, 0.500, 1, 170.0, 151.0, 0.748, 5 675A, 0.0, 0.500, 1, 485.0, 190.0, 0.931, 1 675B, 0.0, 0.500, 1, 68.0, 60.0, 0.750, 1 675C, 0.0, 0.500, 1, 290.0, 212.0, 0.807, 1 611, 0.0, 0.500, 1, 170.0, 80.0, 0.905, 5 652, 0.0, 0.500, 1, 128.0, 86.0, 0.830, 2 670A, 0.0, 0.500, 1, 170.0, 10.0, 0.998, 1 670B, 0.0, 0.500, 1, 150.0, 38.0, 0.969, 1 670C, 0.0, 0.500, 1, 117.0, 68.0, 0.865, 1

Project 1/13Bus/IEEE13Nodeckt_LineConstants.txt

LINE CONSTANTS Frequency = 60 Hz, Earth resistivity = 100 ohm-m Earth Model = Deri -------------------------------------------------- Geometry Code = 606 R MATRIX, ohms per none 0.000491966, 0.000197897, 0.000485708, 0.000176133, 0.000197897, 0.000491966, jX MATRIX, ohms per none 0.000272387, 1.72024E-005, 0.000246503, -1.14462E-005, 1.72024E-005, 0.000272387, Susceptance (jB) MATRIX, S per none 8.99429E-008, 0, 8.99429E-008, 0, 0, 8.99429E-008, L MATRIX, mH per none 0.000722528, 4.56307E-005, 0.00065387, -3.0362E-005, 4.56307E-005, 0.000722528, C MATRIX, nF per none 0.238581, 0, 0.238581, 0, 0, 0.238581, ------------------------------------------------------------------- -------------------Equiv Symmetrical Component -------------------- ------------------------------------------------------------------- Z1, ohms per none = 0.000299237 + j 0.000256106 (L1 = 0.000679342 mH) Z0, ohms per none = 0.000871165 + j 0.000279064 (L0 = 0.000740242 mH) C1, nF per none = 0.238581 C0, nF per none = 0.238581 Surge Impedance: Positive sequence = 53.3613 ohms Zero sequence = 55.7018 ohms Common Mode = 18.5689 ohms Propagation Velocity (Percent of speed of light): Positive sequence = 26.201 Zero sequence = 25.1001

Project 1/13Bus/IEEE13Nodeckt_Loops.Txt

Loops and Paralleled Lines in all EnergyMeter Zones

Project 1/13Bus/IEEE13Nodeckt_Mon_line_1.csv

hour, t(sec), V1, VAngle1, V2, VAngle2, V3, VAngle3, I1, IAngle1, I2, IAngle2, I3, IAngle3 1, 0.00000, 2398.62, -5.1608, 2574.71, -122.502, 2420.89, 117.315, 0.000585987, 85.8646, 0.000614091, -32.6538, 0.000594692, -153.519 2, 0.00000, 2397.71, -5.18463, 2574.44, -122.519, 2420.07, 117.302, 0.000585788, 85.8446, 0.000613983, -32.6708, 0.000594512, -153.536 3, 0.00000, 2397.04, -5.2024, 2574.26, -122.532, 2419.46, 117.293, 0.000585641, 85.8299, 0.000613907, -32.683, 0.000594379, -153.548 4, 0.00000, 2395.72, -5.237, 2573.89, -122.556, 2418.28, 117.276, 0.000585352, 85.8011, 0.000613754, -32.7073, 0.000594118, -153.571 5, 0.00000, 2395.64, -5.23938, 2573.88, -122.557, 2418.19, 117.275, 0.000585335, 85.7993, 0.000613748, -32.7085, 0.000594101, -153.573 6, 0.00000, 2394.09, -5.27978, 2573.43, -122.586, 2416.81, 117.254, 0.000584996, 85.7655, 0.000613567, -32.7371, 0.000593796, -153.6 7, 0.00000, 2389.97, -5.38856, 2572.32, -122.662, 2413.08, 117.199, 0.000584092, 85.6754, 0.000613098, -32.8121, 0.000592981, -153.674 8, 0.00000, 2384.16, -5.54071, 2570.74, -122.769, 2407.88, 117.122, 0.000582822, 85.5492, 0.000612437, -32.9175, 0.00059184, -153.777 9, 0.00000, 2388.47, -5.42818, 2571.93, -122.689, 2411.72, 117.179, 0.000583764, 85.6427, 0.000612931, -32.839, 0.000592684, -153.701 10, 0.00000, 2390.81, -5.36673, 2572.56, -122.647, 2413.83, 117.21, 0.000584276, 85.6936, 0.000613196, -32.7966, 0.000593145, -153.659 11, 0.00000, 2382.97, -5.57157, 2570.41, -122.791, 2406.83, 117.107, 0.000582563, 85.5236, 0.000612302, -32.9389, 0.000591608, -153.798 12, 0.00000, 2393.24, -5.30317, 2573.25, -122.601, 2416, 117.242, 0.000584807, 85.7465, 0.000613476, -32.7521, 0.000593623, -153.616 13, 0.00000, 2394.48, -5.27033, 2573.59, -122.578, 2417.13, 117.259, 0.00058508, 85.7738, 0.000613619, -32.7294, 0.00059387, -153.594 14, 0.00000, 2397.61, -5.18763, 2574.43, -122.521, 2419.97, 117.301, 0.000585765, 85.8423, 0.000613975, -32.6723, 0.00059449, -153.538 15, 0.00000, 2398.96, -5.15221, 2574.82, -122.495, 2421.18, 117.319, 0.000586061, 85.8719, 0.000614133, -32.6473, 0.000594758, -153.513 16, 0.00000, 2398.71, -5.15829, 2574.73, -122.5, 2420.98, 117.316, 0.000586007, 85.8666, 0.0006141, -32.6522, 0.00059471, -153.518 17, 0.00000, 2397.5, -5.19012, 2574.38, -122.523, 2419.89, 117.3, 0.000585742, 85.84, 0.000613959, -32.6747, 0.00059447, -153.54 18, 0.00000, 2385.67, -5.50133, 2571.16, -122.741, 2409.23, 117.142, 0.000583152, 85.5819, 0.00061261, -32.89, 0.000592136, -153.75 19, 0.00000, 2392.26, -5.32889, 2572.97, -122.62, 2415.12, 117.229, 0.000584592, 85.7251, 0.000613363, -32.7701, 0.00059343, -153.633 20, 0.00000, 2394.17, -5.27837, 2573.48, -122.584, 2416.85, 117.255, 0.000585011, 85.7669, 0.00061358, -32.7354, 0.000593809, -153.599 21, 0.00000, 2395.22, -5.25094, 2573.79, -122.565, 2417.79, 117.269, 0.000585241, 85.7898, 0.000613702, -32.716, 0.000594016, -153.58 22, 0.00000, 2395.77, -5.23618, 2573.93, -122.555, 2418.3, 117.276, 0.000585362, 85.802, 0.000613765, -32.706, 0.000594126, -153.57 23, 0.00000, 2396.73, -5.21096, 2574.2, -122.537, 2419.17, 117.289, 0.000585573, 85.823, 0.000613876, -32.6883, 0.000594316, -153.553 24, 0.00000, 2397.41, -5.19296, 2574.38, -122.524, 2419.78, 117.299, 0.000585722, 85.8379, 0.000613953, -32.6759, 0.000594451, -153.541

Project 1/13Bus/IEEE13Nodeckt_Mon_load_1.csv

hour, t(sec), V1, VAngle1, V2, VAngle2, V3, VAngle3, I1, IAngle1, I2, IAngle2, I3, IAngle3 1, 0.00000, 2376.23, -5.30375, 2529.73, -122.366, 2351.27, 116.073, 183.302, -33.5952, 183.316, -153.559, 183.409, 86.4192 2, 0.00000, 2376.23, -5.3039, 2529.73, -122.365, 2351.25, 116.073, 183.304, -33.5957, 183.317, -153.56, 183.411, 86.4187 3, 0.00000, 2376.23, -5.3039, 2529.73, -122.365, 2351.25, 116.073, 183.304, -33.5957, 183.317, -153.56, 183.411, 86.4187 4, 0.00000, 2376.23, -5.3039, 2529.73, -122.365, 2351.25, 116.073, 183.304, -33.5957, 183.317, -153.56, 183.411, 86.4187 5, 0.00000, 2376.23, -5.3039, 2529.73, -122.365, 2351.25, 116.073, 183.304, -33.5957, 183.317, -153.56, 183.411, 86.4187 6, 0.00000, 2376.23, -5.3039, 2529.73, -122.365, 2351.25, 116.073, 183.304, -33.5957, 183.317, -153.56, 183.411, 86.4187 7, 0.00000, 2376.23, -5.3039, 2529.73, -122.365, 2351.25, 116.073, 183.304, -33.5957, 183.317, -153.56, 183.411, 86.4187 8, 0.00000, 2376.23, -5.3039, 2529.73, -122.365, 2351.25, 116.073, 183.304, -33.5957, 183.317, -153.56, 183.411, 86.4187 9, 0.00000, 2376.23, -5.3039, 2529.73, -122.365, 2351.25, 116.073, 183.304, -33.5957, 183.317, -153.56, 183.411, 86.4187 10, 0.00000, 2376.23, -5.3039, 2529.73, -122.365, 2351.25, 116.073, 183.304, -33.5957, 183.317, -153.56, 183.411, 86.4187 11, 0.00000, 2376.23, -5.3039, 2529.73, -122.365, 2351.25, 116.073, 183.304, -33.5957, 183.317, -153.56, 183.411, 86.4187 12, 0.00000, 2376.23, -5.3039, 2529.73, -122.365, 2351.25, 116.073, 183.304, -33.5957, 183.317, -153.56, 183.411, 86.4187 13, 0.00000, 2376.23, -5.3039, 2529.73, -122.365, 2351.25, 116.073, 183.304, -33.5957, 183.317, -153.56, 183.411, 86.4187 14, 0.00000, 2376.23, -5.3039, 2529.73, -122.365, 2351.25, 116.073, 183.304, -33.5957, 183.317, -153.56, 183.411, 86.4187 15, 0.00000, 2376.23, -5.3039, 2529.73, -122.365, 2351.25, 116.073, 183.304, -33.5957, 183.317, -153.56, 183.411, 86.4187 16, 0.00000, 2376.23, -5.3039, 2529.73, -122.365, 2351.25, 116.073, 183.304, -33.5957, 183.317, -153.56, 183.411, 86.4187 17, 0.00000, 2376.23, -5.3039, 2529.73, -122.365, 2351.25, 116.073, 183.304, -33.5957, 183.317, -153.56, 183.411, 86.4187 18, 0.00000, 2376.23, -5.3039, 2529.73, -122.365, 2351.25, 116.073, 183.304, -33.5957, 183.317, -153.56, 183.411, 86.4187 19, 0.00000, 2376.23, -5.3039, 2529.73, -122.365, 2351.25, 116.073, 183.304, -33.5957, 183.317, -153.56, 183.411, 86.4187 20, 0.00000, 2376.23, -5.3039, 2529.73, -122.365, 2351.25, 116.073, 183.304, -33.5957, 183.317, -153.56, 183.411, 86.4187 21, 0.00000, 2376.23, -5.3039, 2529.73, -122.365, 2351.25, 116.073, 183.304, -33.5957, 183.317, -153.56, 183.411, 86.4187 22, 0.00000, 2376.23, -5.3039, 2529.73, -122.365, 2351.25, 116.073, 183.304, -33.5957, 183.317, -153.56, 183.411, 86.4187 23, 0.00000, 2376.23, -5.3039, 2529.73, -122.365, 2351.25, 116.073, 183.304, -33.5957, 183.317, -153.56, 183.411, 86.4187 24, 0.00000, 2376.23, -5.3039, 2529.73, -122.365, 2351.25, 116.073, 183.304, -33.5957, 183.317, -153.56, 183.411, 86.4187

Project 1/13Bus/IEEE13Nodeckt_MONITOR-LINE-ch1-ch3-ch5-ch7-ch9-ch11.dbl

Project 1/13Bus/IEEE13Nodeckt_MONITOR-LINE-ch1-ch3-ch5-ch7-ch9-ch11.DSV

SetProp, 1E050, -1E050, 1E050, -1E050, 16777215, 16777215, 0, 4 Curve, 24, 0, 2, 0, 0, 1, " t(sec)", 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 2398.6201, 2397.7085, 2397.0383, 2395.72, 2395.6428, 2394.0942, 2389.9668, 2384.1553, 2388.4717, 2390.8093, 2382.9707, 2393.241, 2394.4834, 2397.6108, 2398.9607, 2398.7131, 2397.4976, 2385.6685, 2392.2566, 2394.1682, 2395.217, 2395.7715, 2396.7322, 2397.4109 Curve, 24, 255, 2, 0, 0, 1, " VAngle1", 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 2574.7095, 2574.4412, 2574.26, 2573.8857, 2573.8848, 2573.4343, 2572.322, 2570.7388, 2571.9314, 2572.5647, 2570.4138, 2573.2451, 2573.5874, 2574.4338, 2574.8232, 2574.7292, 2574.3779, 2571.1587, 2572.9685, 2573.4839, 2573.7859, 2573.9304, 2574.2017, 2574.3843 Curve, 24, 16711680, 2, 0, 0, 1, " VAngle2", 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 2420.8909, 2420.0735, 2419.4634, 2418.2773, 2418.1931, 2416.8101, 2413.0842, 2407.8813, 2411.7209, 2413.8257, 2406.8286, 2415.9966, 2417.1287, 2419.9656, 2421.1816, 2420.9761, 2419.8857, 2409.2253, 2415.1184, 2416.854, 2417.7944, 2418.3013, 2419.166, 2419.7839 Curve, 24, 16711935, 2, 0, 0, 1, " VAngle3", 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 0.00058598706, 0.00058578758, 0.00058564066, 0.00058535219, 0.00058533467, 0.00058499613, 0.0005840924, 0.00058282155, 0.00058376434, 0.0005842761, 0.00058256282, 0.00058480742, 0.00058508007, 0.0005857654, 0.00058606087, 0.00058600737, 0.00058574154, 0.000583152, 0.00058459234, 0.00058501138, 0.00058524084, 0.00058536249, 0.00058557274, 0.00058572157 Curve, 24, 32768, 2, 0, 0, 1, " IAngle1", 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 0.00061409076, 0.00061398349, 0.00061390712, 0.00061375427, 0.00061374845, 0.0006135673, 0.0006130985, 0.00061243708, 0.00061293057, 0.0006131964, 0.0006123021, 0.00061347627, 0.00061361882, 0.00061397516, 0.00061413273, 0.00061410049, 0.00061395852, 0.00061261025, 0.00061336276, 0.00061358011, 0.0006137024, 0.00061376469, 0.00061387586, 0.0006139531 Curve, 24, 65408, 2, 0, 0, 1, " IAngle2", 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 0.00059469219, 0.0005945118, 0.00059437862, 0.00059411791, 0.00059410144, 0.0005937962, 0.00059298129, 0.0005918399, 0.00059268449, 0.00059314538, 0.00059160846, 0.00059362291, 0.00059387047, 0.00059449038, 0.00059475796, 0.00059471047, 0.00059447024, 0.00059213582, 0.00059342961, 0.00059380877, 0.00059401593, 0.00059412612, 0.00059431611, 0.00059445098 Xlabel, "Time, H" Ylabel, "Mag" ChartCaption, "line: V1, V2, V3, I1, I2, I3" PctRim, 2

Project 1/13Bus/IEEE13Nodeckt_Profile9999.dbl

Project 1/13Bus/IEEE13Nodeckt_Profile9999.DSV

SetProp, 1E050, -1E050, 1E050, -1E050, 16777215, 16777215, 0, 4 Caption, "L-N Voltage Profile" ChartCaption, "L-N Voltage Profile" Xlabel, "Distance (km)" Ylabel, "p.u. Voltage" ClickOn SetProp, 1E050, -1E050, 1E050, -1E050, 16777215, 16777215, 0, 7 TxtAlign, 1 KeyClass, 1 Line, "Line.650632", "rg60.1.2.3", "632.1.2.3", 0, 6, 0, 15, 2.4017771, 0, 0, 1.0623677, 0.6096, 1.0225076, 0, 2, 0, 0, 0, 0, 16, 1 Line, "Line.650632", "rg60.1.2.3", "632.1.2.3", 192, 6, 0, 15, 2.4017771, 0, 0, 1.0499356, 0.6096, 1.05236, 255, 2, 0, 0, 0, 0, 16, 1 Line, "Line.650632", "rg60.1.2.3", "632.1.2.3", 384, 6, 0, 15, 2.4017771, 0, 0, 1.0686445, 0.6096, 1.0353741, 16711680, 2, 0, 0, 0, 0, 16, 1 Line, "Line.632633", "632.1.2.3", "633.1.2.3", 576, 6, 0, 3, 2.4017771, 0.6096, 0.6096, 1.0225076, 0.762, 1.0200985, 0, 2, 0, 0, 0, 0, 16, 1 Line, "Line.632633", "632.1.2.3", "633.1.2.3", 768, 6, 0, 3, 2.4017771, 0.6096, 0.6096, 1.05236, 0.762, 1.0521921, 255, 2, 0, 0, 0, 0, 16, 1 Line, "Line.632633", "632.1.2.3", "633.1.2.3", 960, 6, 0, 3, 2.4017771, 0.6096, 0.6096, 1.0353741, 0.762, 1.0336719, 16711680, 2, 0, 0, 0, 0, 16, 1 Line, "Line.632670", "632.1.2.3", "670.1.2.3", 1152, 6, 3, 10, 2.4017771, 0.6096, 0.6096, 1.0225076, 0.8129016, 1.0134252, 0, 2, 0, 0, 0, 0, 16, 1 Line, "Line.632670", "632.1.2.3", "670.1.2.3", 1344, 6, 3, 10, 2.4017771, 0.6096, 0.6096, 1.05236, 0.8129016, 1.0587479, 255, 2, 0, 0, 0, 0, 16, 1 Line, "Line.632670", "632.1.2.3", "670.1.2.3", 1536, 6, 3, 10, 2.4017771, 0.6096, 0.6096, 1.0353741, 0.8129016, 1.0247176, 16711680, 2, 0, 0, 0, 0, 16, 1 Line, "Line.670671", "670.1.2.3", "671.1.2.3", 1728, 6, 1, 7, 2.4017771, 0.8129016, 0.8129016, 1.0134252, 1.2192, 0.99818204, 0, 2, 0, 0, 0, 0, 16, 1 Line, "Line.670671", "670.1.2.3", "671.1.2.3", 1920, 6, 1, 7, 2.4017771, 0.8129016, 0.8129016, 1.0587479, 1.2192, 1.0718664, 255, 2, 0, 0, 0, 0, 16, 1 Line, "Line.670671", "670.1.2.3", "671.1.2.3", 2112, 6, 1, 7, 2.4017771, 0.8129016, 0.8129016, 1.0247176, 1.2192, 1.0074973, 16711680, 2, 0, 0, 0, 0, 16, 1 Line, "Line.671692", "671", "692", 2304, 6, 1, 4, 2.4017771, 1.2192, 1.2192, 0.99818204, 1.2202, 0.99818204, 0, 2, 0, 0, 0, 0, 16, 1 Line, "Line.671692", "671", "692", 2496, 6, 1, 4, 2.4017771, 1.2192, 1.2192, 1.0718664, 1.2202, 1.0718664, 255, 2, 0, 0, 0, 0, 16, 1 Line, "Line.671692", "671", "692", 2688, 6, 1, 4, 2.4017771, 1.2192, 1.2192, 1.0074973, 1.2202, 1.0074973, 16711680, 2, 0, 0, 0, 0, 16, 1 Line, "Line.692675", "692.1.2.3", "675.1.2.3", 2880, 6, 3, 3, 2.4017771, 1.2202, 1.2202, 0.99818204, 1.3726, 0.99180894, 0, 2, 0, 0, 0, 0, 16, 1 Line, "Line.692675", "692.1.2.3", "675.1.2.3", 3072, 6, 3, 3, 2.4017771, 1.2202, 1.2202, 1.0718664, 1.3726, 1.074144, 255, 2, 0, 0, 0, 0, 16, 1 Line, "Line.692675", "692.1.2.3", "675.1.2.3", 3264, 6, 3, 3, 2.4017771, 1.2202, 1.2202, 1.0074973, 1.3726, 1.0058284, 16711680, 2, 0, 0, 0, 0, 16, 1 Line, "Line.671680", "671.1.2.3", "680.1.2.3", 3456, 6, 0, 0, 2.4017771, 1.2192, 1.2192, 0.99818204, 1.524, 0.99818206, 0, 2, 0, 0, 0, 0, 16, 1 Line, "Line.671680", "671.1.2.3", "680.1.2.3", 3648, 6, 0, 0, 2.4017771, 1.2192, 1.2192, 1.0718664, 1.524, 1.0718665, 255, 2, 0, 0, 0, 0, 16, 1 Line, "Line.671680", "671.1.2.3", "680.1.2.3", 3840, 6, 0, 0, 2.4017771, 1.2192, 1.2192, 1.0074973, 1.524, 1.0074974, 16711680, 2, 0, 0, 0, 0, 16, 1 KeepAspect, 0 PctRim, 2 Range, 0, 1.524, 0.9, 1.1 Width, 3 DataColor, 255 Move, 0, 1.05 Draw, 1.524, 1.05 Move, 0, 0.95 Draw, 1.524, 0.95 SetProp, 0, 1.524, 0.9, 1.1, 16777215, 16777215, 0, 7 PctRim, 2

Project 1/13Bus/IEEE13Nodeckt_Snapshot.dss

Clear ! ! This script is based on a script developed by Tennessee Tech Univ students ! Tyler Patton, Jon Wood, and David Woods, April 2009 ! new circuit.IEEE13Nodeckt ~ basekv=115 pu=1.0001 phases=3 bus1=SourceBus ~ Angle=30 ! advance angle 30 deg so result agree with published angle ~ MVAsc3=20000 MVASC1=21000 ! stiffen the source to approximate inf source !SUB TRANSFORMER DEFINITION ! Although this data was given, it does not appear to be used in the test case results ! The published test case starts at 1.0 per unit at Bus 650. To make this happen, we will change the impedance ! on the transformer to something tiny by dividing by 1000 using the DSS in-line RPN math New Transformer.Sub Phases=3 Windings=2 XHL=(8 1000 /) ~ wdg=1 bus=SourceBus conn=delta kv=115 kva=5000 %r=(.5 1000 /) XHT=4 ~ wdg=2 bus=650 conn=wye kv=4.16 kva=5000 %r=(.5 1000 /) XLT=4 ! FEEDER 1-PHASE VOLTAGE REGULATORS ! Define low-impedance 2-wdg transformer New Transformer.Reg1 phases=1 XHL=0.01 kVAs=[1666 1666] ~ Buses=[650.1 RG60.1] kVs=[2.4 2.4] %LoadLoss=0.01 new regcontrol.Reg1 transformer=Reg1 winding=2 vreg=122 band=2 ptratio=20 ctprim=700 R=3 X=9 New Transformer.Reg2 phases=1 XHL=0.01 kVAs=[1666 1666] ~ Buses=[650.2 RG60.2] kVs=[2.4 2.4] %LoadLoss=0.01 new regcontrol.Reg2 transformer=Reg2 winding=2 vreg=122 band=2 ptratio=20 ctprim=700 R=3 X=9 New Transformer.Reg3 phases=1 XHL=0.01 kVAs=[1666 1666] ~ Buses=[650.3 RG60.3] kVs=[2.4 2.4] %LoadLoss=0.01 new regcontrol.Reg3 transformer=Reg3 winding=2 vreg=122 band=2 ptratio=20 ctprim=700 R=3 X=9 !TRANSFORMER DEFINITION New Transformer.XFM1 Phases=3 Windings=2 XHL=2 ~ wdg=1 bus=633 conn=Wye kv=4.16 kva=500 %r=.55 XHT=1 ~ wdg=2 bus=634 conn=Wye kv=0.480 kva=500 %r=.55 XLT=1 !LINE CODES redirect IEEELineCodes.dss // these are local matrix line codes // corrected 9-14-2011 New linecode.mtx601 nphases=3 BaseFreq=60 ~ rmatrix = (0.3465 | 0.1560 0.3375 | 0.1580 0.1535 0.3414 ) ~ xmatrix = (1.0179 | 0.5017 1.0478 | 0.4236 0.3849 1.0348 ) ~ units=mi New linecode.mtx602 nphases=3 BaseFreq=60 ~ rmatrix = (0.7526 | 0.1580 0.7475 | 0.1560 0.1535 0.7436 ) ~ xmatrix = (1.1814 | 0.4236 1.1983 | 0.5017 0.3849 1.2112 ) ~ units=mi New linecode.mtx603 nphases=2 BaseFreq=60 ~ rmatrix = (1.3238 | 0.2066 1.3294 ) ~ xmatrix = (1.3569 | 0.4591 1.3471 ) ~ units=mi New linecode.mtx604 nphases=2 BaseFreq=60 ~ rmatrix = (1.3238 | 0.2066 1.3294 ) ~ xmatrix = (1.3569 | 0.4591 1.3471 ) ~ units=mi New linecode.mtx605 nphases=1 BaseFreq=60 ~ rmatrix = (1.3292 ) ~ xmatrix = (1.3475 ) ~ units=mi New linecode.mtx606 nphases=3 BaseFreq=60 ~ rmatrix = (0.7982 | 0.3192 0.7891 | 0.2849 0.3192 0.7982 ) ~ xmatrix = (0.4463 | 0.0328 0.4041 | -0.0143 0.0328 0.4463 ) ~ Cmatrix = [257 | 0 257 | 0 0 257] ! <--- This is too low by 1.5 ~ units=mi New CNDATA.250_1/3 k=13 DiaStrand=0.064 Rstrand=2.816666667 epsR=2.3 ~ InsLayer=0.220 DiaIns=1.06 DiaCable=1.16 Rac=0.076705 GMRac=0.20568 diam=0.573 ~ Runits=kft Radunits=in GMRunits=in New LineGeometry.606 nconds=3 nphases=3 units=ft ~ cond=1 cncable=250_1/3 x=-0.5 h= -4 ~ cond=2 cncable=250_1/3 x=0 h= -4 ~ cond=3 cncable=250_1/3 x=0.5 h= -4 New linecode.mtx607 nphases=1 BaseFreq=60 ~ rmatrix = (1.3425 ) ~ xmatrix = (0.5124 ) ~ cmatrix = [236] ~ units=mi !LOAD DEFINITIONS New Load.671 Bus1=671.1.2.3 Phases=3 Conn=Delta Model=1 kV=4.16 kW=1155 kvar=660 New Load.634a Bus1=634.1 Phases=1 Conn=Wye Model=1 kV=0.277 kW=160 kvar=110 New Load.634b Bus1=634.2 Phases=1 Conn=Wye Model=1 kV=0.277 kW=120 kvar=90 New Load.634c Bus1=634.3 Phases=1 Conn=Wye Model=1 kV=0.277 kW=120 kvar=90 New Load.645 Bus1=645.2 Phases=1 Conn=Wye Model=1 kV=2.4 kW=170 kvar=125 New Load.646 Bus1=646.2.3 Phases=1 Conn=Delta Model=2 kV=4.16 kW=230 kvar=132 New Load.692 Bus1=692.3.1 Phases=1 Conn=Delta Model=5 kV=4.16 kW=170 kvar=151 New Load.675a Bus1=675.1 Phases=1 Conn=Wye Model=1 kV=2.4 kW=485 kvar=190 New Load.675b Bus1=675.2 Phases=1 Conn=Wye Model=1 kV=2.4 kW=68 kvar=60 New Load.675c Bus1=675.3 Phases=1 Conn=Wye Model=1 kV=2.4 kW=290 kvar=212 New Load.611 Bus1=611.3 Phases=1 Conn=Wye Model=5 kV=2.4 kW=170 kvar=80 New Load.652 Bus1=652.1 Phases=1 Conn=Wye Model=2 kV=2.4 kW=128 kvar=86 New Load.670a Bus1=670.1 Phases=1 Conn=Wye Model=1 kV=2.4 kW=17 kvar=10 New Load.670b Bus1=670.2 Phases=1 Conn=Wye Model=1 kV=2.4 kW=66 kvar=38 New Load.670c Bus1=670.3 Phases=1 Conn=Wye Model=1 kV=2.4 kW=117 kvar=68 !CAPACITOR DEFINITIONS New Capacitor.Cap1 Bus1=675 phases=3 kVAR=600 kV=4.16 New Capacitor.Cap2 Bus1=611.3 phases=1 kVAR=100 kV=2.4 !Bus 670 is the concentrated point load of the distributed load on line 632 to 671 located at 1/3 the distance from node 632 !LINE DEFINITIONS New Line.650632 Phases=3 Bus1=RG60.1.2.3 Bus2=632.1.2.3 LineCode=mtx601 Length=2000 units=ft New Line.632670 Phases=3 Bus1=632.1.2.3 Bus2=670.1.2.3 LineCode=mtx601 Length=667 units=ft New Line.670671 Phases=3 Bus1=670.1.2.3 Bus2=671.1.2.3 LineCode=mtx601 Length=1333 units=ft New Line.671680 Phases=3 Bus1=671.1.2.3 Bus2=680.1.2.3 LineCode=mtx601 Length=1000 units=ft New Line.632633 Phases=3 Bus1=632.1.2.3 Bus2=633.1.2.3 LineCode=mtx602 Length=500 units=ft New Line.632645 Phases=2 Bus1=632.3.2 Bus2=645.3.2 LineCode=mtx603 Length=500 units=ft New Line.645646 Phases=2 Bus1=645.3.2 Bus2=646.3.2 LineCode=mtx603 Length=300 units=ft New Line.692675 Phases=3 Bus1=692.1.2.3 Bus2=675.1.2.3 LineCode=mtx606 Length=500 units=ft New Line.671684 Phases=2 Bus1=671.1.3 Bus2=684.1.3 LineCode=mtx604 Length=300 units=ft New Line.684611 Phases=1 Bus1=684.3 Bus2=611.3 LineCode=mtx605 Length=300 units=ft New Line.684652 Phases=1 Bus1=684.1 Bus2=652.1 LineCode=mtx607 Length=800 units=ft !SWITCH DEFINITIONS New Line.671692 Phases=3 Bus1=671 Bus2=692 Switch=y r1=1e-4 r0=1e-4 x1=0.000 x0=0.000 c1=0.000 c0=0.000 Transformer.Reg1.Taps=[1.0 1.0625] Transformer.Reg2.Taps=[1.0 1.0500] Transformer.Reg3.Taps=[1.0 1.06875] Set Controlmode=OFF set marktransformers=yes set TransMarkerSize=3 !New energymeter.meter element=Transformer.Sub terminal=1 New energymeter.meter element=Line.650632 terminal=1 !New monitor.line element=Line.671680 terminal=1 mode=0 !New monitor.load element=load.671 terminal=1 mode=0 set maxiterations=100 Set Voltagebases=[115, 4.16, .48] CalcVoltageBases Solve Plot profile Buscoords IEEE13Node_BusXY.dss !--------------------------------------------------------------------------------------------------------------------------------------------------- !----------------Show some Results ----------------------------------------------------------------------------------------------------------------- !--------------------------------------------------------------------------------------------------------------------------------------------------- ! Show Voltages LN Nodes // Show Currents Elem // Show Powers kVA Elem // Show Losses // Show Taps !plot circuit Power max=2000 n n C1=$00FF0000 !plot Loadshape Object=LOAD1 !Export monitors line !Plot monitor object= line channels=(1 3 5 )

Project 1/13Bus/IEEE13Nodeckt_VLN.Txt

SYMMETRICAL COMPONENT VOLTAGES BY BUS (for 3-phase buses) Bus Mag: V1 (kV) p.u. V2 (kV) %V2/V1 V0 (kV) %V0/V1 sourcebus 66.4 1 0.0007236 0.00109 4.32E-009 6.506E-009 650 2.402 1 3.457E-005 0.001439 1.576E-005 0.000656 rg60 2.547 1.06 0.01321 0.5185 0.0132 0.5184 633 2.487 1.035 0.008483 0.3412 0.03819 1.536 634 0.284 1.025 0.002111 0.7432 0.005793 2.04 671 2.463 1.026 0.03727 1.513 0.08669 3.519 645 2.496 1.039 0 0 0 0 646 2.491 1.037 0 0 0 0 692 2.463 1.026 0.03727 1.513 0.08669 3.519 675 2.459 1.024 0.04057 1.65 0.09401 3.824 611 2.41 1.004 0 0 0 0 652 2.379 0.9906 0 0 0 0 670 2.479 1.032 0.01741 0.7023 0.05218 2.105 632 2.49 1.037 0.007884 0.3166 0.03484 1.399 680 2.463 1.026 0.03727 1.513 0.08669 3.519 684 2.393 0.9962 0 0 0 0

Project 1/13Bus/IEEELineCodes.DSS

! this file was corrected 9/16/2010 to match the values in Kersting's files ! These line codes are used in the 123-bus circuit New linecode.1 nphases=3 BaseFreq=60 !!!~ rmatrix = (0.088205 | 0.0312137 0.0901946 | 0.0306264 0.0316143 0.0889665 ) !!!~ xmatrix = (0.20744 | 0.0935314 0.200783 | 0.0760312 0.0855879 0.204877 ) !!!~ cmatrix = (2.90301 | -0.679335 3.15896 | -0.22313 -0.481416 2.8965 ) ~ rmatrix = [0.086666667 | 0.029545455 0.088371212 | 0.02907197 0.029924242 0.087405303] ~ xmatrix = [0.204166667 | 0.095018939 0.198522727 | 0.072897727 0.080227273 0.201723485] ~ cmatrix = [2.851710072 | -0.920293787 3.004631862 | -0.350755566 -0.585011253 2.71134756] New linecode.2 nphases=3 BaseFreq=60 !!!~ rmatrix = (0.0901946 | 0.0316143 0.0889665 | 0.0312137 0.0306264 0.088205 ) !!!~ xmatrix = (0.200783 | 0.0855879 0.204877 | 0.0935314 0.0760312 0.20744 ) !!!~ cmatrix = (3.15896 | -0.481416 2.8965 | -0.679335 -0.22313 2.90301 ) ~ rmatrix = [0.088371212 | 0.02992424 0.087405303 | 0.029545455 0.02907197 0.086666667] ~ xmatrix = [0.198522727 | 0.080227273 0.201723485 | 0.095018939 0.072897727 0.204166667] ~ cmatrix = [3.004631862 | -0.585011253 2.71134756 | -0.920293787 -0.350755566 2.851710072] New linecode.3 nphases=3 BaseFreq=60 !!!~ rmatrix = (0.0889665 | 0.0306264 0.088205 | 0.0316143 0.0312137 0.0901946 ) !!!~ xmatrix = (0.204877 | 0.0760312 0.20744 | 0.0855879 0.0935314 0.200783 ) !!!~ cmatrix = (2.8965 | -0.22313 2.90301 | -0.481416 -0.679335 3.15896 ) ~ rmatrix = [0.087405303 | 0.02907197 0.086666667 | 0.029924242 0.029545455 0.088371212] ~ xmatrix = [0.201723485 | 0.072897727 0.204166667 | 0.080227273 0.095018939 0.198522727] ~ cmatrix = [2.71134756 | -0.350755566 2.851710072 | -0.585011253 -0.920293787 3.004631862] New linecode.4 nphases=3 BaseFreq=60 !!!~ rmatrix = (0.0889665 | 0.0316143 0.0901946 | 0.0306264 0.0312137 0.088205 ) !!!~ xmatrix = (0.204877 | 0.0855879 0.200783 | 0.0760312 0.0935314 0.20744 ) !!!~ cmatrix = (2.8965 | -0.481416 3.15896 | -0.22313 -0.679335 2.90301 ) ~ rmatrix = [0.087405303 | 0.029924242 0.088371212 | 0.02907197 0.029545455 0.086666667] ~ xmatrix = [0.201723485 | 0.080227273 0.198522727 | 0.072897727 0.095018939 0.204166667] ~ cmatrix = [2.71134756 | 0.585011253 3.004631862 | -0.350755566 -0.920293787 2.851710072] New linecode.5 nphases=3 BaseFreq=60 !!!~ rmatrix = (0.0901946 | 0.0312137 0.088205 | 0.0316143 0.0306264 0.0889665 ) !!!~ xmatrix = (0.200783 | 0.0935314 0.20744 | 0.0855879 0.0760312 0.204877 ) !!!~ cmatrix = (3.15896 | -0.679335 2.90301 | -0.481416 -0.22313 2.8965 ) ~ rmatrix = [0.088371212 | 0.029545455 0.086666667 | 0.029924242 0.02907197 0.087405303] ~ xmatrix = [0.198522727 | 0.095018939 0.204166667 | 0.080227273 0.072897727 0.201723485] ~ cmatrix = [3.004631862 | -0.920293787 2.851710072 | -0.585011253 -0.350755566 2.71134756] New linecode.6 nphases=3 BaseFreq=60 !!!~ rmatrix = (0.088205 | 0.0306264 0.0889665 | 0.0312137 0.0316143 0.0901946 ) !!!~ xmatrix = (0.20744 | 0.0760312 0.204877 | 0.0935314 0.0855879 0.200783 ) !!!~ cmatrix = (2.90301 | -0.22313 2.8965 | -0.679335 -0.481416 3.15896 ) ~ rmatrix = [0.086666667 | 0.02907197 0.087405303 | 0.029545455 0.029924242 0.088371212] ~ xmatrix = [0.204166667 | 0.072897727 0.201723485 | 0.095018939 0.080227273 0.198522727] ~ cmatrix = [2.851710072 | -0.350755566 2.71134756 | -0.920293787 -0.585011253 3.004631862] New linecode.7 nphases=2 BaseFreq=60 !!!~ rmatrix = (0.088205 | 0.0306264 0.0889665 ) !!!~ xmatrix = (0.20744 | 0.0760312 0.204877 ) !!!~ cmatrix = (2.75692 | -0.326659 2.82313 ) ~ rmatrix = [0.086666667 | 0.02907197 0.087405303] ~ xmatrix = [0.204166667 | 0.072897727 0.201723485] ~ cmatrix = [2.569829596 | -0.52995137 2.597460011] New linecode.8 nphases=2 BaseFreq=60 !!!~ rmatrix = (0.088205 | 0.0306264 0.0889665 ) !!!~ xmatrix = (0.20744 | 0.0760312 0.204877 ) !!!~ cmatrix = (2.75692 | -0.326659 2.82313 ) ~ rmatrix = [0.086666667 | 0.02907197 0.087405303] ~ xmatrix = [0.204166667 | 0.072897727 0.201723485] ~ cmatrix = [2.569829596 | -0.52995137 2.597460011] New linecode.9 nphases=1 BaseFreq=60 !!!~ rmatrix = (0.254428 ) !!!~ xmatrix = (0.259546 ) !!!~ cmatrix = (2.50575 ) ~ rmatrix = [0.251742424] ~ xmatrix = [0.255208333] ~ cmatrix = [2.270366128] New linecode.10 nphases=1 BaseFreq=60 !!!~ rmatrix = (0.254428 ) !!!~ xmatrix = (0.259546 ) !!!~ cmatrix = (2.50575 ) ~ rmatrix = [0.251742424] ~ xmatrix = [0.255208333] ~ cmatrix = [2.270366128] New linecode.11 nphases=1 BaseFreq=60 !!!~ rmatrix = (0.254428 ) !!!~ xmatrix = (0.259546 ) !!!~ cmatrix = (2.50575 ) ~ rmatrix = [0.251742424] ~ xmatrix = [0.255208333] ~ cmatrix = [2.270366128] New linecode.12 nphases=3 BaseFreq=60 !!!~ rmatrix = (0.291814 | 0.101656 0.294012 | 0.096494 0.101656 0.291814 ) !!!~ xmatrix = (0.141848 | 0.0517936 0.13483 | 0.0401881 0.0517936 0.141848 ) !!!~ cmatrix = (53.4924 | 0 53.4924 | 0 0 53.4924 ) ~ rmatrix = [0.288049242 | 0.09844697 0.29032197 | 0.093257576 0.09844697 0.288049242] ~ xmatrix = [0.142443182 | 0.052556818 0.135643939 | 0.040852273 0.052556818 0.142443182] ~ cmatrix = [33.77150149 | 0 33.77150149 | 0 0 33.77150149] ! These line codes are used in the 34-node test feeder New linecode.300 nphases=3 basefreq=60 ! ohms per 1000ft Corrected 11/30/05 ~ rmatrix = [0.253181818 | 0.039791667 0.250719697 | 0.040340909 0.039128788 0.251780303] !ABC ORDER ~ xmatrix = [0.252708333 | 0.109450758 0.256988636 | 0.094981061 0.086950758 0.255132576] ~ CMATRIX = [2.680150309 | -0.769281006 2.5610381 | -0.499507676 -0.312072984 2.455590387] New linecode.301 nphases=3 basefreq=60 ~ rmatrix = [0.365530303 | 0.04407197 0.36282197 | 0.04467803 0.043333333 0.363996212] ~ xmatrix = [0.267329545 | 0.122007576 0.270473485 | 0.107784091 0.099204545 0.269109848] ~ cmatrix = [2.572492163 | -0.72160598 2.464381882 | -0.472329395 -0.298961096 2.368881119] New linecode.302 nphases=1 basefreq=60 ~ rmatrix = (0.530208 ) ~ xmatrix = (0.281345 ) ~ cmatrix = (2.12257 ) New linecode.303 nphases=1 basefreq=60 ~ rmatrix = (0.530208 ) ~ xmatrix = (0.281345 ) ~ cmatrix = (2.12257 ) New linecode.304 nphases=1 basefreq=60 ~ rmatrix = (0.363958 ) ~ xmatrix = (0.269167 ) ~ cmatrix = (2.1922 ) ! This may be for the 4-node test feeder, but is not actually referenced. ! instead, the 4Bus*.dss files all use the wiredata and linegeometry inputs ! to calculate these matrices from physical data. New linecode.400 nphases=3 BaseFreq=60 ~ rmatrix = (0.088205 | 0.0312137 0.0901946 | 0.0306264 0.0316143 0.0889665 ) ~ xmatrix = (0.20744 | 0.0935314 0.200783 | 0.0760312 0.0855879 0.204877 ) ~ cmatrix = (2.90301 | -0.679335 3.15896 | -0.22313 -0.481416 2.8965 ) ! These are for the 13-node test feeder New linecode.601 nphases=3 BaseFreq=60 !!!~ rmatrix = (0.0674673 | 0.0312137 0.0654777 | 0.0316143 0.0306264 0.0662392 ) !!!~ xmatrix = (0.195204 | 0.0935314 0.201861 | 0.0855879 0.0760312 0.199298 ) !!!~ cmatrix = (3.32591 | -0.743055 3.04217 | -0.525237 -0.238111 3.03116 ) ~ rmatrix = [0.065625 | 0.029545455 0.063920455 | 0.029924242 0.02907197 0.064659091] ~ xmatrix = [0.192784091 | 0.095018939 0.19844697 | 0.080227273 0.072897727 0.195984848] ~ cmatrix = [3.164838036 | -1.002632425 2.993981593 | -0.632736516 -0.372608713 2.832670203] New linecode.602 nphases=3 BaseFreq=60 !!!~ rmatrix = (0.144361 | 0.0316143 0.143133 | 0.0312137 0.0306264 0.142372 ) !!!~ xmatrix = (0.226028 | 0.0855879 0.230122 | 0.0935314 0.0760312 0.232686 ) !!!~ cmatrix = (3.01091 | -0.443561 2.77543 | -0.624494 -0.209615 2.77847 ) ~ rmatrix = [0.142537879 | 0.029924242 0.14157197 | 0.029545455 0.02907197 0.140833333] ~ xmatrix = [0.22375 | 0.080227273 0.226950758 | 0.095018939 0.072897727 0.229393939] ~ cmatrix = [2.863013423 | -0.543414918 2.602031589 | -0.8492585 -0.330962141 2.725162768] New linecode.603 nphases=2 BaseFreq=60 !!!~ rmatrix = (0.254472 | 0.0417943 0.253371 ) !!!~ xmatrix = (0.259467 | 0.0912376 0.261431 ) !!!~ cmatrix = (2.54676 | -0.28882 2.49502 ) ~ rmatrix = [0.251780303 | 0.039128788 0.250719697] ~ xmatrix = [0.255132576 | 0.086950758 0.256988636] ~ cmatrix = [2.366017603 | -0.452083836 2.343963508] New linecode.604 nphases=2 BaseFreq=60 !!!~ rmatrix = (0.253371 | 0.0417943 0.254472 ) !!!~ xmatrix = (0.261431 | 0.0912376 0.259467 ) !!!~ cmatrix = (2.49502 | -0.28882 2.54676 ) ~ rmatrix = [0.250719697 | 0.039128788 0.251780303] ~ xmatrix = [0.256988636 | 0.086950758 0.255132576] ~ cmatrix = [2.343963508 | -0.452083836 2.366017603] New linecode.605 nphases=1 BaseFreq=60 !!!~ rmatrix = (0.254428 ) !!!~ xmatrix = (0.259546 ) !!!~ cmatrix = (2.50575 ) ~ rmatrix = [0.251742424] ~ xmatrix = [0.255208333] ~ cmatrix = [2.270366128] New linecode.606 nphases=3 BaseFreq=60 !!!~ rmatrix = (0.152193 | 0.0611362 0.15035 | 0.0546992 0.0611362 0.152193 ) !!!~ xmatrix = (0.0825685 | 0.00548281 0.0745027 | -0.00339824 0.00548281 0.0825685 ) !!!~ cmatrix = (72.7203 | 0 72.7203 | 0 0 72.7203 ) ~ rmatrix = [0.151174242 | 0.060454545 0.149450758 | 0.053958333 0.060454545 0.151174242] ~ xmatrix = [0.084526515 | 0.006212121 0.076534091 | -0.002708333 0.006212121 0.084526515] ~ cmatrix = [48.67459408 | 0 48.67459408 | 0 0 48.67459408] New linecode.607 nphases=1 BaseFreq=60 !!!~ rmatrix = (0.255799 ) !!!~ xmatrix = (0.092284 ) !!!~ cmatrix = (50.7067 ) ~ rmatrix = [0.254261364] ~ xmatrix = [0.097045455] ~ cmatrix = [44.70661522] ! These are for the 37-node test feeder, all underground New linecode.721 nphases=3 BaseFreq=60 !!!~ rmatrix = (0.0554906 | 0.0127467 0.0501597 | 0.00640446 0.0127467 0.0554906 ) !!!~ xmatrix = (0.0372331 | -0.00704588 0.0358645 | -0.00796424 -0.00704588 0.0372331 ) !!!~ cmatrix = (124.851 | 0 124.851 | 0 0 124.851 ) ~ rmatrix = [0.055416667 | 0.012746212 0.050113636 | 0.006382576 0.012746212 0.055416667] ~ xmatrix = [0.037367424 | -0.006969697 0.035984848 | -0.007897727 -0.006969697 0.037367424] ~ cmatrix = [80.27484728 | 0 80.27484728 | 0 0 80.27484728] New linecode.722 nphases=3 BaseFreq=60 !!!~ rmatrix = (0.0902251 | 0.0309584 0.0851482 | 0.0234946 0.0309584 0.0902251 ) !!!~ xmatrix = (0.055991 | -0.00646552 0.0504025 | -0.0117669 -0.00646552 0.055991 ) !!!~ cmatrix = (93.4896 | 0 93.4896 | 0 0 93.4896 ) ~ rmatrix = [0.089981061 | 0.030852273 0.085 | 0.023371212 0.030852273 0.089981061] ~ xmatrix = [0.056306818 | -0.006174242 0.050719697 | -0.011496212 -0.006174242 0.056306818] ~ cmatrix = [64.2184109 | 0 64.2184109 | 0 0 64.2184109] New linecode.723 nphases=3 BaseFreq=60 !!!~ rmatrix = (0.247572 | 0.0947678 0.249104 | 0.0893782 0.0947678 0.247572 ) !!!~ xmatrix = (0.126339 | 0.0390337 0.118816 | 0.0279344 0.0390337 0.126339 ) !!!~ cmatrix = (58.108 | 0 58.108 | 0 0 58.108 ) ~ rmatrix = [0.245 | 0.092253788 0.246628788 | 0.086837121 0.092253788 0.245] ~ xmatrix = [0.127140152 | 0.039981061 0.119810606 | 0.028806818 0.039981061 0.127140152] ~ cmatrix = [37.5977112 | 0 37.5977112 | 0 0 37.5977112] New linecode.724 nphases=3 BaseFreq=60 !!!~ rmatrix = (0.399883 | 0.101765 0.402011 | 0.0965199 0.101765 0.399883 ) !!!~ xmatrix = (0.146325 | 0.0510963 0.139305 | 0.0395402 0.0510963 0.146325 ) !!!~ cmatrix = (46.9685 | 0 46.9685 | 0 0 46.9685 ) ~ rmatrix = [0.396818182 | 0.098560606 0.399015152 | 0.093295455 0.098560606 0.396818182] ~ xmatrix = [0.146931818 | 0.051856061 0.140113636 | 0.040208333 0.051856061 0.146931818] ~ cmatrix = [30.26701029 | 0 30.26701029 | 0 0 30.26701029]

Project 1/13Bus/LineConstantsCode.DSS

!--- OpenDSS Linecodes file generated from Show LINECONSTANTS command !--- Frequency = 60 Hz, Earth resistivity = 100 ohm-m !--- Earth Model = Deri New Linecode.606 nphases=3 Units=none ~ Rmatrix=[0.000491966 |0.000197897 0.000485708 |0.000176133 0.000197897 0.000491966 ] ~ Xmatrix=[0.000272387 |1.72024E-005 0.000246503 |-1.14462E-005 1.72024E-005 0.000272387 ] ~ Cmatrix=[0.238581 |0 0.238581 |0 0 0.238581 ]

Project 1/13Bus/load1.csv

0.345801963 0.353164208 0.358467547 0.368985754 0.369480787 0.3818724 0.414225483 0.459541553 0.42584906 0.407563723 0.468737963 0.388377793 0.378530769 0.353841354 0.342999253 0.345112026 0.354869135 0.447742022 0.396157162 0.381125813 0.372747926 0.368406259 0.360751875 0.355389385

Project 1/IEEE 13 Node Test Feeder.doc

IEEE POWER ENGINEERING SOCIETY

Power System Analysis, Computing and Economics Committee

image1.wmf

646

645

632

633

634

650

692

675

611

684

652

671

680

image2.wmf

646

645

632

633

634

650

692

675

611

684

652

671

680

image3.bmp image4.bmp

Subcommittee Chairs

Distribution System Analysis Subcommittee

IEEE 13 Node Test Feeder

IEEE 13 Node Test Feeder

Overhead Line Configuration Data:

Config.

Phasing

Phase

Neutral

Spacing

ACSR

ACSR

ID

601

B A C N

556,500 26/7

4/0 6/1

500

602

C A B N

4/0 6/1

4/0 6/1

500

603

C B N

1/0

1/0

505

604

A C N

1/0

1/0

505

605

C N

1/0

1/0

510

Underground Line Configuration Data:

Config.

Phasing

Cable

Neutral

Space ID

606

A B C N

250,000 AA, CN

None

515

607

A N

1/0 AA, TS

1/0 Cu

520

Line Segment Data:

Node A

Node B

Length(ft.)

Config.

632

645

500

603

632

633

500

602

633

634

0

XFM-1

645

646

300

603

650

632

2000

601

684

652

800

607

632

671

2000

601

671

684

300

604

671

680

1000

601

671

692

0

Switch

684

611

300

605

692

675

500

606

Transformer Data:

kVA

kV-high

kV-low

R - %

X - %

Substation:

5,000

115 - D

4.16 Gr. Y

1

8

XFM -1

500

4.16 – Gr.W

0.48 – Gr.W

1.1

2

Capacitor Data:

Node

Ph-A

Ph-B

Ph-C

kVAr

kVAr

kVAr

675

200

200

200

611

100

Total

200

200

300

Regulator Data:

Regulator ID:

1

Line Segment:

650 - 632

Location:

50

Phases:

A - B -C

Connection:

3-Ph,LG

Monitoring Phase:

A-B-C

Bandwidth:

2.0 volts

PT Ratio:

20

Primary CT Rating:

700

Compensator Settings:

Ph-A

Ph-B

Ph-C

R - Setting:

3

3

3

X - Setting:

9

9

9

Volltage Level:

122

122

122

Spot Load Data:

Node

Load

Ph-1

Ph-1

Ph-2

Ph-2

Ph-3

Ph-3

Model

kW

kVAr

kW

kVAr

kW

kVAr

634

Y-PQ

160

110

120

90

120

90

645

Y-PQ

0

0

170

125

0

0

646

D-Z

0

0

230

132

0

0

652

Y-Z

128

86

0

0

0

0

671

D-PQ

385

220

385

220

385

220

675

Y-PQ

485

190

68

60

290

212

692

D-I

0

0

0

0

170

151

611

Y-I

0

0

0

0

170

80

TOTAL

1158

606

973

627

1135

753

Distributed Load Data:

Node A

Node B

Load

Ph-1

Ph-1

Ph-2

Ph-2

Ph-3

Ph-3

Model

kW

kVAr

kW

kVAr

kW

kVAr

632

671

Y-PQ

17

10

66

38

117

68

IEEE 13 NODE TEST FEEDER

Impedances

Configuration 601:

Z (R +jX) in ohms per mile

0.3465 1.0179 0.1560 0.5017 0.1580 0.4236

0.3375 1.0478 0.1535 0.3849

0.3414 1.0348

B in micro Siemens per mile

6.2998 -1.9958 -1.2595

5.9597 -0.7417

5.6386

Configuration 602:

Z (R +jX) in ohms per mile

0.7526 1.1814 0.1580 0.4236 0.1560 0.5017

0.7475 1.1983 0.1535 0.3849

0.7436 1.2112

B in micro Siemens per mile

5.6990 -1.0817 -1.6905

5.1795 -0.6588

5.4246

Configuration 603:

Z (R +jX) in ohms per mile

0.0000 0.0000 0.0000 0.0000 0.0000 0.0000

1.3294 1.3471 0.2066 0.4591

1.3238 1.3569

B in micro Siemens per mile

0.0000 0.0000 0.0000

4.7097 -0.8999

4.6658

Configuration 604:

Z (R +jX) in ohms per mile

1.3238 1.3569 0.0000 0.0000 0.2066 0.4591

0.0000 0.0000 0.0000 0.0000

1.3294 1.3471

B in micro Siemens per mile

4.6658 0.0000 -0.8999

0.0000 0.0000

4.7097

Configuration 605:

Z (R +jX) in ohms per mile

0.0000 0.0000 0.0000 0.0000 0.0000 0.0000

0.0000 0.0000 0.0000 0.0000

1.3292 1.3475

B in micro Siemens per mile

0.0000 0.0000 0.0000

0.0000 0.0000

4.5193

Configuration 606:

Z (R +jX) in ohms per mile

0.7982 0.4463 0.3192 0.0328 0.2849 -0.0143

0.7891 0.4041 0.3192 0.0328

0.7982 0.4463

B in micro Siemens per mile

96.8897 0.0000 0.0000

96.8897 0.0000

96.8897

Configuration 607:

Z (R +jX) in ohms per mile

1.3425 0.5124 0.0000 0.0000 0.0000 0.0000

0.0000 0.0000 0.0000 0.0000

0.0000 0.0000

B in micro Siemens per mile

88.9912 0.0000 0.0000

0.0000 0.0000

0.0000

Power-Flow Results

- R A D I A L F L O W S U M M A R Y - DATE: 6-24-2004 AT 15:33: 2 HOURS ---

SUBSTATION: IEEE 13; FEEDER: IEEE 13

-------------------------------------------------------------------------------

SYSTEM PHASE PHASE PHASE TOTAL

INPUT -------(A)-------|-------(B)-------|-------(C)-------|------------------

kW : 1251.398 | 977.332 | 1348.461 | 3577.191

kVAr : 681.570 | 373.418 | 669.784 | 1724.772

kVA : 1424.968 | 1046.241 | 1505.642 | 3971.289

PF : .8782 | .9341 | .8956 | .9008

LOAD --(A-N)----(A-B)-|--(B-N)----(B-C)-|--(C-N)----(C-A)-|---WYE-----DELTA--

kW : 785.6 385.0| 424.0 625.7| 692.5 553.4| 1902.1 1564.0

TOT : 1170.563 | 1049.658 | 1245.907 | 3466.128

| | |

kVAr : 393.0 220.0| 313.0 358.1| 447.9 369.5| 1153.9 947.7

TOT : 613.019 | 671.117 | 817.450 | 2101.586

| | |

kVA : 878.4 443.4| 527.0 720.9| 824.8 665.4| 2224.8 1828.7

TOT : 1321.367 | 1245.865 | 1490.137 | 4053.481

| | |

PF : .8943 .8682| .8045 .8679| .8397 .8316| .8550 .8553

TOT : .8859 | .8425 | .8361 | .8551

LOSSES ------(A)-------|-------(B)-------|-------(C)-------|------------------

kW : 39.107 | -4.697 | 76.653 | 111.063

kVAr : 152.585 | 42.217 | 129.850 | 324.653

kVA : 157.517 | 42.478 | 150.787 | 343.124

CAPAC --(A-N)----(A-B)-|--(B-N)----(B-C)-|--(C-N)----(C-A)-|---WYE-----DELTA--

R-kVA: 200.0 .0| 200.0 .0| 300.0 .0| 700.0 .0

TOT : 200.000 | 200.000 | 300.000 | 700.000

| | |

A-kVA: 193.4 .0| 222.7 .0| 285.3 .0| 701.5 .0

TOT : 193.443 | 222.747 | 285.276 | 701.466

p 1

--- V O L T A G E P R O F I L E ---- DATE: 6-24-2004 AT 15:33:12 HOURS ----

SUBSTATION: IEEE 13; FEEDER: IEEE 13

-------------------------------------------------------------------------------

NODE | MAG ANGLE | MAG ANGLE | MAG ANGLE |mi.to SR

-------------------------------------------------------------------------------

______|_______ A-N ______ |_______ B-N _______ |_______ C-N _______ |

650 | 1.0000 at .00 | 1.0000 at -120.00 | 1.0000 at 120.00 | .000

RG60 | 1.0625 at .00 | 1.0500 at -120.00 | 1.0687 at 120.00 | .000

632 | 1.0210 at -2.49 | 1.0420 at -121.72 | 1.0174 at 117.83 | .379

633 | 1.0180 at -2.56 | 1.0401 at -121.77 | 1.0148 at 117.82 | .474

XFXFM1| .9941 at -3.23 | 1.0218 at -122.22 | .9960 at 117.35 | .474

634 | .9940 at -3.23 | 1.0218 at -122.22 | .9960 at 117.34 | .474

645 | | 1.0329 at -121.90 | 1.0155 at 117.86 | .474

646 | | 1.0311 at -121.98 | 1.0134 at 117.90 | .530

671 | .9900 at -5.30 | 1.0529 at -122.34 | .9778 at 116.02 | .758

680 | .9900 at -5.30 | 1.0529 at -122.34 | .9778 at 116.02 | .947

684 | .9881 at -5.32 | | .9758 at 115.92 | .815

611 | | | .9738 at 115.78 | .871

652 | .9825 at -5.25 | | | .966

692 | .9900 at -5.31 | 1.0529 at -122.34 | .9777 at 116.02 | .852

675 | .9835 at -5.56 | 1.0553 at -122.52 | .9758 at 116.03 | .947

p 1

----------- VOLTAGE REGULATOR DATA ---- DATE: 6-24-2004 AT 15:33:16 HOURS --

SUBSTATION: IEEE 13; FEEDER: IEEE 13

_______________________________________________________________________________

[NODE]--[VREG]-----[SEG]------[NODE] MODEL OPT BNDW

650 RG60 632 632 Phase A & B & C, Wye RX 2.00

........................................................................

PHASE LDCTR VOLT HOLD R-VOLT X-VOLT PT RATIO CT RATE TAP

1 122.000 3.000 9.000 20.00 700.00 10

2 122.000 3.000 9.000 20.00 700.00 8

3 122.000 3.000 9.000 20.00 700.00 11

p 1

- R A D I A L P O W E R F L O W --- DATE: 6-24-2004 AT 15:33:27 HOURS ---

SUBSTATION: IEEE 13; FEEDER: IEEE 13

-------------------------------------------------------------------------------

NODE VALUE PHASE A PHASE B PHASE C UNT O/L<

(LINE A) (LINE B) (LINE C) 60.%

---------------------*--------A-------*-------B-------*-------C-------*--------

NODE: 650 VOLTS: 1.000 .00 1.000 -120.00 1.000 120.00 MAG/ANG

kVll 4.160 NO LOAD OR CAPACITOR REPRESENTED AT SOURCE NODE

TO NODE RG60 <VRG>..: 593.30 -28.58 435.61 -140.91 626.92 93.59 AMP/DG <

<RG60 > LOSS= .000: ( .000) ( .000) ( .000) kW

---------------------*--------A-------*-------B-------*-------C-------*--------

NODE: RG60 VOLTS: 1.062 .00 1.050 -120.00 1.069 120.00 MAG/ANG

-LD: .00 .00 .00 .00 .00 .00 kW/kVR

kVll 4.160 CAP: .00 .00 .00 kVR

FROM NODE 650 <VRG>: 558.40 -28.58 414.87 -140.91 586.60 93.59 AMP/DG <

<RG60 > LOSS= .000: ( .000) ( .000) ( .000) kW

TO NODE 632 .......: 558.40 -28.58 414.87 -140.91 586.60 93.59 AMP/DG <

<632 > LOSS= 59.716: ( 21.517) ( -3.252) ( 41.451) kW

---------------------*--------A-------*-------B-------*-------C-------*--------

NODE: 632 VOLTS: 1.021 -2.49 1.042 -121.72 1.017 117.83 MAG/ANG

-LD: .00 .00 .00 .00 .00 .00 kW/kVR

kVll 4.160 CAP: .00 .00 .00 kVR

FROM NODE RG60 .....: 558.41 -28.58 414.87 -140.91 586.60 93.59 AMP/DG <

<632 > LOSS= 59.716: ( 21.517) ( -3.252) ( 41.451) kW

TO NODE 633 .......: 81.33 -37.74 61.12 -159.09 62.70 80.48 AMP/DG

<633 > LOSS= .808: ( .354) ( .148) ( .306) kW

TO NODE 645 .......: 143.02 -142.66 65.21 57.83 AMP/DG <

<645 > LOSS= 2.760: ( 2.540) ( .220) kW

TO NODE 671 .......: 478.29 -27.03 215.12 -134.66 475.50 99.90 AMP/DG <

<671 > LOSS= 35.897: ( 10.484) ( -6.169) ( 31.582) kW

---------------------*--------A-------*-------B-------*-------C-------*--------

NODE: 633 VOLTS: 1.018 -2.56 1.040 -121.77 1.015 117.82 MAG/ANG

-LD: .00 .00 .00 .00 .00 .00 kW/kVR

kVll 4.160 CAP: .00 .00 .00 kVR

FROM NODE 632 .....: 81.33 -37.74 61.12 -159.09 62.71 80.47 AMP/DG

<633 > LOSS= .808: ( .354) ( .148) ( .306) kW

TO NODE XFXFM1.......: 81.33 -37.74 61.12 -159.09 62.71 80.47 AMP/DG <

<XFXFM1> LOSS= 5.427: ( 2.513) ( 1.420) ( 1.494) kW

---------------------*--------A-------*-------B-------*-------C-------*--------

NODE: XFXFM1 VOLTS: .994 -3.23 1.022 -122.22 .996 117.35 MAG/ANG

-LD: .00 .00 .00 .00 .00 .00 kW/kVR

kVll .480 CAP: .00 .00 .00 kVR

FROM NODE 633 .....: 704.83 -37.74 529.73 -159.09 543.45 80.47 AMP/DG <

<XFXFM1> LOSS= 5.427: ( 2.513) ( 1.420) ( 1.494) kW

TO NODE 634 .......: 704.83 -37.74 529.73 -159.09 543.45 80.47 AMP/DG <

<634 > LOSS= .000: ( .000) ( .000) ( .000) kW

p 2

- R A D I A L P O W E R F L O W --- DATE: 6-24-2004 AT 15:33:27 HOURS ---

SUBSTATION: IEEE 13; FEEDER: IEEE 13

-------------------------------------------------------------------------------

NODE VALUE PHASE A PHASE B PHASE C UNT O/L<

(LINE A) (LINE B) (LINE C) 60.%

---------------------*--------A-------*-------B-------*-------C-------*--------

NODE: 634 VOLTS: .994 -3.23 1.022 -122.22 .996 117.34 MAG/ANG

Y-LD: 160.00 110.00 120.00 90.00 120.00 90.00 kW/kVR

kVll .480 Y CAP: .00 .00 .00 kVR

FROM NODE XFXFM1.....: 704.83 -37.74 529.73 -159.09 543.45 80.47 AMP/DG <

<634 > LOSS= .000: ( .000) ( .000) ( .000) kW

---------------------*--------A-------*-------B-------*-------C-------*--------

NODE: 645 VOLTS: 1.033 -121.90 1.015 117.86 MAG/ANG

Y-LD: 170.00 125.00 .00 .00 kW/kVR

kVll 4.160 Y CAP: .00 .00 kVR

FROM NODE 632 .....: 143.02 -142.66 65.21 57.83 AMP/DG <

<645 > LOSS= 2.760: ( 2.540) ( .220) kW

TO NODE 646 .......: 65.21 -122.17 65.21 57.83 AMP/DG

<646 > LOSS= .541: ( .271) ( .270) kW

---------------------*--------A-------*-------B-------*-------C-------*--------

NODE: 646 VOLTS: 1.031 -121.98 1.013 117.90 MAG/ANG

D-LD: 240.66 138.12 .00 .00 kW/kVR

kVll 4.160 Y CAP: .00 .00 kVR

FROM NODE 645 .....: 65.21 -122.18 65.21 57.82 AMP/DG

<646 > LOSS= .541: ( .271) ( .270) kW

---------------------*--------A-------*-------B-------*-------C-------*--------

NODE: 671 VOLTS: .990 -5.30 1.053 -122.34 .978 116.02 MAG/ANG

D-LD: 385.00 220.00 385.00 220.00 385.00 220.00 kW/kVR

kVll 4.160 Y CAP: .00 .00 .00 kVR

FROM NODE 632 .....: 470.20 -26.90 186.41 -131.89 420.64 101.66 AMP/DG <

<671 > LOSS= 35.897: ( 10.484) ( -6.169) ( 31.582) kW

TO NODE 680 .......: .00 .00 .00 .00 .00 .00 AMP/DG

<680 > LOSS= .000: ( -.001) ( .001) ( .000) kW

TO NODE 684 .......: 63.07 -39.12 71.15 121.62 AMP/DG

<684 > LOSS= .580: ( .210) ( .370) kW

TO NODE 692 .......: 229.11 -18.18 69.61 -55.19 178.38 109.39 AMP/DG

<692 > LOSS= .008: ( .003) ( -.001) ( .006) kW

---------------------*--------A-------*-------B-------*-------C-------*--------

NODE: 680 VOLTS: .990 -5.30 1.053 -122.34 .978 116.02 MAG/ANG

-LD: .00 .00 .00 .00 .00 .00 kW/kVR

kVll 4.160 CAP: .00 .00 .00 kVR

FROM NODE 671 .....: .00 .00 .00 .00 .00 .00 AMP/DG

<680 > LOSS= .000: ( -.001) ( .001) ( .000) kW

p 3

- R A D I A L P O W E R F L O W --- DATE: 6-24-2004 AT 15:33:27 HOURS ---

SUBSTATION: IEEE 13; FEEDER: IEEE 13

-------------------------------------------------------------------------------

NODE VALUE PHASE A PHASE B PHASE C UNT O/L<

(LINE A) (LINE B) (LINE C) 60.%

---------------------*--------A-------*-------B-------*-------C-------*--------

NODE: 684 VOLTS: .988 -5.32 .976 115.92 MAG/ANG

-LD: .00 .00 .00 .00 kW/kVR

kVll 4.160 CAP: .00 .00 kVR

FROM NODE 671 .....: 63.07 -39.12 71.15 121.61 AMP/DG

<684 > LOSS= .580: ( .210) ( .370) kW

TO NODE 611 .......: 71.15 121.61 AMP/DG

<611 > LOSS= .382: ( .382) kW

TO NODE 652 .......: 63.07 -39.12 AMP/DG

<652 > LOSS= .808: ( .808) kW

---------------------*--------A-------*-------B-------*-------C-------*--------

NODE: 611 VOLTS: .974 115.78 MAG/ANG

Y-LD: 165.54 77.90 kW/kVR

kVLL 4.160 Y CAP: 94.82 kVR

FROM NODE 684 .....: 71.15 121.61 AMP/DG

<611 > LOSS= .382: ( .382) kW

---------------------*--------A-------*-------B-------*-------C-------*--------

NODE: 652 VOLTS: .983 -5.25 MAG/ANG

Y-LD: 123.56 83.02 kW/kVR

kVll 4.160 Y CAP: .00 kVR

FROM NODE 684 .....: 63.08 -39.15 AMP/DG

<652 > LOSS= .808: ( .808) kW

---------------------*--------A-------*-------B-------*-------C-------*--------

NODE: 692 VOLTS: .990 -5.31 1.053 -122.34 .978 116.02 MAG/ANG

D-LD: .00 .00 .00 .00 168.37 149.55 kW/kVR

kVll 4.160 Y CAP: .00 .00 .00 kVR

FROM NODE 671 .....: 229.11 -18.18 69.61 -55.19 178.38 109.39 AMP/DG

<692 > LOSS= .008: ( .003) ( -.001) ( .006) kW

TO NODE 675 .......: 205.33 -5.15 69.61 -55.19 124.07 111.79 AMP/DG <

<675 > LOSS= 4.136: ( 3.218) ( .345) ( .573) kW

---------------------*--------A-------*-------B-------*-------C-------*--------

NODE: 675 VOLTS: .983 -5.56 1.055 -122.52 .976 116.03 MAG/ANG

Y-LD: 485.00 190.00 68.00 60.00 290.00 212.00 kW/kVR

kVll 4.160 Y CAP: 193.44 222.75 190.45 kVR

FROM NODE 692 .....: 205.33 -5.15 69.59 -55.20 124.07 111.78 AMP/DG <

<675 > LOSS= 4.136: ( 3.218) ( .345) ( .573) kW

� EMBED TurboCAD.Drawing.4 ���

_978973771.bin

Project 1/IEEE13Nodeckt_Dailymode.dss

Clear new circuit.IEEE13Nodeckt ~ basekv=115 pu=1.0001 phases=3 bus1=SourceBus ~ Angle=30 ! advance angle 30 deg so result agree with published angle ~ MVAsc3=20000 MVASC1=21000 ! stiffen the source to approximate inf source !SUB TRANSFORMER DEFINITION ! Although this data was given, it does not appear to be used in the test case results ! The published test case starts at 1.0 per unit at Bus 650. To make this happen, we will change the impedance ! on the transformer to something tiny by dividing by 1000 using the DSS in-line RPN math New Transformer.Sub Phases=3 Windings=2 XHL=(8 1000 /) ~ wdg=1 bus=SourceBus conn=delta kv=115 kva=5000 %r=(.5 1000 /) XHT=4 ~ wdg=2 bus=650 conn=wye kv=4.16 kva=5000 %r=(.5 1000 /) XLT=4 ! FEEDER 1-PHASE VOLTAGE REGULATORS ! Define low-impedance 2-wdg transformer New Transformer.Reg1 phases=1 XHL=0.01 kVAs=[1666 1666] ~ Buses=[650.1 RG60.1] kVs=[2.4 2.4] %LoadLoss=0.01 new regcontrol.Reg1 transformer=Reg1 winding=2 vreg=122 band=2 ptratio=20 ctprim=700 R=3 X=9 New Transformer.Reg2 phases=1 XHL=0.01 kVAs=[1666 1666] ~ Buses=[650.2 RG60.2] kVs=[2.4 2.4] %LoadLoss=0.01 new regcontrol.Reg2 transformer=Reg2 winding=2 vreg=122 band=2 ptratio=20 ctprim=700 R=3 X=9 New Transformer.Reg3 phases=1 XHL=0.01 kVAs=[1666 1666] ~ Buses=[650.3 RG60.3] kVs=[2.4 2.4] %LoadLoss=0.01 new regcontrol.Reg3 transformer=Reg3 winding=2 vreg=122 band=2 ptratio=20 ctprim=700 R=3 X=9 !TRANSFORMER DEFINITION New Transformer.XFM1 Phases=3 Windings=2 XHL=2 ~ wdg=1 bus=633 conn=Wye kv=4.16 kva=500 %r=.55 XHT=1 ~ wdg=2 bus=634 conn=Wye kv=0.480 kva=500 %r=.55 XLT=1 !LINE CODES redirect IEEELineCodes.dss // these are local matrix line codes // corrected 9-14-2011 New linecode.mtx601 nphases=3 BaseFreq=60 ~ rmatrix = (0.3465 | 0.1560 0.3375 | 0.1580 0.1535 0.3414 ) ~ xmatrix = (1.0179 | 0.5017 1.0478 | 0.4236 0.3849 1.0348 ) ~ units=mi New linecode.mtx602 nphases=3 BaseFreq=60 ~ rmatrix = (0.7526 | 0.1580 0.7475 | 0.1560 0.1535 0.7436 ) ~ xmatrix = (1.1814 | 0.4236 1.1983 | 0.5017 0.3849 1.2112 ) ~ units=mi New linecode.mtx603 nphases=2 BaseFreq=60 ~ rmatrix = (1.3238 | 0.2066 1.3294 ) ~ xmatrix = (1.3569 | 0.4591 1.3471 ) ~ units=mi New linecode.mtx604 nphases=2 BaseFreq=60 ~ rmatrix = (1.3238 | 0.2066 1.3294 ) ~ xmatrix = (1.3569 | 0.4591 1.3471 ) ~ units=mi New linecode.mtx605 nphases=1 BaseFreq=60 ~ rmatrix = (1.3292 ) ~ xmatrix = (1.3475 ) ~ units=mi New linecode.mtx606 nphases=3 BaseFreq=60 ~ rmatrix = (0.7982 | 0.3192 0.7891 | 0.2849 0.3192 0.7982 ) ~ xmatrix = (0.4463 | 0.0328 0.4041 | -0.0143 0.0328 0.4463 ) ~ Cmatrix = [257 | 0 257 | 0 0 257] ! <--- This is too low by 1.5 ~ units=mi New CNDATA.250_1/3 k=13 DiaStrand=0.064 Rstrand=2.816666667 epsR=2.3 ~ InsLayer=0.220 DiaIns=1.06 DiaCable=1.16 Rac=0.076705 GMRac=0.20568 diam=0.573 ~ Runits=kft Radunits=in GMRunits=in New LineGeometry.606 nconds=3 nphases=3 units=ft ~ cond=1 cncable=250_1/3 x=-0.5 h= -4 ~ cond=2 cncable=250_1/3 x=0 h= -4 ~ cond=3 cncable=250_1/3 x=0.5 h= -4 New linecode.mtx607 nphases=1 BaseFreq=60 ~ rmatrix = (1.3425 ) ~ xmatrix = (0.5124 ) ~ cmatrix = [236] ~ units=mi !LOAD DEFINITIONS New Load.671 Bus1=671.1.2.3 Phases=3 Conn=Delta Model=1 kV=4.16 kW= kvar= daily= New Load.634a Bus1=634.1 Phases=1 Conn=Wye Model=1 kV=0.277 kW= kvar= New Load.634b Bus1=634.2 Phases=1 Conn=Wye Model=1 kV=0.277 kW= kvar= New Load.634c Bus1=634.3 Phases=1 Conn=Wye Model=1 kV=0.277 kW= kvar= New Load.645 Bus1=645.2 Phases=1 Conn=Wye Model=1 kV=2.4 kW= kvar= New Load.646 Bus1=646.2.3 Phases=1 Conn=Delta Model=2 kV=4.16 kW= kvar= New Load.692 Bus1=692.3.1 Phases=1 Conn=Delta Model=5 kV=4.16 kW= kvar= New Load.675a Bus1=675.1 Phases=1 Conn=Wye Model=1 kV=2.4 kW= kvar= New Load.675b Bus1=675.2 Phases=1 Conn=Wye Model=1 kV=2.4 kW= kvar= New Load.675c Bus1=675.3 Phases=1 Conn=Wye Model=1 kV=2.4 kW= kvar= New Load.611 Bus1=611.3 Phases=1 Conn=Wye Model=5 kV=2.4 kW= kvar= New Load.652 Bus1=652.1 Phases=1 Conn=Wye Model=2 kV=2.4 kW= kvar= New Load.670a Bus1=670.1 Phases=1 Conn=Wye Model=1 kV=2.4 kW= kvar= New Load.670b Bus1=670.2 Phases=1 Conn=Wye Model=1 kV=2.4 kW= kvar= New Load.670c Bus1=670.3 Phases=1 Conn=Wye Model=1 kV=2.4 kW= kvar= !CAPACITOR DEFINITIONS New Capacitor.Cap1 Bus1=675 phases=3 kVAR=600 kV=4.16 New Capacitor.Cap2 Bus1=611.3 phases=1 kVAR=100 kV=2.4 !Bus 670 is the concentrated point load of the distributed load on line 632 to 671 located at 1/3 the distance from node 632 !LINE DEFINITIONS New Line.650632 Phases=3 Bus1=RG60.1.2.3 Bus2=632.1.2.3 LineCode=mtx601 Length=2000 units=ft New Line.632670 Phases=3 Bus1=632.1.2.3 Bus2=670.1.2.3 LineCode=mtx601 Length=667 units=ft New Line.670671 Phases=3 Bus1=670.1.2.3 Bus2=671.1.2.3 LineCode=mtx601 Length=1333 units=ft New Line.671680 Phases=3 Bus1=671.1.2.3 Bus2=680.1.2.3 LineCode=mtx601 Length=1000 units=ft New Line.632633 Phases=3 Bus1=632.1.2.3 Bus2=633.1.2.3 LineCode=mtx602 Length=500 units=ft New Line.632645 Phases=2 Bus1=632.3.2 Bus2=645.3.2 LineCode=mtx603 Length=500 units=ft New Line.645646 Phases=2 Bus1=645.3.2 Bus2=646.3.2 LineCode=mtx603 Length=300 units=ft New Line.692675 Phases=3 Bus1=692.1.2.3 Bus2=675.1.2.3 LineCode=mtx606 Length=500 units=ft New Line.671684 Phases=2 Bus1=671.1.3 Bus2=684.1.3 LineCode=mtx604 Length=300 units=ft New Line.684611 Phases=1 Bus1=684.3 Bus2=611.3 LineCode=mtx605 Length=300 units=ft New Line.684652 Phases=1 Bus1=684.1 Bus2=652.1 LineCode=mtx607 Length=800 units=ft !SWITCH DEFINITIONS New Line.671692 Phases=3 Bus1=671 Bus2=692 Switch=y r1=1e-4 r0=1e-4 x1=0.000 x0=0.000 c1=0.000 c0=0.000 Transformer.Reg1.Taps=[1.0 1.0625] Transformer.Reg2.Taps=[1.0 1.0500] Transformer.Reg3.Taps=[1.0 1.06875] Set Controlmode=OFF set marktransformers=yes set TransMarkerSize=3 !New energymeter.meter element=Transformer.Sub terminal=1 New energymeter.meter element=Line.650632 terminal=1 New monitor.line element=Line.684611 terminal=1 mode=0 New monitor.load element=load.671 terminal=1 mode=0 !solve mode=direct set maxiterations=100 set mode= stepsize= number= Set Voltagebases=[115, 4.16, .48] CalcVoltageBases Solve Plot profile Buscoords IEEE13Node_BusXY.dss !--------------------------------------------------------------------------------------------------------------------------------------------------- !----------------Show some Results ----------------------------------------------------------------------------------------------------------------- !--------------------------------------------------------------------------------------------------------------------------------------------------- ! Show Voltages LN Nodes // Show Currents Elem // Show Powers kVA Elem // Show Losses // Show Taps !plot circuit Power max=2000 n n C1=$00FF0000 !plot Loadshape Object=LOAD1 !Export monitors line !Plot monitor object= line channels=(1 3 5 )

Project 1/MyPaper.pdf

IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 22, NO. 3, AUGUST 2007 1019

Development of Three-Phase Unbalanced Power Flow Using PV and PQ Models for Distributed

Generation and Study of the Impact of DG Models Sarika Khushalani, Student Member, IEEE, Jignesh M. Solanki, Student Member, IEEE, and

Noel N. Schulz, Senior Member, IEEE

Abstract—With the increased installations of distributed genera- tors (DGs) within power systems, load flow analysis of distribution systems needs special models and algorithms to handle multiple sources. In this paper, the development of an unbalanced three- phase load flow algorithm that can handle multiple sources is de- scribed. This software is capable of switching the DG mode of op- eration from constant voltage to constant power factor. The algo- rithm to achieve this in the presence of multiple DGs is proposed. Shipboard power systems (SPS) have other special characteristics apart from multiple sources, which make the load flow difficult to converge. The developed software is verified for a distribution system without DG using the Radial Distribution Analysis Package (RDAP). The developed software analyzes an IEEE test case and an icebreaker ship system. System studies for the IEEE 37-node feeder without the regulator show the effect of different models and varying DG penetration related to the increase in loading. System losses and voltage deviations are compared.

Index Terms—Distributed generation, IEEE 37-node feeder, ra- dial distribution analysis package, shipboard power systems.

I. INTRODUCTION

ONE of the key calculations for any system is the deter-mination of the steady-state behavior, which is termed as distribution power flow for a distribution system. Distribu- tion automation needs fast and efficient power flow solutions. The loading of a distribution feeder is inherently unbalanced due to a large number of unequal single-phase loads and the nonsymmetrical conductor spacing of three-phase underground and overhead line segments. Due to these factors, conventional power flow programs used for transmission system studies do not show good convergence properties for distribution systems. These programs also assume a perfectly balanced system so that a single-phase equivalent can be used. The rise in power de- mand has led to installation of small power units called dis- tributed generators (DGs), which give high fuel flexibility. A DG, if properly planned and controlled, can be beneficial to the

Manuscript received March 24, 2006; revised February 20, 2007. This work was supported in part by NSF Career under Grant ECS 0196559 and in part by the Office of Naval Research under Grants N00014-02-1-0623 and N00014-03-1-0744. Paper no. TPWRS-00158-2006.

S. Khushalani and J. M. Solanki are with Mississippi State University, Mississippi State, MS 39762 USA (e-mail: [email protected]; jigneshm- [email protected]).

N. N. Schulz is with the Department of Electrical and Computer Engi- neering, Mississippi State University, Mississippi State, MS 39762 USA (e-mail: [email protected]).

Color versions of one or more of the figures in this paper are available online at http://ieeexplore.ieee.org.

Digital Object Identifier 10.1109/TPWRS.2007.901476

power industry, help defer the costs of expansion, and have pos- itive environmental impacts. A DG alters the power flow of the system, thus impacting the overall system losses and voltage profile of the system. A lot of work has been done for radial power flow solution [1]–[10]. Cheng and Shirmohammadi [11] address the load flow solution, incorporating DG for terrestrial distribution systems. Initial development of such a power flow for radial terrestrial distribution systems with distributed gen- erator was addressed in [12]. Butler et al. [13] developed a three-phase load flow algorithm for shipboard power systems (SPS) and handle multiple sources by collapsing them into a single source. A comparison of distribution power flows for a balanced SPS is addressed by Lewis and Baldwin [14]. An SPS is an ungrounded delta-connected system where genera- tion, transmission, and distribution are tightly coupled. Anal- ysis of SPS, due to its distinctive characteristics, leads to a fur- ther complication in distribution power flow because of almost the same nominal voltages of all generator nodes. This paper details the power flow development for three-phase unbalanced terrestrial distribution systems and SPS with distributed gener- ator nodes modeled as PQ and PV nodes. Unlike the develop- ment in [12], this development can handle multiple DGs and allows for switching the DG mode from constant voltage to con- stant power factor. Comparisons of the power flow results with standard distribution power flow software are made, and lim- itations of the standard software are addressed. An SPS load flow solution is obtained. System studies showing the impact of considerable DG penetration on steady-state behavior of the California distribution feeder are shown. PQ and PV represen- tations along with different penetration levels are incorporated in the case studies.

II. COMPONENT MODELING

Because of the limited use of matrix operations, the ladder iterative method is selected for the load flow. Reference [12] reviews previous work related to the ladder iterative method. This method involves two sweeps of calculations. In the forward sweep, the end voltages are initialized for the first iteration, and currents are calculated starting at the buses at the load end of the radial branch and solved up to the source bus by applying the current summation method. The backward sweep starts at the source bus and calculates voltages using the current calculated from the forward sweep until the load end of the radial branches. The voltages from the backward sweep are used for the next it- eration in the forward sweep calculations. Convergence occurs when the calculated source voltage in the backward sweep cor- responds to specified source voltage.

0885-8950/$25.00 © 2007 IEEE

Authorized licensed use limited to: West Virginia University. Downloaded on October 16,2020 at 00:39:36 UTC from IEEE Xplore. Restrictions apply.

1020 IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 22, NO. 3, AUGUST 2007

TABLE I COMPONENT MODELS

Modeling equations for various components of the distribu- tion system are tabulated in Table I. Details of the models can be found in [12] and [15]. Reference [16, Tables II and III] helps to calculate the impedance of overhead lines from the given phasing, space ID, material, and stranding. Reference [16, Ta- bles IV–VI] used the tables to calculate the impedance of under- ground concentric or tape shield cables. Transformers are mod- eled as in [15], and only the updated equations are given here. Four different types of transformer connections have been mod- eled: delta-wye, wye-delta, wye-wye, and delta-delta.

The DG connections can be wye or delta. Depending on the control, the DG may be set to output power at either constant power factor for small DG or constant voltage for large DG. Thus, two types of DG models need to be developed: constant PQ, modeled as negative load with currents injecting into the node, and PV nodes for which the calculations are as below.

1) Initially, the generator real power and positive sequence voltage are specified. The reactive power is initialized to zero. After a load flow has converged, the positive sequence voltage magnitude mismatch at the PV node is checked

(1)

where of PV nodes.

2) If the voltage mismatch is within the specified tolerance, the PV node voltage has converged to the specified value. If a voltage mismatch at the PV node is not less than the specified tolerance, then reactive power compensation Q generated by that PV node in order to maintain the voltage at specified value needs to be calculated as follows:

(2)

where is the positive sequence sensitivity impedance matrix whose size is . The diagonal elements of this matrix are the absolute value of the positive sequence of the sum of series line impedances between each PV node and the source node. The off-diagonal elements are the sums of the common series line impedances between two PV nodes and source node. is . Thus, is and is the magnitude of reactive current injection. The DG can operate in lagging as well as leading power factor mode. Thus, the injection of current will depend on the error dif- ference . If is positive, then reactive power is supplied by DG, and is negative then reactive power is absorbed by DG. The reactive current injection is thus

(3)

where , and are the angles of the converged voltage at the th node.

3) There is a limit to which the DG can produce reactive power. This limit is decided in this program by setting the power factor limits between 0.8 and 1, lagging/leading

(4)

If during computation the reactive power of any of the DGs goes outside its limits, it is fixed at the limiting value, and this node is now treated as a PQ node. The limiting value is calculated as the three-phase reactive power limit; thus, the total per-phase reactive current that the DG can inject before its limit is hit is given by

(5)

4) These currents are then added, to the load currents and currents calculated due to DG real power injection , at the th node

(6)

Load flow runs again to check the voltage magnitudes and new . If after load flow the of the PV node con-

Authorized licensed use limited to: West Virginia University. Downloaded on October 16,2020 at 00:39:36 UTC from IEEE Xplore. Restrictions apply.

KHUSHALANI et al.: DEVELOPMENT OF THREE-PHASE UNBALANCED POWER FLOW 1021

Fig. 1. Flow chart for load flow with multiple DGs.

verted to PQ node is within the limits, the node is switched back to PV node. Fig. 1 summarizes the solution algorithm.

III. SYSTEM DESCRIPTIONS

The IEEE 37-node feeder is an actual feeder in California. The data for the feeder were obtained from IEEE test case archive for distribution feeders [17]. The diagram of the feeder is shown in Fig. 2. The regulator was removed in order to clearly see the effect of the DG on the system. The data are characterized by

Loads—Spot loads, single-phase and three-phase bal- anced and unbalanced loads, delta connected, constant kW, kVAR, constant Z and constant I type; Overhead and Underground Lines—Three-phase lines with different spacing of phases; Transformer—Substation and inline transformers are delta-delta.

The 18-node SPS of an icebreaker ship was also analyzed for which the data were obtained from [14]. The diagram of the system is shown in Fig. 3.

The system was represented and renumbered as in Fig. 4 so that the analysis could be done using the developed unbalanced power flow software. The data are characterized by

Loads—Spot loads, three-phase balanced loads, delta con- nected, constant kW, kVAR;

Fig. 2. IEEE 37-node feeder.

Fig. 3. Shipboard Power System.

Fig. 4. Renumbered Shipboard Power System.

Overhead and Underground Lines—Three-phase cables; Transformer—Inline transformer is delta-delta with tap ratio of one.

Authorized licensed use limited to: West Virginia University. Downloaded on October 16,2020 at 00:39:36 UTC from IEEE Xplore. Restrictions apply.

1022 IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 22, NO. 3, AUGUST 2007

TABLE II MODIFIED IEEE 37–NODE VOLTAGES

IV. RESULTS

A. Load Flow

The unbalanced load flow software was developed in MATLAB. Using Radial Distribution Analysis Package (RDAP) [18]), a commercially available distribution power flow package, the authors compared results on a common IEEE distribution test system [17] to validate the results of the developed software.

1) Results of the original feeder (without DG) obtained by the developed software and those obtained by RDAP are compared. Voltages are as shown in Table II, and the cur- rents are shown in Table VI in the Appendix. Results ob- tained from the developed program closely match the re- sults obtained from RDAP for the original feeder. The load flow took one iteration to converge. RDAP can only handle modeling a DG as a negative load, so results are not avail- able for the PV model.

2) The voltages in per-unit and currents in amperes of 18 node SPS are shown in Table III. Node 1 is slack node, and nodes 2–4 are modeled as PV nodes. The generation values are shown in Table IV. The results were compared to results in [14]. These results are obtained with 0.001 p.u. tolerance for load flow as well as PV node convergence. The cables are short, and even a very small voltage difference leads to

TABLE III SPS VOLTAGES AND CURRENTS

TABLE IV SPS GENERATION

a large reactive current injection. The load flow took four iterations to converge.

B. System Studies

The IEEE 37-node feeder [17] without the regulator was studied under different DG modeling and varying penetration. This study helps to demonstrate how the percentage of the distributed generation as well as the loading on the system coupled with the DG model affect the final voltage results.

This highlights the variation in results depending on the DG model.

1) DG is connected to node 734. 2) DG penetration is defined as

% where

3) Anticipating the future load growth, DG penetration is in- creased by increasing the real and reactive power of loads in all the phases of nodes 727, 728, 729, 730, 731, 732, 733, 735, 736, 737, 738, 740, 741, 742, and 744. The penetra- tion of DG is increased in steps of 3.5% up to 35%, which corresponds to an increase of loading in steps of 5% from 5% to 50%, respectively

4) Fig. 5(a)–(c) shows a comparison of the voltage deviation from 1 p.u. for different DG models and varying DG pen- etration. The x-axis of Fig. 5(a)–(c) represents the node number, the y-axis of Fig. 5(a) and (b) represents the per- centage DG penetration, the y-axis of Fig. 5(c) represents the percentage load increase, and the z-axis of Fig. 5(a)–(c) represents the voltage deviation from 1 p.u. Fig. 5(a) is obtained with a DG modeled as a constant PQ node. The surface plot of Fig. 5(a) clearly indicates the voltage deviation is low for the downstream nodes of the feeder. Voltage deviation is high for nodes 744 and 728 because load at 728 is a three-phase load, and hence,

Authorized licensed use limited to: West Virginia University. Downloaded on October 16,2020 at 00:39:36 UTC from IEEE Xplore. Restrictions apply.

KHUSHALANI et al.: DEVELOPMENT OF THREE-PHASE UNBALANCED POWER FLOW 1023

Fig. 5. IEEE 37-node feeder study with PQ and PV models and varying DG penetration level (a) PQ model. (b) PV model. (c) PV model with 50% penetration. (d) Loss comparison.

the loading is increased in all three phases and 744 is di- rectly connected to this node. The minimum voltage de- viation is 0.01933 p.u. Fig. 5(b) is obtained with a DG modeled as a PV node that switches to PQ node in case of a reactive power limit hit. The same observations can be made for surface plot of Fig. 5(b). The minimum voltage deviation is 0.0169 p.u. Comparing surfaces of Fig. 5(a) and (b) demonstrates that the difference in voltage devia- tion for downstream nodes during low DG penetration is not much. However, the difference in voltage deviation for downstream nodes during high DG penetration is consid- erable. Fig. 5(c) is obtained with the DG modeled as PV node and constant penetration, i.e., 50%, which switches to PQ node in case of a reactive power limit hit. However, there was no reactive power limit hit for the load increases shown. The surface plot of Fig. 5(c) clearly indicates that the voltage deviation is low for the downstream nodes of the feeder, but it increases with an increase in loading. The minimum voltage deviation is 0.0016 p.u. Based on these observations, for an increase in load, the voltage deviation

is the least when DG is modeled as PV node with 50% DG penetration.

5) Twelve cases as shown in Table V are defined as follows. a) Cases 0–3 have 0% DG penetration. b) Cases 4–6 have varying DG penetration but are mod-

eled as PQ node. c) Cases 7–9 have varying DG penetration but are mod-

eled as PV node, which switches to PQ node in case of a limit hit.

d) Cases 10–12 have 50% DG penetration but are mod- eled as PV node, which switches to PQ node in case of a limit hit. However, for all three cases, the limit does not hit with this penetration level.

6) Fig. 5(d) shows the system loss comparison for all these cases. Losses for cases 1–3, which correspond to no DG penetration, are quite high. Losses for cases 4–6, which correspond to the PQ model, are slightly higher than cases 7–9, which correspond to the PV model. For 50% DG pen- etration, losses are much less. Losses for case 12 are more than that of cases 10 and 11 due to an increase in loading.

Authorized licensed use limited to: West Virginia University. Downloaded on October 16,2020 at 00:39:36 UTC from IEEE Xplore. Restrictions apply.

1024 IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 22, NO. 3, AUGUST 2007

TABLE V CASE SCENARIOS

Fig. 6. Real power contributions from DG and substation along with total real power loading.

For a 50% increase in load, losses decrease by 3.4% due to 50% DG penetration.

7) Fig. 6 shows the real power generated by the DG relative to that from the substation in all the 12 cases. This graph is also a representation of the DG injection. For cases 0–3, there is no DG penetration, and hence, the entire real power contribution is from the substation. For cases 4–6 and 7–9, the DG penetration increases, and hence, the substation contribution decreases. For cases 10–12, DG penetration is 50%, and thus, the substation contributes 50%.

8) The power flow took one iteration to converge for all cases where the DG was modeled as a PQ node, whereas a max- imum of three iterations were required for all cases where DG was modeled as a PV node.

V. CONCLUSION

This paper describes a revised general three-phase unbal- anced power flow algorithm that allows for the incorporation of DGs modeled as either PV or PQ nodes. The algorithm was tested on both an IEEE 37-node test feeder and an 18-node icebreaker shipboard power system. Comparing the results of the unbalanced power flow without DG with RDAP, an established software package, demonstrates the accuracy of the algorithm for an established test case. Advanced studies on the IEEE 37-node test case with DG demonstrate the impact of DG model type, size, and load variations on the results.

Further studies, including using the recently published paper on induction machine models and the IEEE 34-node test case

TABLE VI MODIFIED IEEE 37-NODE CURRENTS

[19], will provide additional opportunities to study the impact of various DG models on unbalanced power flow analysis.

APPENDIX

Table VI shows the modified IEEE 37-node currents.

ACKNOWLEDGMENT

The authors would like to thank Dr. T. Baldwin from Florida State University for the icebreaker shipboard power system data.

REFERENCES [1] T.-H. Chen et al., “Distribution system power flow analysis—A rigid

approach,” IEEE Trans. Power Del., vol. 6, no. 3, pp. 1146–1152, Jul. 1991.

[2] R. D. Zimmerman and H. D. Chiang, “Fast decoupled power flow for unbalanced radial distribution systems,” IEEE Trans. Power Syst., vol. 10, no. 4, pp. 2045–2052, Nov. 1995.

[3] J.-H. Teng, “A direct approach for distribution system load flow solu- tions,” IEEE Trans. Power Del., vol. 18, no. 3, pp. 882–887, July 2003.

[4] W. M. Lin et al., “Three-phase unbalanced distribution power flow so- lutions with minimum data preparation,” IEEE Trans. Power Syst., vol. 14, no. 3, pp. 1178–1183, Aug. 1999.

[5] Y. J. Jang and J. K. Park, “Three-phase power flow method based on fast-decoupled method for unbalanced radial distribution system,” [On- line]. Available: http://eeserver.korea.ac.kr/~bk21/arch/bk21conf/54. pdf.

[6] J.-H. Teng, “A network-topology-based three-phase load flow for dis- tribution systems,” Proc. Nat. Sci. Council, vol. 24, no. 4, pp. 259–264, 2000.

[7] W. Xu et al., “A generalized three-phase power flow method for the initialization of EMTP simulations,” in Proc. Int. Conf. Power System Technology, 1998, vol. 2, pp. 875–879.

[8] H. M. Mok et al., “Power flow analysis for balanced and unbalanced radial distribution systems,” [Online]. Available: http://www.itee.uq. edu.au/~aupec/aupec99/mok99.pdf.

Authorized licensed use limited to: West Virginia University. Downloaded on October 16,2020 at 00:39:36 UTC from IEEE Xplore. Restrictions apply.

KHUSHALANI et al.: DEVELOPMENT OF THREE-PHASE UNBALANCED POWER FLOW 1025

[9] M. A. Laughton, “Analysis of unbalanced polyphase networks by method of phase co-ordinates,” Proc. Inst. Elect. Eng., vol. 15, no. 8, pp. 1163–1172, Aug. 1968.

[10] W. H. Kersting, Distribution System Modeling and Analysis. Boca Raton, FL: CRC, 2002.

[11] C. S. Cheng and D. Shirmohammadi, “A three-phase power flow method for real-time distribution system analysis,” IEEE Trans. Power Syst., vol. 10, no. 2, pp. 671–679, May 1995.

[12] S. Khushalani and N. N. Schulz, “Unbalanced distribution power flow with distributed generation,” in Proc. IEEE Transmission and Distri- bution Conf., Dallas, TX, May 2006.

[13] M. M. Medina, L. Qi, and K. L. Butler-Purry, “A three-phase load flow algorithm for shipboard power systems (SPS),” in Proc. IEEE Power Eng. Soc. Transmission and Distribution Conf. Expo., Sep. 2003, vol. 1, pp. 227–233.

[14] T. L. Baldwin and S. A. Lewis, “Distribution load flow methods for shipboard power systems,” IEEE Trans. Ind. Appl., vol. 40, no. 5, pp. 1183–1190, Sep.–Oct. 2004.

[15] W. H. Kersting, Distribution System Modeling and Analysis. Boca Raton, FL: CRC, 2002.

[16] W. H. Kersting, “Radial distribution test feeders,” in Proc. IEEE Power Eng. Soc. Winter Meeting, 2001, vol. 2, pp. 908–912.

[17] Radial Distribution Test Feeders. [Online]. Available: http://www.ewh. ieee.org/soc/pes/dsacom/testfeeders.html.

[18] WH Power Consultants, RDAP User Manual, ver. 3.0. Las Cruces, NM, Sep. 1999. [Online]. Available: http://www.zianet.com/whpower.

[19] R. C. Dugan and W. H. Kersting, “Induction machine test case for the 34-bus test feeder-description,” in Proc. IEEE Power Eng. Soc. General Meeting, Montreal, QC, Canada, Jun. 2006.

Sarika Khushalani (S’06) received the B.E. degree from Nagpur University, Nagpur, India, in 1998, the M.E. degree from Mumbai University, Mumbai, India, in 2000, and the Ph.D. degree from the Electrical and Computer Engineering Department of Mississippi State University (MSU), Mississippi State, MS, in 2006.

She is now an engineer working for Open Systems International, Minneapolis, MN. She was involved in research activities at IIT Bombay, Bombay, India. Her research interests are computer applications in

power system analysis and power system control. Ms. Khushalani received a Honda Fellowship Award at MSU.

Jignesh M. Solanki (S’06) received the B.E. degree from V.N.I.T., Nagpur, India, in 1998, the M.E. degree from Mumbai University, Mumbai, India, in 2000, and the Ph.D. degree from the Electrical and Computer Engineering Department of Mississippi State University, Mississippi State, MS, in 2006.

He is now an engineer working for Open Systems International, Minneapolis, MN. He was involved in research activities at IIT Bombay, Bombay, India. His research interests are power system analysis and its control.

Noel N. Schulz (SM’00) received the B.S.E.E. and M.S.E.E. degrees from Virginia Polytechnic Institute and State University, Blacksburg, in 1988 and 1990, respectively, and the Ph.D. degree in electrical engineering from the University of Minnesota, Minneapolis, in 1995.

She has been an Associate Professor in the Electrical and Computer Engineering Department at Mississippi State University, Mississippi State, MS, since July 2001. Her research interests are in computer applications in power system operations,

including artificial intelligence techniques. Dr. Schulz holds the TVA Endowed Professorship in Power Systems Engi-

neering. She is an NSF CAREER award recipient. She has been active in the IEEE Power Engineering Society and is serving as Secretary for 2004–2007. She was the 2002 recipient of the IEEE/PES Walter Fee Outstanding Young Power Engineer Award.

Authorized licensed use limited to: West Virginia University. Downloaded on October 16,2020 at 00:39:36 UTC from IEEE Xplore. Restrictions apply.

Project 1/New_Load_files_for Project1.csv

Load for Node 634abc (kW) pf=0.928477,"Multiplier for load at node 671abc Base Load= 1500kW, 1600 kVar","Multiplier for load at node 645b Base Load= 370kW,125 kVar","Multiplier for load at node 646bc Base Load= 230kW,132 kVar","Multiplier for load at node 692ac Base Load=170kW,1151 kVar","Multiplier for load at node 675abc Base Load_a=485kW,190 kVar, Base Load_b=68kW,660 kVar, Base Load_c=290kW,1212kVar","Multiplier for load at node 611c Base Load=170kW,80 kVar","Multiplier for load at node 652a kW=128, kVar=86","Multiplier for load at node 670abc Base Load_a=170kW,10 kVar, Base Load_b=150kW,738 kVar, Base Load_c=117kW,468kVar" 518.7029445,0.345,0.345,0.345,0.345,0.345,1,0.345,0.345 529.746312,0.353,0.353,0.353,0.353,0.353,1,0.353,0.353 537.7013205,0.358,0.358,0.358,0.358,0.358,1,0.358,0.358 553.478631,0.368,0.368,0.368,0.368,0.368,1,0.368,0.368 554.2211805,0.369,0.369,0.369,0.369,0.369,1,0.369,0.369 572.8086,0.381,0.381,0.381,0.381,0.381,1,0.381,0.381 621.3382245,0.414,0.414,0.414,0.414,0.414,1,0.414,0.414 689.3123295,0.459,0.459,0.459,0.459,0.459,1,0.459,0.459 638.77359,0.425,0.425,0.425,0.425,0.425,1,0.425,0.425 611.3455845,0.407,0.407,0.407,0.407,0.407,1,0.407,0.407 703.1069445,0.468,0.468,0.468,0.468,0.468,1,0.468,0.468 582.5666895,0.388,0.388,0.388,0.388,0.388,1,0.388,0.388 567.7961535,0.378,0.378,0.378,0.378,0.378,1,0.378,0.378 530.762031,0.353,0.353,0.353,0.353,0.353,1,0.353,0.353 514.4988795,0.342,0.342,0.342,0.342,0.342,1,0.342,0.342 517.668039,0.345,0.345,0.345,0.345,0.345,1,0.345,0.345 532.3037025,0.354,0.354,0.354,0.354,0.354,1,0.354,0.354 671.613033,0.447,0.447,0.447,0.447,0.447,1,0.447,0.447 594.235743,0.396,0.396,0.396,0.396,0.396,1,0.396,0.396 571.6887195,0.381,0.381,0.381,0.381,0.381,1,0.381,0.381 559.121889,0.372,0.372,0.372,0.372,0.372,1,0.372,0.372 552.6093885,0.368,0.368,0.368,0.368,0.368,1,0.368,0.368 541.1278125,0.36,0.36,0.36,0.36,0.36,1,0.36,0.36 533.0840775,0.355,0.355,0.355,0.355,0.355,1,0.355,0.355

Project 1/OpenDSS Tutorial.docx

OpenDSS Tutorial

Introduction: - The Open (source) Distribution System Simulator (OpenDSS, or simply, DSS) is a comprehensive electrical system simulation tool for electric utility distribution system.

I. OpenDSS is designed to support most types of power distribution planning analysis associated with the interconnection of distributed generation (DG) to utility systems.

II. It also supports many other types of frequency-domain circuit simulations commonly performed on utility electric power distribution systems.

III. The Development of OpenDSS began in April 1997. Roger Dugan is the principal author of the software.

IV. In 2004, the DSS had been acquired by EPRI Solutions.

V. In 2008, EPRI released the software under an open-source license to cooperate with other grid modernization efforts.

Applications: -

I. Development of IEEE Test feeder cases and DG models

II. Solar PV System Simulation

III. Distribution Planning and Analysis

IV. EV Impacts Simulations

V. General Multi-phase AC Circuit Analysis

VI. Analysis of Distributed Generation Interconnections

VII. Annual Load and Generation Simulations

VIII. Wind Plant Simulations

IX. Analysis of Unusual Transformer Configurations

X. Harmonics and Inter harmonics analysis

XI. Neutral-to-earth Voltage Simulations

XII. Loss evaluations with unbalanced loadings

XIII. Transformer frequency response analysis

XIV. Open conductor fault conditions with a variety of single phase and three phase banks

Application: Power Flow Analysis: -

· Load flow analysis is performed to compute the steady state operating values of node voltages, line currents, angles, and power losses at a given load.

· A power utility needs to analyze these variables at a regular interval in order to plan for future in case of some hypothetical critical conditions like system failure or fault analysis.

· Other important application of load flow analysis is to plan and help in expanding the existing power system.

· The power flow executes in numerous solution modes.

· Snapshot (Default) Mode:- Does one power flow solution at the present load level

· Dynamic Power Flow Modes:-

· Daily- Does 24 hours solution following load shape defined as “Daily”

· Yearly – Similar to Daily. 1 hr stepsize, Number=8760

Installation: -

A screenshot of a cell phone  Description automatically generated

1) Click “Download” button in the figure shown, the software will be downloaded automatically.

A screenshot of a cell phone  Description automatically generated

2) After downloading the software, click “yes” in the popup dialog box.

A screenshot of a cell phone  Description automatically generated

3) Click next

A screenshot of a cell phone  Description automatically generated

4) Select “I accept the terms of the license agreement” and click “Next”.

A screenshot of a cell phone  Description automatically generated

5) Click next

A screenshot of a social media post  Description automatically generated

6) Then, a dialog box like the picture on the right may appear. Click the red cross and select “Will be installed on local hard drive”.

A screenshot of a cell phone  Description automatically generated

7) Choose the directory where you want to install and click “Next”.

A screenshot of a cell phone  Description automatically generated

8) Click “Next” button.

A screenshot of a cell phone  Description automatically generated

9) Click “Next” button.

A screenshot of a cell phone  Description automatically generated

A screenshot of a cell phone  Description automatically generated

10) Click “Finish” and check if the software has been successfully installed.

A screenshot of a cell phone  Description automatically generated

11) If successful, an interface like below will appear. This is one of the IEEE test cases provided in OpenDSS installed folder.

A screenshot of a social media post  Description automatically generated

12) To simulate the circuit: Click in “Script window and hit CTRL+A (select all) and CTRL+D.

Or

Go to “Menus”, select “Do”, click on “Selected Line(s).

A screenshot of a map  Description automatically generated A screenshot of a social media post  Description automatically generated

A screenshot of a cell phone  Description automatically generated

Simulation: -

After the completion of the power flow, the losses, voltages, flows, and other information are available for the system, each component, and certain defined areas. There are different modes of simulation. We will cover two of them. Snapshot mode and Daily mode.

To comment any line in script window, please use ‘!’ before the line you wish to comment.

1) Snapshot mode:-

To view the voltage profile, we need to place an Energymeter at the first terminal of the first line. Without placing an energymeter, you won’t see the voltage profile. For the snapshot mode simulation, OpenDSS shows the results for the instant.

a) Voltage profile with default values of line impedance.

b) Voltage profile after changed values of line impedance.

2) Daily Mode: -

In order to get the results as a function of time, we need to use the element called monitor. For simplicity we will place the monitor at the line which has time varying load at terminal 1. This monitor will measure the V,I, P which flows into first terminal of this line. You can also place the monitor at the load buses as well. For power measurement, mode should be 1 instead of 0. See the attached screenshot.

New monitor.line element=Line.671680 terminal=1 mode=0

New monitor.load element=load.671 terminal=1 mode=0

For daily mode, we need to define-

a) Loadshape- It is a load profile varying with respect to time. For daily loadshape, you must have 24 values with 1 hour interval. If you want 15 minutes intervals, you should have 96 values in your loadshape file. Load1.csv has 24 values. You can have as many loadshapes you like.

new loadshape.Load1 npts=24 interval=1.0 mult=(File=Load1.csv)

To see the plot of loadshape, follow the below screenshot

b) After defining the loadshapes, you need to modify the load where you wish to attach this loadshape. For example

New Load.671 Bus1=671.1.2.3 Phases=3 Conn=Delta Model=1 kV=4.16 kW=1155 kvar=660 daily=Load1

New Load.634a Bus1=634.1 Phases=1 Conn=Wye Model=1 kV=0.277 kW=160 kvar=110 daily=Load1

c) How to visualize the monitor readings:

In order to select more than one variable in below, press CTRL+variable.

Similarly, if you select the monitor placed at load, you can check the power, voltage, current at that particular load bus.

i) Voltage profile with Default load values

ii) Voltage profile with modified load values

OpenDSS can provide many more important results and can be interfaced with MATLAB, PYTHON using COM interface.

Tutorial Videos

· Introduction: https://www.youtube.com/watch?v = RGbfIfhGcRg&list=PLcOap2oqW_gEMEVH9dg2HoXJ4NvydfsZM

· Line: https://www.youtube.com/watch?v=jUSWAC0jNDU&list=PLcOap2oqW_gEMEVH9dg2HoXJ4NvydfsZM&index=7

· Linecode: https://www.youtube.com/watch?v=k8l3Lo10dgk&list=PLcOap2oqW_gEMEVH9dg2HoXJ4NvydfsZM&index=8

· Transformer: https://www.youtube.com/watch?v=z9EbQCmaWBo&list=PLcOap2oqW_gEMEVH9dg2HoXJ4NvydfsZM&index=12

· Capacitor: https://www.youtube.com/watch?v=cggpjOixWUI&list=PLcOap2oqW_gEMEVH9dg2HoXJ4NvydfsZM&index=11

· Load: https://www.youtube.com/watch?v=FANmMQPnDPY&list=PLcOap2oqW_gEMEVH9dg2HoXJ4NvydfsZM&index= 10

· Test Case Feeder: https://www.youtube.com/watch?v=8HpN3Zz1EXA&list=PLcOap2oqW_gEMEVH9dg2HoXJ4NvydfsZM&index=15

Project 1/Project Outline EE431 Fall 2020.docx

EE431 Fall 2020 - Project Outline

October 13, 2020

Project Description

Due Date – 29th October 2020 midnight

Design Project Statement: Perform 24 h load flow analysis for IEEE 13 node Distribution system. Considering loading for the nodes as given in csv file. For example, the kW plot for load on node 634 is as shown in figure below:

The data for the system is in data.doc file which is already input in the OpenDSS IEEE13nodeckt_Dailymode.dss .

Figure 1: One-line diagram of IEEE 13 node test case

1) Run the .dss file with load data as given and plot the voltages for 24 hours at all nodes. To do this, place monitors at all nodes and export the values to excel and then plot all voltages on the same graph through excel. To model the load on node 634abc define the multiplier as load value/max value (load) and the KW in openDSS as max value (load).

2) Run the .dss file with load data as given and plot the power in the lines 650-632, 632-671, 671-680, 611-684, 633-634 for 24 hours as a single bar graph. To do this, place monitors at all lines and export the values to excel and then plot all KWs vs the name of lines on the same graph through excel.

3) Change the load at node 652a to increase by 50 percent. Plot the before and after load change voltages on the same plot and compare the change.

4) Install a capacitor of value designed by you to bring all the voltages within limits, i.e. 0.95-1.05 pu.

Deliverables:

1. Prepare two-three page project report on your findings in the IEEE conference paper format (use IEEE template provided on E-Campus) and give title to your report. Give file name – FirstName_LastName_EE431_Project.docx

2. All .dss files and any supporting materials used. Give file name – FirstName_LastName_EE431_Project.zip

3. Send both these files to [email protected]

4. Check your emails for confirmation – if you don’t receive confirmation email within 24-36 hours assume that I have not received your file (It is your responsibility to send me your deliverables)

Grading Rubrics: Paper – 40%, Results – 50% and Clarity and Appropriate Submission - 10%

646

645

632

633

634

650

692

675

611

684

652

671

680