Sunday 9 August 2015

diodes - Problems with efficiency and heat in a rectifier


I have too much heat in a rectifier so there is a considerable efficiency loss. I've been searching about it and I've found it could be because forward voltage or even because high frequency AC input.


The context:




  • There is a small 3-phase generator providing 30Vac, 60A (max) and 1700Hz. I use this rectifier: http://ixapps.ixys.com/DataSheet/VUO52-16NO1.pdf

  • I use a 2200uF Cap for the ripple in the outside. After this I connect a DC/DC converter to set the DC voltage.


My question is if 1700Hz could be responsible of considerable losses for this normal kind of rectifier.


I see that it will be too much current for this rectifier so I am using far from the full power in the generator and still heats too much. I want to find another rectifier or even buy 6 diodes, and I don't know if in my case I must search for fast diodes or directly for bridge rectifiers. If the most important will be lower forward voltage or if fast recovery is needed also. This diode could be enough?: VS-150EBU02


Thanks in advance for any kind of help



Answer



The reverse recovery of your diodes does influence the power dissipation in your application, but in this case is extremely unlikely to be the major cause of power/efficiency loss. You could start by comparing a fast rectifier to you current rectifier. The VUO52-16NO1 and a much faster VUE130-12NO7 are a good comparison.


While you gain lower switching losses in the VUE130- the power loss is actually dominated by the difference in Vf in your application (which I assume is a car type alternator). The VUO52- has a Vf of only 1.4 V for a total bridge loss of about 160 W at 60 A, and the VUE130- has a Vf of 2.7 V for a total loss of about 320 W at 60 A. The reverse recovery losses for the VUO52- is unlikely to be more than about 16 W. Because you have a large output filter capacitor the diodes go into reverse recovery just after the peak of each phase voltage, but If has already dropped to close to zero dropping the stored charge considerably. Yes, there will be a reverse current flow, but insignificant compared to If max. This might be worthwhile reading for you.


You could use fast and low Vf Schottky diodes to reduce the voltage losses. For example the APT60S20B or the VS-100BGQ100 (more appropriate because it can be screwed down) would more than half your power loss.



The best way to reduce both switching and forward power loss would be to use a half or full synchronous rectifier of course. More complex electronics, but power losses in the rectifier can be reduced to just a few watts with fully synchronous.


SMART and Synch Rectifiers


If you look up SMART rectifier controls (such as this) you will see ways to use FETs as ideal rectifiers. There are lots of these controllers but be careful that you understand that some of these devices only operate at low frequencies, so may not be suitable.


One simple way to implement synchronous rectification is to sense the current in the lower diode of each pair and use a FET on the upper diode. This is simple and reduces your power loss in half. You could implement this with the 3 phase rectifier you already have.


Then you can get creative and build your own microprocessor solution. However if you aren't at that level you could consider using an open source ESC controller as a synchronous rectifier ....here is a demo of that on YouTube. Here the user is simply using the ESC32 as-is, but you could make it automatically track speed by altering the firmware. Again, depends on you capabilities.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...