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)
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

Answers (1)

Sabin
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.
  1 Comment
Kashif Habib
Kashif Habib on 16 Dec 2024 at 5:52
Hello Professor,
After changing to time simulation, i have encountered this error given below:
An error occurred while running the simulation and the simulation was terminated
Caused by:

Sign in to comment.

Categories

Find more on Electrical Block Libraries in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!