I am working on the "PMSM with Thermal Model" example of MATLAB but when i put the MOSFET in this problem i am getting the errors
4 views (last 30 days)
Show older comments
For the motor model, i have taken from the thermal PMSM model from MATLAB examples. when i put the MOSFET for switching i am getting this error. I want to put the MOSFET for the swithing for my MODEL.
An error occurred while running the simulation and the simulation was terminated
Caused by:
- ['ee_motor_pmsm_thermal/Solver Configuration']: At time 0.000550, one or more assertions are triggered. See causes for specific information.
- In divide, the denominator must be nonzero. The assertion comes from: Block path: ee_motor_pmsm_thermal/FEM-Parameterized PMSMAssert location: o (location information is protected)
- In divide, the denominator must be nonzero. The assertion comes from: Block path: ee_motor_pmsm_thermal/FEM-Parameterized PMSMAssert location: o (location information is protected)
- In divide, the denominator must be nonzero. The assertion comes from: Block path: ee_motor_pmsm_thermal/FEM-Parameterized PMSMAssert location: o (location information is protected)
Please see the attachment for furhter clarification
0 Comments
Answers (1)
Sabin
on 19 Dec 2024 at 16:18
You are attempting to model the system by combining to different technologies, Simscape and Specialized Power Systems. This should be avoided as the two technologies as you can run into solver issues. There are similar blocks in both technologies.
You can check this example using the PMSM block and thermal model as a starting point:
0 Comments
See Also
Categories
Find more on Permanent Magnet in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!