Skip to content

Commit 2831675

Browse files
Merge pull request #1052 from Plusero/docs/transformer-electric-model
Documentation: update expressions of transformer electric model
2 parents 41dbb41 + 3341637 commit 2831675

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/user_manual/components.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ In this case the winding voltage is decreased if the tap position is increased.
223223

224224
$$
225225
\begin{eqnarray}
226-
& |Z_{\text{series}}| = \frac{u_k}{z_{\text{base}}} \\
227-
& \mathrm{Re}(Z_{\text{series}}) = \frac{p_k / s_n}{z_{\text{base}}} \\
226+
& |Z_{\text{series}}| = u_k*z_{\text{base,transformer}} \\
227+
& \mathrm{Re}(Z_{\text{series}}) = \frac{p_k}{s_n}*z_{\text{base,transformer}} \\
228228
& \mathrm{Im}(Z_{\text{series}}) = \sqrt{|Z_{\text{series}}|^2-\mathrm{Re}(Z_{\text{series}})^2} \\
229229
\end{eqnarray}
230230
$$
@@ -233,15 +233,13 @@ and $Y_{\text{shunt}}$ can be computed as
233233

234234
$$
235235
\begin{eqnarray}
236-
& |Y_{\text{shunt}}| = \frac{i_0}{y_{\text{base}}} \\
237-
& \mathrm{Re}(Y_{\text{shunt}}) = \frac{s_n / p_0}{y_{\text{base}}} \\
236+
& |Y_{\text{shunt}}| = i_0*y_{\text{base,transformer}} \\
237+
& \mathrm{Re}(Y_{\text{shunt}}) = \frac{s_n}{p_0}*y_{\text{base,transformer}} \\
238238
& \mathrm{Im}(Y_{\text{shunt}}) = -\sqrt{|Y_{\text{shunt}}|^2-\mathrm{Re}(Y_{\text{shunt}})^2} \\
239239
\end{eqnarray}
240240
$$
241241

242-
where $z_{\text{base}} = 1 / y_{\text{base}} = {u_{\text{2, rated}}}^2 / s_{\text{base}}$.
243-
Here, $s_{\text{base}}$ is a constant value determined by the solver and $u_{\text{2, rated}}$ is rated voltage at
244-
`to_node`.
242+
where $z_{\text{base,transformer}} = 1 / y_{\text{base,transformer}} = {u_{\text{2}}}^2 / s_{\text{n}}$.
245243

246244
### Generic Branch
247245

0 commit comments

Comments
 (0)