LTSPICE simulation on switching and conduction loss on three phase inverter

Thread Starter

yue.yao

Joined Dec 5, 2012
1
The purpose of this project is to provide an accurate simulation of the conduction and switching losses inside a three phase inverter under different driving schemes and ultimately quantify how different parameters (e.g, dc voltage, drain current, switching frequency, rise and fall time, blanking time, load-side resistor and inductor) affect each component of power loss.

Reffering to the model in the attachment, the three phase inverter is composed of 6 IRF7832 MOSFETs and 6 anti-parallel diodes in hex-bridge configuration. The load (brushless DC motor) is modled by resistances and inductances joined in star configuration.

The pulse width modulation waveforms for driving the three half-bridges is obtained via comapring 3 sets of shifted sine waves (shifted by 120 degrees from one another) whose fundamental frequency is 60Hz with a repeting triangular wave whose switching frequency is 10KHz. This is implemented in LTSPICE using behaviour voltage sources.

The blanking time is necessary so that the 2 MOSFETs within a half-bridge do not simultaneously turn on. This is implemented in LTSPICE using resistors, capacitors and AND gates.

With the DC link voltage set to 12V and a switching frequency of 10KHz, averaged gate loss + conduction loss + switching loss in MOSFET 1 (top left one) is 1.485W and 1.524W in MOSFET 2 (button left one). In the antiparallel diode, the sum of averaged conduction and reverse recovery losses is 123.5mW in diode 1 (top left schotty diode) and 114.4mW in dopde 2 (button left schotty diode).

From theory, the conduction loss in the MOSFET is derived by multiplying the square of RMS drain to source current with the on-state resistance. Given drain current is at maximum 20A (according to datasheet) and Rds(on)=4 milliohm, the total conduction loss in the inverter is therefore 4.8W.

I'm hoping to separate the loss components in LTSPICE into MOSFET conduction, MOSFET switching, diode conduction and diode reverse recovery loss, but so far no luck. Also, I'm uncertain whether the losses in the free wheeling diodes are correct, since each MOSFET should have an internal body diode which may or may not be accounted for in LTSPICE. So for example, when MOSFET 1 is in the off-state, the current can pass both the internal body diode and the anti-parallel diode. I don't know if putting a diode in series with the MOSFET will block the current through the MOSFET and thus force the current into the free-wheeling diode.

Please leave comments and suggestions on how to improve it!
 

Attachments

luoyang

Joined Aug 1, 2019
2
Hi, I am a new learner of LTspice and motor driver and I am interested in your simulation. I downloaded it but I still have some questions.
 

crutschow

Joined Mar 14, 2008
34,470
I don't know if putting a diode in series with the MOSFET will block the current through the MOSFET and thus force the current into the free-wheeling diode.
No, you don't want a diode in series with the MOSFET as the will generate a lot of additional loss.
If you click on the diode and click on the MOSFET drain after a simulation run, it will show the current in both, so you can see how much of the current is going through each.
Since the diodes are Schottky type with a lower forward drop, they should thus take most of the current.
 

luoyang

Joined Aug 1, 2019
2
I don't quite understand why you change 1B to 1H and then to 1HDR before apply the voltage to the gate of the transistor. Could you please explain it to me?
 
Top