Borrar filtros
Borrar filtros

simulink model running acceleration

6 visualizaciones (últimos 30 días)
d d
d d el 8 de Abr. de 2015
Editada: d d el 9 de Abr. de 2015
Hi everyone,
I have problems with running my simulink model, it's a multi-generator system, all are defined by mathematic models and constructed by user defined functions and other Matlab-imbedded models. However, the simulation run very slowly. Since not all the states of the generators are stable and I doubt whether that's the question but when I reduce the number of the generators, it works. Could anyone give me some suggestions on how to accerlate the simulation. Many Thanks!!

Respuestas (1)

Sebastian Castro
Sebastian Castro el 8 de Abr. de 2015
Some ideas, assuming you're using SimPowerSystems Specialized Technology:
  1. Do you see any warnings displayed in the diagnostic viewer (or command window, if it's an older version) when you simulate the model? For instance, anything related to algebraic loops, zero crossings, etc.? If so, those should be addressed as they can significantly slow down the simulation.
  2. What solver are you using for your model? Is it set to ode23tb ? This is the solver that works best, and other solvers (like the default ode45 ) will really slow you down.
  3. Do you have any power electronics devices in your model? If not, you can try switching to phasor simulation mode. Even switching from a continuous to discrete simulation mode in powergui can sometimes speed up your simulation.
  4. Have you tried using Accelerator and Rapid Accelerator modes to speed up your simulation using code generation? Don't worry, this doesn't need any extra licenses beyond Simulink.
- Sebastian
  1 comentario
d d
d d el 9 de Abr. de 2015
Editada: d d el 9 de Abr. de 2015
I tried to use the ode23tb solver and disabled zero-crossing control. However, when the running time reached to some point, in my case, around 0.28 seconds. it just froze there, more precisely speaking, the command window displayed the warning message shown in the picture attached(the consecutive times value keep increasing).It seems the solver tried to reduce the step size to achieve the error tolerance.But even I changed it to higher values and decrease the minimum step size. The error occured too. I am wondering what caused it? Thanks for your kind help!

Iniciar sesión para comentar.

Categorías

Más información sobre General Applications 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!

Translated by