Simulation speed reduced when using Simscape PWM Generator
5 ビュー (過去 30 日間)
古いコメントを表示
Hello !
Model having LLC resonant converter plant when integrated with a pulse generator using simscape PWM Generator performing extremly slow. !! Without the PWM Generator block model finish the execution quickly. Also, I can observe that when changing the frequency to normal hz range, simulation is speeding up ! but unfortunatly the model need to run at converter resonant frequency (250Khz) any help would be much appreciated.
Attached sreenshot of the model.
Thanks
Sreeraj Arole
0 件のコメント
回答 (1 件)
Joel Van Sickel
2020 年 9 月 9 日
Hello Sreeraj,
the speed of your simulation is inversely proportional to the frequency content in it. For instance, if I have a simulation with switching frequency of 1 khz, and resonant frequency of 10 khz, the simulation with resonant frequency of 10 khz, will be 10 times slower than the simulaiton with resonant frequency of 1 khz. It is understandable that you would see a significant slow down when adding your PWM at this has drastically decreased the minimum time step required to simulate it correctly. In order to speed up the simulation, please make sure to use piecwise linear switching devices. If you use a fixed step simulaiton, try using a fixed step 100 times smaller than your switching frequency, and if you are using a variable step solver, please try using odeN with ode14x, and set your step time to 5 to 10 times smaller than your switching frequency.
Here is a starting point for using mathworks tools for power electronics: https://www.mathworks.com/solutions/power-electronics-control/power-electronics-simulation.html
Regards,
Joel
4 件のコメント
Joel Van Sickel
2020 年 9 月 16 日
Hello Sreeraj,
unfortunately, the ideal switches usually cause problems because the diode isn't added in parallel. You have added a diode so it is less likely this is the issue. However, you could still try using a mosfet or IGBT block to see if that improved performance.
Regards,
Joel
参考
カテゴリ
Help Center および File Exchange で Switches and Breakers についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!