I want to design the loss calculation model of three phase inverter and motor using the FEM Parameterized PMSM, simultaneously.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Sabin
el 20 de Dic. de 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 comentarios
Sabin
el 24 de Dic. de 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
Ver también
Categorías
Más información sobre Electrical Block Libraries en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!