-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path4Bus-YY-Bal_nl.DSS
More file actions
48 lines (36 loc) · 1.9 KB
/
4Bus-YY-Bal_nl.DSS
File metadata and controls
48 lines (36 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
clear
! IEEE 4-bus test case Y-Y Stepdown Balanced
! Based on script developed by Alan Dunn and Steve Sparling
new circuit.4BusYYbal basekV=12.47 phases=3
! **** HAVE TO STIFFEN THE SOURCE UP A LITTLE; THE TEST CASE ASSUMES AN INFINITE BUS
~ mvasc3=200000 200000
set earthmodel=carson
! **** DEFINE WIRE DATA
new wiredata.conductor Runits=mi Rac=0.306 GMRunits=ft GMRac=0.0244 Radunits=in Diam=0.721
new wiredata.neutral Runits=mi Rac=0.592 GMRunits=ft GMRac=0.00814 Radunits=in Diam=0.563
! **** DEFINE LINE GEOMETRY; REDUCE OUT THE NEUTRAL
new linegeometry.4wire nconds=4 nphases=3 reduce=yes
~ cond=1 wire=conductor units=ft x=-4 h=28
~ cond=2 wire=conductor units=ft x=-1.5 h=28
~ cond=3 wire=conductor units=ft x=3 h=28
~ cond=4 wire=neutral units=ft x=0 h=24
! **** 12.47 KV LINE
new line.line1 geometry=4wire length=2000 units=ft bus1=sourcebus bus2=n2
! **** 3-PHASE STEP-DOWN TRANSFORMER 12.47/4.16 KV Y-Y
new transformer.t1 xhl=6
~ wdg=1 bus=n2 conn=wye kV=12.47 kVA=6000 %r=0.5
~ wdg=2 bus=n3 conn=wye kV=4.16 kVA=6000 %r=0.5
! **** 4.16 KV LINE
new line.line2 bus1=n3 bus2=n4 geometry=4wire length=2500 units=ft
! **** WYE-CONNECTED 4.16 KV LOAD
!new load.load1 phases=3 bus1=n4 conn=wye kV=4.16 kW=5400 kvar=5400 model=2
! **** HAVE TO ALLOW P, Q TO REMAIN CONSTANT TO ABOUT .79 PU -- THIS IS ASSUMED IN TEST CASE
! **** DEFAULT IN DSS IS .95, BELOW WHICH IT REVERTS TO LINEAR MODEL
!~ vminpu=0.75 ! model will remain const p,q down to 0.75 pu voltage
! **** WYE-CONNECTED 4.16 KV LOAD
!new load.load2 phases=3 bus1=n3 conn=wye kV=4.16 kW=2700 pf=0.9 model=2
! **** HAVE TO ALLOW P, Q TO REMAIN CONSTANT TO ABOUT .79 PU -- THIS IS ASSUMED IN TEST CASE
! **** DEFAULT IN DSS IS .95, BELOW WHICH IT REVERTS TO LINEAR MODEL
!~ vminpu=0.75 ! model will remain const p,q down to 0.75 pu voltage
set voltagebases=[12.47, 4.16]
calcvoltagebases ! **** let DSS compute voltage bases