Three-Phase Transient

The three AC voltage waveforms are as follows:

V A = 100 sin ( ω t ) V B = 100 sin ( ω t 2 π / 3 ) V C = V C M sin ( ω t + V C A ) V C M = 111.739242017 V C A = 1.96282455293 V_A = 100 \, \sin(\omega \, t) \\ V_B = 100 \, \sin(\omega \, t - 2 \pi /3) \\ V_C = V_{CM} \sin(\omega \, t + V_{CA}) \\ V_{CM} = 111.739242017 \\ V_{CA} = 1.96282455293

At time t = 0 t = 0 , the three switches close simultaneously. Prior to switch closing, all of the inductors are de-energized.

How much energy is dissipated in the neutral resistor R N R_N between t = 0 t = 0 and t = 10 t = 10 ?

Note: Ideally, the neutral current would be zero in steady state, but there are some small imperfections in the values I have given for the C-phase voltage. That is why I have restricted the integration range.

Details and assumptions:
1) R A = 1 Ω R_A = 1 \, \Omega , R B = 2 Ω R_B = 2 \, \Omega , R C = 3 Ω R_C = 3 \, \Omega , R N = 1 Ω R_N = 1 \, \Omega
2) L A = L B = L C = 10 ω H L_A = L_B = L_C = \large{\frac{10}{ \omega}} \text{H}
3) ω = 120 π rad/s \omega = 120 \pi \, \text{rad/s}


The answer is 0.0685.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Karan Chatrath
Jul 11, 2019

Let the current flowing through R A R_A be i 1 i_1 , R B R_B be i 2 i_2 , and R C R_C be i 3 i_3 . Using Kirchoff's voltage and current laws, the equations for the circuit can be written as follows. Note that the current through R N R_N is I = I 1 + I 2 + I 3 I = I_1 + I_2 + I_3 .

V A + I 1 R A + L d I 1 d t + ( I 1 + I 2 + I 3 ) R N = 0 -V_A + I_1 R_A + L\frac{dI_1}{dt} + (I_1 + I_2 + I_3)R_N = 0 V B + I 2 R B + L d I 2 d t + ( I 1 + I 2 + I 3 ) R N = 0 -V_B + I_2 R_B + L\frac{dI_2}{dt} + (I_1 + I_2 + I_3)R_N = 0 V C + I 3 R C + L d I 3 d t + ( I 1 + I 2 + I 3 ) R N = 0 -V_C + I_3 R_C + L\frac{dI_3}{dt} + (I_1 + I_2 + I_3)R_N = 0

The above system of differential equations can be recast into a state-space form as such:

[ I ˙ 1 I ˙ 2 I ˙ 3 ] = [ R A + R N L R N L R N L R N L R B + R N L R N L R N L R N L R C + R N L ] [ I 1 I 2 I 3 ] + [ 1 L 0 0 0 1 L 0 0 0 1 L ] [ V A V B V C ] \left[\begin{matrix}\dot{I}_1\\\dot{I}_2\\\dot{I}_3\end{matrix}\right] = \left[\begin{matrix}\frac{R_A+R_N}{L}&\frac{R_N}{L}&\frac{R_N}{L}\\\frac{R_N}{L}&\frac{R_B+R_N}{L}&\frac{R_N}{L}\\\frac{R_N}{L}&\frac{R_N}{L}&\frac{R_C+R_N}{L}\end{matrix}\right]\left[\begin{matrix}I_1\\I_2\\I_3\end{matrix}\right] + \left[\begin{matrix}\frac{1}{L}&0&0\\0&\frac{1}{L}&0\\0&0&\frac{1}{L}\end{matrix}\right]\left[\begin{matrix}V_A\\V_B\\V_C\end{matrix}\right] I = [ 1 1 1 ] [ I 1 I 2 I 3 ] I = \left[\begin{matrix}1&1&1\end{matrix}\right]\left[\begin{matrix}I_1\\I_2\\I_3\end{matrix}\right]

Using a more convenient shorthand notation, one can write the above equations as:

x ˙ = A x + B u \dot{x} = Ax + Bu I = C x I = Cx

At time t = 0 t=0 , there is no current flow in the circuit. Using this fact as initial conditions, the system of differential equations was solved using simulation software and the current I I was obtained. The following quantity is required to be computed.

E = 0 I 2 R N d t E = \int_{0}^{\infty}I^2R_Ndt

The answer comes out to be 0.0685 J 0.0685J .

The numerical aspects of this problem proved to be interesting. I initially used the integration method of RK-4 with a step size of 0.001 s. It was observed that the current I I does not converge to zero. To obtain a finite value of energy dissipated, the current must converge to zero after a finite time. I then used a higher-order accurate fixed-step integration technique to observe convergence. I will add a couple of plots to this solution a little later and explain my work in some detail. However, I was curious. I have studied your past solutions to problems, and have observed that you use the Euler step to numerically integrate. Did that method work accurately here? What was your simulation time step?

Greetings. I used explicit Euler with time steps of 1 0 5 10^{-5} and 1 0 6 10^{-6} . There is indeed a small sinusoidal current which persists. I'm guessing this is because I was only able to provide finitely many decimal places for the c-phase voltage parameters. I have modified the problem to restrict the integration window to 0 t 10 0 \leq t \leq 10 . Even when I integrate out to t = 100 t = 100 , I get a negligible error, relative to the desired answer. But it is true that integrating out far enough would cause a problem.

Steven Chase - 1 year, 11 months ago

Log in to reply

Thank you for the clarification

Karan Chatrath - 1 year, 11 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...