why dynamic load doesnt work and static works just fine?

5 visualizaciones (últimos 30 días)
tony papajohn
tony papajohn el 23 de Mzo. de 2022
Respondida: Joel Van Sickel el 18 de Mayo de 2022
i have this system with dynamic load.
when i run it with the dynamic load i get this.
when i run it with the 3 phase parallel load i have no problem:
what is the problem here. help me pls!!

Respuestas (1)

Joel Van Sickel
Joel Van Sickel el 18 de Mayo de 2022
Hello Tony,
the dynamic load adjusts it's behavior based on input, so it is easier for it to cause a simulation to go unstable (there is a feedback loop in how it determines its behavior since it responds to changes in voltage) This essentially means it requires a smaller time step to simulate than the static load. It is possible that reducing your time step smaller may at some point cause the simulation to converge. You might want to try it with a variable time step with ode23tb to see how it performs.
Regards,
Joel

Categorías

Más información sobre Electrical Sensors en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by