2. Introduction to the Grid Connected Inverter

Learning objectives

In this session, you’ll learn:

  1. the basic principle of AC power transmission
  2. the topology of the three phase (two-level) voltage source inverter
  3. how to make a time domain simulation of such a converter, using Simulink/SimPowerSystems (open loop simulation, without the power flow control)

2.1. Preamble: AC Power transmission

Before entering the details of a grid connected inverter, we need to understand the basic principle of power transmission between two AC voltage sources. To this end, let’s study the circuit represented on Fig. 2.1. Notice that this diagram is the single phase equivalent circuit of a balanced three phase circuit.

_images/power_transfer_inductor.png

Fig. 2.1 Power transfer between two voltage sources (e.g. an inverter and the grid) through an inductive line

The power flow can be explained in sinusoidal regime using complex representations for the voltages and currents. These complex amplitudes can then be represented on a phasor diagram. When working with complex currents, it is usual to use a polar notation like \(\underline{I} = Ie^{-j\phi}\), with \(\phi\) the phase lag with respect to a reference (grid voltage for example), and \(I\) the amplitude. However, for reasons that will become clearer after, it will be better in this control lab to express complex amplitudes in cartesian coordinates: \(\underline{I} = I_d + j I_q\) [1]. The grid voltage is taken the phase reference, so \(\underline{V}_{grid} = V_g\) (a real number).

Question

Relate the active and reactive power (“P” and “Q”) received by the grid to the current components \(I_d, I_q\) and the amplitude of the grid voltage \(V_g\). You may need to remember the definition of complex power.

Now, for a given grid voltage, the current flowing between the two sources is in fact controlled by the inverter voltage \(\underline{V}_{inv} = V_d + j V_q\).

Question

Relate the current components \(I_d, I_q\) to the inverter voltage components \(V_d, V_q\). Then combine this relation with the previous one to conclude on the influence of \(V_d, V_q\) on \(P, Q\). (relationships are simpler when supposing that the resistance is negligible: \(R << L\omega\).).

You can apply the formula to fill in this table:

desired power P=0, Q=0 P>0, Q=0 P=0, Q>0
\(V_d\)      
\(V_d\)      

Also, you can draw a phasor diagram, taking the fixed grid voltage as a reference, to visualize how the inverter voltage influence the current flowing through the inductor, and thus the power flows. You can use Geogebra to make an interactive geometric drawing.

Keeping these results in mind, we can now turn to the real inverter, with two changes

  • three-phase system
  • PWM operation

2.2. System under study

We consider a 20 kVA three phase two-level inverter, which is one of the key parts of a PV power plant. The inverter is made of three inverter legs, each made of two electronic switches (probably implemented with IGBT technology).

The topology of the inverter is given on Fig. 2.2. The DC voltage source is a simplified representation of the power generation by the PV panels.

_images/grid_connected_inverter_control.png

Fig. 2.2 Topology of a three-phase grid connected inverter, along with the abstract structure of the power flow control.

2.2.1. Model parameters

grid filter:

  • inductance Lf = 2 mH
  • series resistance Rf = 10 mΩ

Switching frequency fs = 20kHz

Voltage on the DC link: Vdc = 700 V

Grid voltage: 230/400 V

2.4. PMW: moving average value

When looking at the output voltages of the inverter, you’ll notice how difficult it is to visualize the underlying average value.

Question

How to visualize the average of PWM voltages ?

Footnotes

[1]“d” and “q” stand for “direct” and “quadrature” axes respectively. They will be detailed when introducing the dq (Park) transform (TODO: ref).