Compute RLC parameters of radial copper cables with single screen, based on conductor and insulator characteristics
power_cableparam
For a set of N cables, power_cableparam
computes
the self- and mutual impedances, the phase-to-screen, and screen to
ground capacitances of radial cables with screen.
The power_cableparam
function assumes that
a cable consists of an inner copper phase conductor with an outer
screen conductor, using cross-linked polyethylene (XLPE) insulator
material.
The following figure shows a typical high-voltage cable.
The variables used in the equations are:
N: The number of cables
n: the number of strands contained in the phase conductor.
d: the diameter of one strand (m)
f: the nominal frequency of the cable application
r: the radius of the phase conductor
µr: the relative permeability of phase conductor
rint, rext: the internal and external radius of the screen conductor
GMD: Geometric mean distance between the phase conductors.
ρ: Resistivity of the screen conductor
ɛrax: Relative permittivity of the phase-screen insulator
ɛrxe: Relative permittivity of the outer screen insulator
dax,Dax: the internal and external diameter of phase-screen insulator
dxe,Dxe: the internal and external diameter of the outer screen insulator
The self-impedance of the copper phase conductor is calculated as follow
The DC resistance of phase conductor is given by
The resistance of earth return is given by
The frequency factor is given by
The distance to equivalent earth return path is given by
The geometric mean radius of phase conductor is given by
The self-impedance of the screen conductor is calculated as follow
The DC resistance of the screen conductor is given by
The geometric mean radius of the screen conductor is given by
The mutual impedance between the phase conductor and its corresponding screen conductor is calculated as follow
Dn corresponds to the distance between the phase conductor and the mean radius of the screen conductor.
If more than one cable is modeled (N>1), the mutual impedance between the N phase conductors is calculated as follow
In general, the Geometric Mean Distance (GMD) between the phase conductors of a given set of cables can be calculated as follow
where n is the total number of distances between the conductors. However the GMD value is not calculated by the function and needs to be specified directly as an input parameter.
The capacitance between the phase conductor and its corresponding screen conductor is calculated as follow
The cross-linked polyethylene (XLPE) insulator material is assumed in this equation.
The same equation is used to calculate the capacitance between the screen conductor and the ground
The capacitive effect between the phase conductors is negligible and therefore not computed by the power_cableparam function.
[r,l,c,z] = power_cableparam(CableData)
computes the impedances and
capacitances of a given set of cables with screen conductor. The
conductor and insulator characteristics are given in the
CableParam
structure with the
following fields:
Field | Description |
---|---|
| the number of cables |
f | the frequency in hertz to be used to evaluate RLC parameters |
rh0_e | the ground resistivity (in ohm.meters) |
n_ba | the number of strands contained in one phase conductor |
d_ba | diameter of one strand (in m) |
rho_ba | DC resistivity of conductor in ohms*m. |
mu_r_ba | relative permeability of the conductor material. |
D_a | phase conductor outside diameter (in m) |
rho_x | DC resistivity of the screen conductor in ohms*m. |
S_x | Total section of screen conductor (in m^2) |
d_x | screen conductor internal diameter (in m) |
D_x | screen conductor external diameter (in m) |
GMD_phi | Geometric Mean Distance between the cables. |
d_iax | phase-screen insulator internal diameter (in m) |
D_iax | phase-screen insulator external diameter (in m) |
epsilon_iax | relative permittivity of the phase-screen insulator material. |
d_ixe | outer screen insulator internal diameter (in m) |
D_ixe | outer screen insulator external diameter (in m) |
epsilon_ixe | relative permittivity of the outer screen insulator material. |
The output arguments are of the form of structure variables with the following fields:
Variable, Field | Description |
---|---|
| Self resistance of phase conductor, in Ohm/Km |
r.xx | Self resistance of screen conductor, in Ohm/Km |
r.ab | Mutual resistance between the phase conductors, in Ohm/Km |
r.ax | Mutual resistance between phase and screen conductors, in Ohm/Km |
l.aa | Self inductance of phase conductor, in Henries/Km |
l.xx | Self inductance of screen conductor, in Henries/Km |
l.ab | Mutual inductance between the phase conductors, in Henries/Km |
l.ax | Mutual inductance between phase and screen conductor, in Henries/Km |
c.ax | Capacitance between the phase conductor and its screen conductor, in Farad/Km |
c.xe | Capacitance between the screen conductor and the ground, in Farad/Km |
z.aa | Self impedance of phase conductor, in Ohm/Km |
z.xx | Self impedance of screen conductor, in Ohm/Km |
z.ab | Mutual impedance between phase conductors, in Ohm/Km |
z.ax | Mutual impedance between phase and corresponding screen conductors, in Ohm/Km |
These computed resistances, impedances, and capacitances need
to be organized into 2N-by-2N matrices that can be directly used in
the Cable block. See the power_cable
example for
an example on how to build a block that represents a 4-Cables with
Screen block.
The RLC matrices are defined as follows (the example is given for a 3-cable configuration):
power_cableparam
command opens a user interface (UI) that is used to
specify the cable parameters and to compute the electrical R, L, C cable parameters.
Specify the number of cables. A cable consists of an inner phase conductor, an outer screen conductor, and insulator. This parameter determines the dimension of the R,L, and C matrices as follows: 2N-by-2N, where N is the number of cables.
Specify the frequency in hertz to be used to evaluate RLC parameters.
Specify the ground resistivity in ohm.meters.
Specify the Geometric Mean Distance (GMD)
between the cables. To enable this parameter, set
Number of cables to
2
or higher.
Use this window to type comments that you want to save with the line parameters, for example, voltage level, conductor types, and other information.
Specify the number of strands contained in the phase conductor.
Specify the diameter of one strand (in mm, cm, or m).
Specify the DC resistivity of conductor in ohm*m.
Specify the relative permeability of the conductor material.
Specify the phase conductor outside diameter (in mm, cm, or m).
Specify the DC resistivity of conductor in ohm*m.
Total section of screen conductor (in mm^2, cm^2, or m^2).
The screen total section value is sometimes provided in datasheets. If you do not know this value, you can compute it as follows:
Total section = pi*r_out^2 – pi*r_in^2
where:
r_out is the external radius of screen conductor |
r_in is the internal radius of screen conductor |
Specify the phase conductor outside diameter (in mm, cm, or m).
Specify the phase conductor outside diameter (in mm, cm, or m).
Specify the relative permittivity of the phase-screen material.
Specify the phase conductor outside diameter (in mm, cm, or m).
Specify the phase conductor outside diameter (in mm, cm, or m).
Specify the relative permittivity of the outer-screen material.
Specify the phase conductor outside diameter (in mm, cm, or m).
Specify the phase conductor outside diameter (in mm, cm, or m).
Load the default cable parameters provided
with Simscape™
Electrical™ Specialized Power Systems software.
Opens a browser window where you can select the
DefaultCableParameters.mat
file, which represents the four-cable
configuration used in the
power_cable
example.
Opens a browser window letting you select your own cable data.
Select the desired .mat
file.
Saves your cable data by generating a .mat
file
that contains the GUI information and the cable data.
Computes the RLC matrices for a given cable. After completion of the parameters
computation, results are displayed in a new window, entitled Display RLC Values. For
more details on this window, see Display RLC Values GUI. The obtained
results are of the form of 2N-by-2N RLC matrices that can be directly used in the
cable block. For an example, see the 4 Cables with screen block in the
power_cable
example.
When you click the Compute RLC matrices, the Display RLC Values window opens. In this window, you can view and download parameters into your workspace and into your transmission line models.
The frequency and ground resistivity used for evaluation of the R, L, and C matrices are displayed first. Then the computed RLC parameters are displayed.
Note
The R, L, and C parameters are always displayed respectively in ohms/km, henries/km, and farads/km, even if the English units specify the input parameters.
If the number of phase conductors is 3 or 6, the symmetrical component parameters are also displayed:
For a three-phase line (one circuit), R10, L10, and C10 vectors of two values are displayed for positive-sequence and zero-sequence RLC values.
For a six-phase line (two coupled three-phase circuits), R10, L10, and C10 vectors of five values containing the following RLC sequence parameters are displayed: positive-sequence and zero-sequence of circuit 1, mutual zero-sequence between circuit 1 and circuit 2, positive-sequence and zero-sequence of circuit 2.
Sends the R, L, and C matrices, as well as the symmetrical component parameters to the MATLAB® workspace. The following variables are created in your workspace: R_matrix, L_matrix, C_matrix, and R10, L10, C10 for symmetrical components.
Sends the RLC parameters into one of the following three blocks that you previously selected in your model: the Distributed Parameters Line block (either matrices or sequence RLC parameters), the single-phase PI Section Line block (one dimension matrix required), or the Three-Phase PI Section Line block (sequence components only).
Confirms the block selection. The name of the selected block appears in the left window.
Downloads RLC matrices into the selected block.
Downloads RLC sequence parameters into the selected block.
Creates a file, XXX.rep
, containing the line input parameters and
the computed RLC parameters. The MATLAB editor opens to display the contents of the XXX.rep
file.
Closes the Display RLC Values window.
For an example using the power_cableparam
function, see the power_cable
model .