This example models a single-phase underground cable fed by an overhead line. Scout arresters, placed on poles on either side of the riser pole, are optional. These have the same discharge voltage as the riser-pole arrester.
The plot shows the cable voltages at the riser pole, 75% down the cable, and at the cable open point.
#: script=scriptloader
- OpenETran.js
#: name=inputtemplate
* adapted from openetran/Test/scout.dat
time 2 0.01e-6 14.0e-6
* overhead line geometry
span 1
conductor 1 10.0 0.0 0.00715 -11097.0
conductor 2 8.0 0.0 0.00715 0.0
* single-phase underground attached to upper phase
span 2
cable 1 30.0 1.5e8 -11097.0
end
end
* overhead line spans
line 1 2 1 SPAN 1 0
line 2 3 1 SPAN 0 0
line 3 4 1 SPAN 0 0
line 4 5 1 SPAN 0 1
* underground spans
line 3 6 2 CABLELEN1 0 0
line 6 7 2 CABLELEN2 0 0
end
labelphase 0 G
labelphase 1 A
labelphase 2 B
labelphase 3 C
labelphase 4 N
labelpole 3 riser
labelpole 6 xfmr
labelpole 7 opntie
* riser pole and scout arresters
arrester 0.0e3 RISERVOLTAGE 0.28 0.4e-6 LEADLEN
pairs 1 0
poles RISERLOCATIONS
* open-tie arresters
arrbez 0.0e3 ELBOWVOLTAGE 0.0 0.0 0.0 0
pairs 1 0
poles 7
surge -10.0e3 1.0e-6 50.0e-6 0.0e-6
pairs 1 0
poles SURGEPOLE
meter
pairs 1 0
poles 3 6 7
This app uses EPRI OpenETran to simulate the transients on the underground cable system.
Note that this app simplifies some aspects, particularly:
Also, this app does not consider cable BIL nor does it calculate protective margins.
Emscripten was used to compile OpenETran’s code to JavaScript. The user interface was created in mdpad. See here for the code with the user interface and OpenETran model input. OpenETran and the GNU GSL library (an OpenETran dependency) are distributed under the GNU GPL version 3.0 license. The source codes are available as follows: OpenETran and GNU GSL.