WOLFRAM SYSTEM MODELER

LightningLosslessTransmissionLine

Lightning on a lossless transmission line

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Analog.Examples.Lines.LightningLosslessTransmissionLine"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

This example shows what happens when a lightning hits a transmission line. We consider a lossless single-phase equivalent circuit with two parts of the transmission line, each 50 km long. The RMS voltage is 380 kV / √3, the RMS load current is roughly 1090 A. Realistic parameters of the 380 kV transmission line are used. Note that after the source starts, the traveling wave arrives at the load 350 µs later. After 20 ms, a lightning (10/350 µs) with an amplitude of 10 kA hits the transmission line just in the middle. Note that the traveling wave hits source and load approximately 200 µs after the lightning hits the transmission line. Plot voltage and current at the load. Without overvoltage protection, the load would be destroyed. One could compare the results with that obtained by using a transmission line model taking losses into account.

Parameters (9)

Rload

Value: 200

Type: Resistance (Ω)

Description: Load resistance

r

Value: 25e-6

Type: Real (Ω/m)

Description: Resistance per meter

g

Value: 15e-12

Type: Real (S/m)

Description: Conductance per meter

l

Value: 1e-6

Type: Real (H/m)

Description: Inductance per meter

c

Value: 15e-12

Type: Real (F/m)

Description: Capacitance per meter

len

Value: 100e3

Type: Length (m)

Description: Length of line

c0

Value: 1 / sqrt(l * c)

Type: Velocity (m/s)

Description: Speed of EM wave

td

Value: len / c0

Type: Time (s)

Description: Transmission delay

z0

Value: sqrt(l / c)

Type: Impedance (Ω)

Description: Characteristic impedance for very high frequency

Components (6)

line1

Type: TLine

Description: Lossless transmission line with characteristic impedance Z0 and transmission delay TD

line2

Type: TLine

Description: Lossless transmission line with characteristic impedance Z0 and transmission delay TD

source

Type: SineVoltage

Description: Sine voltage source

load

Type: Resistor

Description: Ideal linear electrical resistor

ground

Type: Ground

Description: Ground node

lightningImpulseCurrent

Type: LightningImpulseCurrent

Description: Lightning impulse current

Revisions

  • May, 2021 implemented by Anton Haumer, Technical University of Applied Sciences Regensburg