- 0 Talk
-
How to design a snubber for a flyback converter
A snubber circuit is essential for Flyback converter, to prevent the transistor from burning up. The overshoot on the transistor voltage, is due to the leakage inductance, Lk, of the transformer.
Contents |
Variables
Edit
- Ps - max power dissipated by the snubber resistor
- Rs - snubber resistor
- Cs - snubber capacitor
- Ts - switching period
- fs - switching frequency
- Vg - Input voltage to the converter
- Vt - transistor max acceptable voltage
- I - average input current
- Lm - magnetizing inductance of the transformer
- Lk - leakage inductance of the transformer
- Vt − peak - transistor peak voltage, spec from datasheet
Transistor snubber design
Edit
- Leakage inductance
It is not easy to calculate the leakage inductance of a transformer, but it can be measured after the transformer is built, or if a prebuilt transformer is used, it can be obtained from a datasheet. It can be assumed that the leakage inductance is 3% of the magnetizing inductance, Lm.
If a transformer is well designed, leakage inductance can be reduced to 1% of the magnetizing inductance.
RCD snubber
Edit
- Snubber resistor
To calculate the snubber resistance, Rs, an acceptable max transistor voltage, Vt. You want to select a Vt that has a wide margin from the peak transistor voltage rating specified in it's datasheet. It still must be greater than the transistors blocking voltage, Vg + V / n
Vt − peak > Vt > Vg + V / n
Using this, you can calculate Rs, and Ps
Ps = 1 / 2LfI2fs
Vs = Vt − Vg
- Snubber capacitor
- Snubber diode
The diode voltage must be able to block voltage a high voltage, 1N4007 tends to work.
Example
Edit
flyback using the following specs. Vg = 150V,V = 15V,n = 0.2,fs = 100kHz,Lm = 1mH,I = 1.5A,Vt − peak = 400V
Calculations
Edit
- Vt − peak > Vt > Vg + V / n
- 400V > Vt > 150 + 15 / 0.2
- 400V > Vt > 225
- Select: Vt = 325V
- Lk = 0.03 * Lm = (0.03)(0.001) = 30uH
- Ps = 1 / 2LfI2fs = (0.5)(30uH)(1.5A)2(100kHz) = 3.375W
- Vs = Vt − Vg = 325 − 150 = 175V
- Select: Rs = 10kΩ, 5W
- Cs > > Ts / Rs = (10uS) / (10kΩ) = 1nF
- Select: Cs = 47nF, 500V
Schottky snubber design
Edit
If you choose to use a schottky diode its a good idea to have a snubber.
- design to be added