I want to design the loss calculation model of three phase inverter and motor using the FEM Parameterized PMSM, simultaneously.
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Sabin
2024 年 12 月 20 日
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 件のコメント
Sabin
2024 年 12 月 24 日
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
参考
カテゴリ
Help Center および File Exchange で Electrical Block Libraries についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!