Electronic – DC link capacitor for induction motor drive

capacitordriveinduction motorpower electronicssimulation

I am simulating FOC drive for a 5kW,400V, 50Hz 3-phase induction motor. The drive algorithm worked fine when inverter was fed from proper DC source of suitable value. However, in practice, the drive has to work as stand-alone unit so it has to rectify 3-phase AC signal, so I removed DC source and put 3 phase source followed by 3 phase diode rectifier. Without capacitor drive doesn't seems to work (and runs at 'infinite' speed somehow), maybe because diode rectifier can't pass reactive power (I learnt this from this question, however it doesn't clarifies all of my doubt, in fact there is disagreement among 2 very reputed users of the site who answered it).

I put 1000uF capacitor across DC link. (I selected value from the formula given in answer of the question linked above). Drive now works fine with allowable speed variation, however capacitor draws excessive current. I even precharged capacitor with 540V, but as soon as full load is applied, capacitor draws around 70A from supply (ref. fig. below, full load is applied at t=1 sec),while motor draws just the rated current of around 7-8A rms. The inveter current is also within rated limit (same as motor).
enter image description here

As can be seen this current is not continuous but is in spikes. Why is this so? Is it because capacitor is supplying reactive VARs to drive? It seems to me that this current is definitely a problem, right? If yes, then how do I solve this issue? Also, due to large capacitor current, current through my source and diode rectifier is very high as shown below.enter image description here

Am I simulating something wrong? I thought capacitor current would be small as I am precharging it and then it will have to carry only small current due to voltage ripples, which are, as shown below, between few volts however they're quite frequent. I just can't figure out why capacitor current is so much and how to reduce it. If you need any more details, let me know.

Note : Inverter switching patten is decided by hysteresis band current control, this means current control of inveter is being performed.

Thanks in advance.
enter image description here

Best Answer

Unfortunately your simulations are showing you what can occur.

I am going to assume your setup is like this:

schematic

simulate this circuit – Schematic created using CircuitLab

A 3phase voltage source inverter fed from a 3phase rectifier. With an AC input of 400V (line-line), the DClink voltage will have a mean of around 540V and a natural peak around 560V occuring at six times your line frequency, 300Hz (safe assumption this is for a 50Hz line frequency application based upon the line-line voltage stated).

With a mean of 540V, there will be peaks (560V) and troughs ( 484V) following the rectifier voltage profile. The DCLink capacitor will be sized to produce a more stable voltage (as well as present a "voltage source" to the inverter). As a result, there will be a large portion of time spent where the DCLink capacitor will be the only source of charge to the inverter as the FOC controls the output inverter (probably via some SVPWM scheme).

You have not stated the current that the induction machine shall be operated at to produce 5kW, but it can be assumed it shall be higher than 14A (the equivalent DClink current) as a voltage source inverter acts as a buck converter and thus the output current can be higher than the equivalent input current.

If you are seeing spikes of 70A it can be assumed your target machine current is in this region. While SVPWM will facilitate the load current free-wheeling around the inverter, utilising the zero-voltage states, there is still a need to synthesis a sinus waveform and thus there will be a component on the DCLink which is AC in nature (6 times the machine electrical frequency) and equally a component due to the switching.

How to reduce? fundamentally, it must exist as you are trying to synthesis a higher output current than the current you are drawing from the utility and as such your capacitor choice must consider the expected ripple current due to the load characteristics. The peaks cannot be reduced, but the RMS value can by introducing a DCLink inductor

schematic

simulate this circuit

Why? there are a number of benefits

  1. The DCLink inductor will help realise a more continuous DCLink current which in turn helps improve your power factor you present back to the utility
  2. This continuous current should feed directly to the inverter to provide the MEAN value seen by the inverter which reduces the current the DClink must provide.

Downside:The DCLink is now 2nd order and thus will have some unwanted characteristics, especially around its resonant point. This means care must be taken with regards to the input frequency, the output frequency AND any step loads (which includes inrush...)

The sizing: The aim is to suppress the AC component from the supply: 300Hz while ensuring expected load changes can be tracked. If the inductor is too large then a rapid change in load will either cause a large increase in DClink voltage (as the DCLink choke has been "charged") or a large decrease (as the DCLink choke has not been "charged"). Too little and the current needed to reach continuous might be too high.

An individual here (andy-aka) has a nice website to help realise LC filters http://www.stades.co.uk/RLC%20filters/RLC%20LPF.html and while this approach is useful to see aspects of the filter, there are a couple of other considerations while dealing with the LC filter

\$\frac{V_o}{V_i} = \frac{1}{1 - \omega^2 LC + j \frac{\omega L}{Z_L}}\$

The LC filter fundemental cut-off is dependant on L,C and the load impedance. The load impedance can be initially treated as constant power and resistive \$R_L = - |\frac{V_{DC}^2}{P_{DC}}| \$

To ensure a stable DC-link the LC filters output impedance must be smaller than the inverters input impedance.

Once you have an idea of the fundamental current that the inductor must pass and more specifically, rate of change it must permit (ie load changes, accel ...) the rate of change of current can be expressed as

\$ i(\omega t) = \sqrt{2}\hat{I} sin (\hat{\omega}t)\$ which produces a di/dt to be passed through the filter

\$ \frac{di}{dt} = 2\sqrt{2}\pi\hat{f}\hat{I}cos(\hat{\omega}t)\$ which has a maximum value at 0 radians \$cos(\omega t) = 1

\$ \hat{L} = \frac{\check{V}}{\sqrt{2}\hat{\omega}\cdot\hat{I}}\$

From this the C can be derived based upon \$f_0 = \frac{1}{2\pi \sqrt{LC}}\$

Finally, Power quality simulations must be run over your desired load points to determine whether you are compliant to your needed power factor. This is when final tweaks to the L and C are needed. This is a non-linear relationship and it is easier to perform via simulation, especially SimPowerSystems with Matlab(tm)