I want to design the loss calculation model of three phase inverter and loss calculation of the motor using the FEM Parameterized PMSM
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Kashif Habib
le 11 Fév 2024
Commenté : Joel Van Sickel
le 23 Fév 2024
I am designing the three phase inverter having both the loss calculation of the inverter and motor.
While simulating i am getting an error.
An error occurred while running the simulation and the simulation was terminated
Caused by:
- ['PMSM_MOSFET_2/Solver Configuration']: At time 0.000300, one or more assertions are triggered. See causes for specific information.
- In divide, the denominator must be nonzero. The assertion comes from: Block path: PMSM_MOSFET_2/FEM-Parameterized PMSMAssert location: o (location information is protected)
- In divide, the denominator must be nonzero. The assertion comes from: Block path: PMSM_MOSFET_2/FEM-Parameterized PMSMAssert location: o (location information is protected)
- In divide, the denominator must be nonzero. The assertion comes from: Block path: PMSM_MOSFET_2/FEM-Parameterized PMSMAssert location: o (location information is protected)
0 commentaires
Réponse acceptée
Joel Van Sickel
le 20 Fév 2024
can you share your model? Also, you don't need to do the loss calculation because the model will do it for you. However, in your case, you are dividing by zero, so you need to address that problem wherever you use a division.
2 commentaires
Joel Van Sickel
le 23 Fév 2024
I wasn't able to run it as there seem to be missing files. However, you are utilizing an approach to calculate switching losses for specialized power systems that you do not need to use for simscape models. The ideal mosfet and ideal igbt models can be set to have thermal ports, and then you can set their switcing losses to be tabulated, this will do all of the loss and thermal modelling for you instead of this approach.
Please look at this more detailed example: https://www.mathworks.com/help/sps/ug/three-phase-high-power-converter-design-and-analysis-workflow.html
and consider this free training: https://matlabacademy.mathworks.com/details/power-electronics-simulation-onramp/powerelectronics
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Choose and Parameterize Blocks dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!