You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$\mathbf{R}'$ | [$\Omega$/m] | Series resistance matrix per unit length | $\mathbb{R}^{3 \times 3}$
21
-
$\mathbf{L}'$ | [H/m] | Series inductance matrix per unit length | $\mathbb{R}^{3 \times 3}$
22
-
$\mathbf{G}'$ | [S/m] | Shunt conductance matrix per unit length | $\mathbb{R}^{3 \times 3}$
23
-
$\mathbf{C}'$ | [F/m] | Shunt capacitance matrix per unit length | $\mathbb{R}^{3 \times 3}$
29
+
$\mathbf{P}_\phi$ | [-] | Permutation matrix mapping each conductor to its phase | $\mathbf{P}_\phi \in \mathbb{R}^{N \times K}$
30
+
$\mathbf{R}'$ | [$\Omega$/m] | Series resistance matrix per unit length | $\mathbb{R}^{K \times K}$
31
+
$\mathbf{L}'$ | [H/m] | Series inductance matrix per unit length | $\mathbb{R}^{K \times K}$
32
+
$\mathbf{G}'$ | [S/m] | Shunt conductance matrix per unit length | $\mathbb{R}^{K \times K}$
33
+
$\mathbf{C}'$ | [F/m] | Shunt capacitance matrix per unit length | $\mathbb{R}^{K \times K}$
34
+
$\mathbf{Z}'$ | [$\Omega$/m] | Series impedance per unit length | $\mathbb{C}^{K \times K}$; future compatibility: supports passing a convolutional model
35
+
$\mathbf{Y}'$ | [S/m] | Shunt admittance per unit length | $\mathbb{C}^{K \times K}$; future compatibility: supports passing a convolutional model
24
36
$\Delta x$ | [m] | Line segment length | $\mathbb{R}$
25
37
26
38
## Model Derived Parameters
27
39
40
+
The number of phases $N$ and conductors $K$ are the row and column counts of
41
+
$\mathbf{P}_\phi$, respectively.
42
+
28
43
```math
29
44
\begin{aligned}
30
-
\mathbf{R} &= \mathbf{R}'\Delta x & \mathbf{G} &= \mathbf{G}'\Delta x \\
31
-
\mathbf{L} &= \mathbf{L}'\Delta x & \mathbf{C} &= \mathbf{C}'\Delta x
45
+
\mathbf{R} &= \mathbf{R}'\Delta x & \mathbf{G} &= \dfrac{\mathbf{G}'\Delta x}{2} \\
46
+
\mathbf{L} &= \mathbf{L}'\Delta x & \mathbf{C} &= \dfrac{\mathbf{C}'\Delta x}{2}
$\mathbf{v}_1$ | [V] | Port voltage at bus 1, owned by bus 1 | $\mathbf{v}_1 = [v_{1,a}, v_{1,b}, v_{1,c}]^T \in \mathbb{R}^3$
61
-
$\mathbf{v}_2$ | [V] | Port voltage at bus 2, owned by bus 2 | $\mathbf{v}_2 = [v_{2,a}, v_{2,b}, v_{2,c}]^T \in \mathbb{R}^3$
71
+
$\mathbf{v}_1$ | [V] | Port voltage at bus 1, owned by bus 1 | $\mathbf{v}_1 \in \mathbb{R}^N$
72
+
$\mathbf{v}_2$ | [V] | Port voltage at bus 2, owned by bus 2 | $\mathbf{v}_2 \in \mathbb{R}^N$
62
73
63
74
#### Algebraic
64
75
@@ -68,9 +79,9 @@ None.
68
79
69
80
### Differential Equations
70
81
71
-
82
+
The series relation is written in convolution form as $0=\mathbf{z}*\mathbf{i}+ \mathbf{P}_\phi^T(\mathbf{v}_2 - \mathbf{v}_1)$. For constant parameters this can be expressed as:
0 commit comments