I want to design the loss calculation model of three phase inverter and loss calculation of the motor using the FEM Parameterized PMSM
10 views (last 30 days)
Show older comments
I am designing the three phase inverter having both the loss calculation of the inverter and motor.
I have used the Simulink examples
I have joined together both the models with the inverter model. Simulink model is attached
while simulating i am getting this error.
Error compiling Simscape network for model PMSM_MOSFET_2.
Caused by:
- Frequency and time simulation is not applicable because sinusoidal expressions are not used by any other equations and have been eliminated.
- Check variable intrm_sf_mf__2.
- Check variable intrm_sf_mf__3.
Simulink model is attached alongwith the m.file. Need support to run this model.
thanks
0 Comments
Answers (1)
Sabin
on 12 Dec 2024 at 11:15
For simulation with semiconductor switches you cannot use Frequency and time simulation. Frequency and time simulation mode speeds up simulation of systems with a single nominal frequency by letting you increase the maximum step size for variable solvers. This mode also lets you perform phasor analysis of such systems by using the blocks in the Periodic Operators sublibrary of the Physical Signals library.
You have to select time simulation in the solver configuration block.
See Also
Categories
Find more on Electrical Block Libraries 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!