I want to design the loss calculation model of three phase inverter and motor using the FEM Parameterized PMSM, simultaneously.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am designing the three phase inverter having both the loss calculation of the inverter and motor.
For the motor model, i have taken from the thermal PMSM model from MATLAB examples.
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éponses (1)
Sabin
le 20 Déc 2024
You are trying to mix blocks from two different technologies, Simscape and Specialized Power Systems. This should be avoided as you may run into solver issues. If you want to use the FEM-Parameterized PMSM block you can implement the converter using existing Simscape blocks (electrical domain blocks are blue). Check out this example as a starting point:
3 commentaires
Sabin
le 24 Déc 2024
Your inverter is implemented with blocks from a different technology. First try to use a single technology in the model and see if that helps
Voir également
Catégories
En savoir plus sur Electrical Block Libraries 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!