class: middle, center, title-slide count: false
Three-phase systems in sinusoidal steady state, per-unit analysis
Bertrand Cornélusse
[email protected]
Mostly from Chapter 2 of Ned Mohan's book.
- Power transfer between AC systems
- 3-phase systems
- Per unit normalization
You will be able to do exercises 2.1, 2.2, 2.4, 2.5, 2.9, 2.11, 2.12, 2.14, 2.16, 2.17, 2.18, 2.19 and 2.20 from the Ned Mohan's book.
.grid[
.kol-1-2[Consider the following simple system
We have
Let
Let's remember two things:
- The active power is highly sensitive to
$\delta$ - The reactive power acts on the voltage magnitude (look at what happens for
$\delta=0$ )
See https://colab.research.google.com/drive/1wrJYI082Y6qE6TyaT5a7eWO1lB0CCWiu?usp=sharing
class: middle
.center[Generation -> transmission -> load]
Here the load is connected as a star. A neutral point is present.
The neutral conductor is not necessarily implemented.
By design the voltage sources are shifted by 120°:
These voltages represent the phase voltages. If we now look at the line to line voltages:
The total complex power transmitted to the load is
Hence in a balanced system the total active power to the load is
.center.width-half[] .center[Line vs. phase voltages]
Example:
My house is fed by a 400V three-phase system. This means the line voltages are 400V (rms), and thus phase voltages are 230V (approximately). Typically, the phase voltages are distributed independently in the house, each with the neutral.
In every phase there is a current flowing. In a balanced system, currents are phase shifted by 120° and sum to zero. Thus the neutral can in theory be removed. This is done in some portions of the global system (typically at high voltage), where neutral points are grounded.
Some loads can also be connected in "delta", hence the neutral is not accessible.
Finally, in unbalanced systems, currents are dictated by the impedances seen in the different phases. There is no perfectly known relation, a priori.
Consider a 3-phase Y-connected resistive circuit with unbalanced resistors in the phases. In normal operation there is a neutral wire. Then the neutral breaks.
-
Compute in both cases the voltages across the resistors, the currents and the consumed powers.
-
What can you observe?
Remark: In the next slides, the phasor notation is omitted, but all voltages and currents should be understood as phasors.
First, we'll analyze the circuit when the neutral is connected, and then we'll analyze what happens when the neutral wire breaks.
- 3-phase balanced voltage supply:
$V_{ab} = V_{bc} = V_{ca} = V_L$ (line-to-line voltage) - Phase voltages (line-to-neutral) are given by
$V_{an} = V_{bn} = V_{cn} = \frac{V_L}{\sqrt{3}}$ , and the angle between them is$120^\circ$ . - Unbalanced resistances:
$R_a$ ,$R_b$ ,$R_c$ (different resistances in each phase).
- In normal operation, with the neutral connected, each resistor has its corresponding phase voltage across it: $$ V_{R_a} = V_{an}, \quad V_{R_b} = V_{bn}, \quad V_{R_c} = V_{cn} $$
-
The current in each phase is given by Ohm's law: $$ I_a = \frac{V_{an}}{R_a}, \quad I_b = \frac{V_{bn}}{R_b}, \quad I_c = \frac{V_{cn}}{R_c} $$
-
The neutral current, $ I_n
$, is the sum of the phase currents: $ $ I_n = I_a + I_b + I_c $$ Due to the unbalanced resistances, $ I_n $ will not be zero.
-
The power consumed in each phase is: $$ P_a = V_{an} I_a = \frac{V_{an}^2}{R_a}, \quad P_b = \frac{V_{bn}^2}{R_b}, \quad P_c = \frac{V_{cn}^2}{R_c} $$
-
Total power consumed: $$ P_{\text{total}} = P_a + P_b + P_c $$
When the neutral breaks, the three resistors form a system without a direct connection to the neutral point. The current through each resistor still needs to sum to zero because the current has no return path through the neutral. This changes the voltage distribution across the resistors.
-
With the neutral broken, the phase voltages no longer remain symmetrical across the resistors. The voltages across each resistor will now depend on the values of $ R_a $, $ R_b $, and $ R_c $. The voltage at the common point (where the three resistors connect) will shift depending on the relative resistances.
To compute the new phase voltages, you can set up Kirchhoff's Current Law (KCL) at the common point (let's call it point $ N'
$): $ $ V_{aN'} = V_{an} - V_{nN'}, \quad V_{bN'} = V_{bn} - V_{nN'}, \quad V_{cN'} = V_{cn} - V_{nN'} $$Here, $ V_{nN'} $ is an unknown voltage offset at the floating point $ N' $ (the shifted neutral). Using KCL, you solve for this voltage by ensuring the sum of the currents at $ N' $ is zero: $$ \frac{V_{aN'}}{R_a} + \frac{V_{bN'}}{R_b} + \frac{V_{cN'}}{R_c} = 0 $$ Solving this system gives you the new voltages across the resistors.
-
The currents in each phase are then given by: $$ I_a = \frac{V_{aN'}}{R_a}, \quad I_b = \frac{V_{bN'}}{R_b}, \quad I_c = \frac{V_{cN'}}{R_c} $$
Since the neutral is broken, the sum of these currents must equal zero: $$ I_a + I_b + I_c = 0 $$
-
The power consumed in each phase is: $$ P_a = V_{aN'} I_a = \frac{(V_{aN'})^2}{R_a}, \quad P_b = \frac{(V_{bN'})^2}{R_b}, \quad P_c = \frac{(V_{cN'})^2}{R_c} $$
-
Total power consumed: $$ P_{\text{total}} = P_a + P_b + P_c $$
- When the neutral is connected, the voltages across the resistors are straightforwardly determined by the phase-to-neutral voltages.
- When the neutral is broken, the voltage distribution becomes more complex, and the voltages across the resistors are no longer the same as the phase-to-neutral voltages. The total current in the system remains zero, and the power distribution can also change depending on the values of the resistors.
class: middle, center, black-slide
<iframe width="600" height="450" src="https://www.youtube.com/embed/HqZtptHnC2I" frameborder="0" allowfullscreen></iframe>Why not 6 or 12?
.grid[ .kol-1-2[$$ \begin{aligned} Z_a &= \frac{Z_{ab}Z_{ca}}{Z_{ab} + Z_{bc} + Z_{ca}} \\ Z_b &= \frac{Z_{bc}Z_{ab}}{Z_{ab} + Z_{bc} + Z_{ca}} \\ Z_c &= \frac{Z_{ca}Z_{bc}}{Z_{ab} + Z_{bc} + Z_{ca}} \end{aligned}$$] .kol-1-2[$$ \begin{aligned} Z_{ab} &= \frac{Z_{a}Z_{b}+Z_{b}Z_{c}+Z_{c}Z_{a}}{Z_{c}} \\ Z_{bc} &= \frac{Z_{a}Z_{b}+Z_{b}Z_{c}+Z_{c}Z_{a}}{Z_{a}} \\ Z_{ca} &= \frac{Z_{a}Z_{b}+Z_{b}Z_{c}+Z_{c}Z_{a}}{Z_{b}} \end{aligned}$$] ]
What happens in a balanced system?
In a balanced system, analyses can be simplified by reprensenting only one phase
- this is straighforward if there are no couplings between phases .center.width-80[]
- in case there is a coupling, and that for instance the voltage drop
$\bar{V}_{aA}$ along a line presenting an impedance$Z_{self}$ traversed by a current$\bar{I}_{a}$ is also function of the currents in the other phases:$$\bar{V}_{aA} = Z_{self} \bar{I}_{a} + Z_{mutual} \bar{I}_{b} + Z_{mutual} \bar{I}_{c}$$ then the per-phase equivalent impedance (for phase$a$ ) is$$Z_{aA} = Z_{self} - Z_{mutual}$$ since$\bar{I}_{a} + \bar{I}_{b} + \bar{I}_{c} = 0$
class: middle
It is used extensively in power systems. It has several advantages:
- Values (e.g. device parameters) stay in a narrow range (whatever their "size")
- Voltages tend to have values close to 1, which eases comparison
- With appropriate "normalization ratios", (ideal) transformers disappear
- Normalization facilitates numerical computation (no huge numbers, no tiny numbers)
- Chose 3* "fundamental" base values:
-
$V_B$ for the voltage [kV] -
$S_B$ for the power [MVA] -
$t_B$ for the time [s], or$\omega_B$ for the angular frequency [rad/s]
- Derive other needed base values from physical laws, e.g.
- the base current:
$I_B = S_B/V_B$ [A] - the base impedance:
$Z_B = V_B^2/S_B$ [$\Omega$]
- Normalize input data: divide parameters by their base value
- Make your computations
- (If necessary) Apply the inverse transformation
--
Data in per unit is by definition dimensionless; pay attention to base value units w.r.t. to physical value units!
(*) When there are transformers, one base voltage per voltage level is preferrable
It is known that the internal reactance of a synchronous machine lies typically in the range
- A machine with the characteristics
$(20 \ kV, 300 \ MVA)$ has a reactance of$2.667 \ \Omega$ . Is this a normal value? - (Here we do not need a base value for time)
- the base impedance is
$Z_B = 20^2/300 = 1.333 \ \Omega$ - hence the value of the reactance in per unit is
$2.667/1.333 = 2 \ pu$ - this is a quite normal value!
- Same question for a machine with the characteristics
$(15 \ kV, 30 \ MVA)$ - The base impedance is now
$Z_B=15^2/30 = 7.5 \ \Omega$ - the value of the reactance in per unit is
$2.667/7.5 = 0.356 \ pu$ - hence an abnormal small value!
.footnote[From ELEC0014]
Let the base power
The (single-phase) base current is
The base impedance is
In a single phase equivalent representation, the power values in per unit can be multiplied by
- Mohan, Ned. Electric power systems: a first course. John Wiley & Sons, 2012.
- Course notes of ELEC0014 by Pr. Thierry Van Cutsem.
class: end-slide, center count: false
The end.