File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -223,8 +223,8 @@ In this case the winding voltage is decreased if the tap position is increased.
223
223
224
224
$$
225
225
\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 }} \\
228
228
& \mathrm{Im}(Z_{\text{series}}) = \sqrt{|Z_{\text{series}}|^2-\mathrm{Re}(Z_{\text{series}})^2} \\
229
229
\end{eqnarray}
230
230
$$
@@ -233,15 +233,13 @@ and $Y_{\text{shunt}}$ can be computed as
233
233
234
234
$$
235
235
\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 }} \\
238
238
& \mathrm{Im}(Y_{\text{shunt}}) = -\sqrt{|Y_{\text{shunt}}|^2-\mathrm{Re}(Y_{\text{shunt}})^2} \\
239
239
\end{eqnarray}
240
240
$$
241
241
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}}$.
245
243
246
244
### Generic Branch
247
245
You can’t perform that action at this time.
0 commit comments