Main Content

Multiphase Coupled Lines

R2026b

Magnetically coupled multiphase lines

Since R2026b

  • Multiphase Coupled Lines block

Libraries:
Simscape / Electrical / Passive / Lines

Description

The Multiphase Coupled Lines block models magnetically coupled multiphase lines. Each line has a self inductance, a series resistance, and an optional parallel conductance. In addition, there is a mutual inductance, a mutual resistance, and an optional mutual capacitance between each pair of lines.

To model magnetic coupling of a single pair of lines, use the Coupled Lines (Pair) block. To model magnetic coupling of three lines, use the Coupled Lines (Three-Phase) block.

The Multiphase Coupled Lines block allows you to model the lines with either balanced or unbalanced impedance. To choose whether to model balanced or unbalanced impedance, set the Parameterization parameter to Balanced impedance or General impedance, respectively.

Equations

When you set the Parameterization parameter to Balanced impedance, the coupled lines are balanced and the resistance, inductance, and capacitance matrices are

R=[RsRmRmRmRsRmRmRmRs]L=[LsLmLmLmLsLmLmLmLs]C=[CsCmCmCmCsCmCmCmCs]

where:

  • Rs is the self resistance of the transmission line per phase.

  • Rm is the line-line mutual resistance.

  • Ls is the self inductance of the transmission line per phase.

  • Lm is the line-line mutual inductance.

  • Cs is the self capacitance of the transmission line per phase.

  • Cm is the line-line mutual capacitance.

When you set the Parameterization parameter to General impedance, the coupled lines are general or unbalanced, and you must directly specify the resistance, inductance, and capacitance matrices by using the Line inductance matrix, Line resistance matrix, and Capacitance matrix parameters.

If you set the Model capacitance parameter to Exclude capacitance, then the block uses these defining equations for the coupled lines:

V1V2=RIL+LdILdtI1=ILI2=IL

where:

  • V1 is the voltage vector at port 1.

  • V2 is the voltage vector at port 2.

  • I1 is the current vector flowing into port 1.

  • I2 is the current vector flowing into port 2.

  • IL is the current vector flowing through the inductors.

  • R is the resistance matrix.

  • L is the inductance matrix.

If you set the Model capacitance parameter to Include capacitance at one port, then the block uses these defining equations for the coupled lines:

V1V2=RIL+LdILdtI1+I2=CdV1dtI2=IL

where C is the capacitance matrix.

If you set the Model capacitance parameter to Include capacitance at both ports, then the block uses these defining equations for the coupled lines:

V1V2=RIL+LdILdtI1IL=C2dV1dtI2+IL=C2dV2dt

Assumptions and Limitations

  • The 1 and 2 ports of this block represent multiple nodes as single ports. The number of nodes inside each port depends on the value of the Number of phases parameter. To access each connection port on both sides of the block, use the Array Connection block.

    Diagram that shows how to connect the Array Connection blocks on each port of the Multiphase Coupled Lines block

Ports

Conserving

expand all

Electrical conserving port associated with one end of the coupled lines.

Electrical conserving port associated with the other end of the coupled lines.

Parameters

expand all

Option to specify the line impedance parameterization, specified as one of these values:

  • Balanced impedance — Model the coupled lines with balanced impedance. If you select this option, then you must specify the same values of resistance, inductance, and capacitance for all lines.

  • General impedance — Model the coupled lines with general impedance. If you select this option, then you must specify the resistance, inductance, and capacitance separately for each line by using matrices.

Number of phases in the coupled lines.

Self inductance of the line. This parameter represents the value of each of the diagonal elements, Ls, of the inductance matrix.

The value of this parameter must be greater than the value of the Mutual inductance parameter.

Dependencies

To enable this parameter, set Parameterization to Balanced impedance.

Mutual inductance between each pair of lines. This parameter represents the value of each of the off-diagonal elements, Lm, of the inductance matrix.

The value of this parameter must be less than the value of the Line self inductance parameter and greater than the negative value of the Line self inductance parameter.

Dependencies

To enable this parameter, set Parameterization to Balanced impedance.

Series resistance of the line. This parameter represents the value of each of the diagonal elements, Rs, of the resistance matrix.

The value of this parameter must be greater than the value of the Mutual resistance parameter.

Dependencies

To enable this parameter, set Parameterization to Balanced impedance.

Mutual resistance between each pair of lines. This parameter represents the value of each of the off-diagonal elements, Rm, of the resistance matrix.

The value of this parameter must be less than the value of the Line self resistance parameter.

Dependencies

To enable this parameter, set Parameterization to Balanced impedance.

Np-by-Np inductance matrix of the line, where Np is the value of the Number of phases parameter.

The diagonal elements of this matrix must be nonnegative.

Dependencies

To enable this parameter, set Parameterization to General impedance.

Np-by-Np resistance matrix of the line, where Np is the value of the Number of phases parameter.

Dependencies

To enable this parameter, set Parameterization to General impedance.

Option to model the capacitance at neither, one, or both ports of the block.

Self capacitance of the lines. This parameter represents the value of each of the diagonal elements, Cs, of the capacitance matrix.

Dependencies

To enable this parameter, set Parameterization to Balanced impedance and Model capacitance to Include capacitance at one port or Include capacitance at both ports.

Mutual capacitance between each pair of lines. This parameter represents the value of each of the off-diagonal elements, Cm, of the capacitance matrix.

Dependencies

To enable this parameter, set Parameterization to Balanced impedance and Model capacitance to Include capacitance at one port or Include capacitance at both ports.

Np-by-Np capacitance matrix of the line, where Np is the value of the Number of phases parameter.

Dependencies

To enable this parameter, set Parameterization to General impedance and Model capacitance to Include capacitance at one port or Include capacitance at both ports.

Extended Capabilities

expand all

C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.

Version History

Introduced in R2026b