Thermal Package Description :Error evaluating parameter 'Thermal description'

Hii,

I am trying to model the half bridge power module using discrete IGBT and Diode. While implementing thermal package impedance , i am getting the error in thermal description evaluation. I have attached the error and plecs model.

Thank you.

Manikandan Raju

SKM100GB12T4_IGBT.xml (136 KB)

Test.plecs (83.6 KB)

SKM100GB12T4_R2.xml (475 KB)

Hello,

Actually you do not need the Thermal Package Impedance component in this case and can remove it from the three PM leg subsystems like so:

Each of the six IGBT/diode pairs are all connected to the heatsink via their individual Rth_ch interfaces.

The Thermal Package Impedance is an advanced option and is only necessary if you are using Thermal Package Descriptions for the semiconductors (this isn’t the case for these Semikron devices) and you include in that description a package impedance state-space system (such as to describe the interdependent heating between the IGBT and diode in the packaging). Here is a screenshot of that interface just for some further context:

One other thing I noticed in your model is that you are averaging the instantaneous switching and conduction losses with multiple averaging schemes- you should use only the Periodic Impulse Average for the switching loss as the Periodic Average block is intended for averaging conduction losses.

Anyway, I hope this helps, but let me know if you have further questions or doubts.

Hii Kris,

Thanks for your reply. I would like do package level modelling for the SEMIKRON half bridge power module.

As you mentioned I already created the thermal package description in the name of SKM100GB12T4_R2.xml for the SEMIKRON power module(screenshot attached).

I facing problem while including this thermal description in the thermal package impedance.

Plz check it. Also let me know proper steps to be followed for thermal modeling of SEMIKRON power module as subsystem.

SEMIKRON_DataSheet_SKM100GB12T4_22892020.pdf (476 KB)

Attached is a basic subsystem that will allow you to use the thermal package impedance along with the …_R2.xml file you provided (which has the necessary information for the thermal network and correct variable names). Let me know if this is clear.

example.plecs (83.6 KB)

Thanks Kris, I will try this.