Clear Filters
Clear Filters

Advice on decreasing Simulation time for model "mcb_inver​ter_powerl​oss.slx"

3 views (last 30 days)
Hello Community,
I have duplicated and modified "mcb_inverter_powerloss.slx" simulink project to include our motor and custom inverter specs. In the original model there is only one fet in parallel. In our hardware, we have 3 in parallel. On simulating with 1 fets in parallel,it takes about 30 mins to complete. With 3 in parallel, it takes considerable time to go through each of the modulation scheme. Are there any advice on simulating this model with multiple fets in parallel?
If there isn't anything that can be done on the matlab software side. Will having better cpu improve simulation time of this model?
Regards

Accepted Answer

KrishnaKumar
KrishnaKumar on 11 Sep 2023
Edited: KrishnaKumar on 11 Sep 2023
Hi Jacob,
The model uses Simscape elements for computing power losses and THD in an Inverter + Motor system and usually such models are time consuming. You can take a look at Setting Up Solvers for Physical Models - MATLAB & Simulink (mathworks.com) or any other material on Simscape modelling to help you in achieving better simulation time.
Alternately, depending on your goal, if you only wish to look at power losses, then commenting out the THD computation (or vice versa) could help with improving simulation time. You could also look at using an equivalent single FET/MOSFET instead of 3 in parallel to improve simulation time.

More Answers (0)

Communities

More Answers in the  Power Electronics Control

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!