SimPowerSystems    
Distributed Parameter Line

Implement an N-phase distributed parameter transmission line model with lumped losses

Library

Elements

Description

The Distributed Parameter Line block implements an N-phase distributed parameter line model with lumped losses. The model is based on the Bergeron's traveling wave method used by the Electromagnetic Transient Program (EMTP)[1]. In this model, the lossless distributed LC line is characterized by two values (for a single-phase line): the surge impedance and the phase velocity .

The model uses the fact that the quantity e+Zi, where e is line voltage and i is line current, entering one end of the line must arrive unchanged at the other end after a transport delay of , where d is the line length. By lumping R/4 at both ends of the line and R/2 in the middle and using the current injection method of Power System Blockset, the following two-port model is derived.





where

    

    

     

For multiphase line models, modal transformation is used to convert line quantities from phase values (line currents and voltages) into modal values independent of each other. The previous calculations are made in the modal domain before being converted back to phase values.

In comparison to the PI sections line model, the distributed line represents wave propagation phenomena and line end reflections with much better accuracy. See the comparison between the two models in the Example section.

Dialog Box and Parameters

Number of phases N
Specifies the number of phases, N, of the model. The block icon dynamically changes according to the number of phases that you specify. When you apply the parameters or close the dialog box, the number of inputs and outputs is updated.
Frequency used for RLC specifications
Specifies the frequency used to compute the modal resistance R, inductance L, and capacitance C matrices of the line model.
Resistance per unit length
The resistance R per unit length, as an N-by-N matrix in ohms/km (/µ).
For a symmetrical line, you can either specify the N-by-N matrix or the sequence parameters. For a two-phase or three-phase continuously transposed line, you can enter the positive and zero-sequence resistances [R1 R0]. For a symmetrical six-phase line you can enter the sequence parameters plus the zero-sequence mutual resistance [R1 R0 R0m].
For unsymmetrical lines, you must specify the complete N-by-N resistance matrix.
Inductance per unit length
The inductance L per unit length, as an N-by-N matrix in henries/km (H/km).
For a symmetrical line, you can either specify the N-by-N matrix or the sequence parameters. For a two-phase or three-phase continuously transposed line, you can enter the positive and zero-sequence inductances [L1 L0]. For a symmetrical six-phase line you can enter the sequence parameters plus the zero-sequence mutual inductance [L1 L0 L0m].
For unsymmetrical lines, you must specify the complete N-by-N inductance matrix.
Capacitance per unit length
The capacitance C per unit length, as an N-by-N matrix in farads/km (F/km).
For a symmetrical line, you can either specify the N-by-N matrix or the sequence parameters. For a two-phase or three-phase continuously transposed line, you can enter the positive and zero-sequence capacitances [C1 C0]. For a symmetrical six-phase line you can enter the sequence parameters plus the zero-sequence mutual capacitance [C1 C0 C0m].
For unsymmetrical lines, you must specify the complete N-by-N capacitance matrix.
Line length
The line length, in km.
Measurements
Select Phase-to-ground voltages to measure the sending end and receiving end voltages for each phase of the line model.
Place a Multimeter block in your model to display the selected measurements during the simulation.
In the Available Measurements list box of the Multimeter block, the measurement is identified by a label followed by the block name:

Measurement
Label

Phase-to-ground voltages, sending end

Us_ph1_gnd:, Us_ph2_gnd:, Us_ph3_gnd:, etc.

Phase-to-ground voltages, receiving end

Ur_ph1_gnd:, Ur_ph2_gnd:, Ur_ph3_gnd:, etc.

Limitations

This model does not represent accurately the frequency dependence of RLC parameters of real power lines. Indeed, because of the skin effects in the conductors and ground, the R and L matrices exhibit strong frequency dependence, causing an attenuation of the high frequencies.

Example

The psbmonophaseline.mdl demo illustrates a 200 km line connected on a 1 kV, 60 Hz infinite source. The line is deenergized and then reenergized after 2 cycles. The simulation is performed simultaneously with the Distributed Parameter Line block and with the PI Section Line block.

The receiving end voltage obtained with the Distributed Parameter Line block is compared with the one obtained with the PI Section Line block (two sections).

Open the powergui. Click the Impedance vs Frequency Measurement button. A new window appears, listing the two Impedance Measurement blocks connected to your circuit. Set the parameters of Impedance vs Frequency Measurement to compute impedance in the 0:2000 Hz frequency range, select the two measurements in the list, then click the Update button.

The distributed parameter line shows a succession of poles and 0s equally spaced, every 486 Hz. The first pole occurs at 243 Hz, corresponding to frequency f = 1/(4 * T) where

The PI section line only shows two poles because it consists of two PI sections. Impedance comparison shows that a two-section PI line gives a good approximation of the distributed line for the 0 to 350 Hz frequency range.

References

[1] Dommel, H, "Digital Computer Solution of Electromagnetic Transients in Single and Multiple Networks," IEEE Transactions on Power Apparatus and Systems, Vol. PAS-88, No. 4, April, 1969.

See Also

PI Section Line


  Discrete System dq0_to_abc Transformation