Issue on running PV array/VSC concurrently with Synchronous Machine
Mostrar comentarios más antiguos
Hello,
I am having some trouble in simulating on Simulink this two blocks together:
- PV array / Universal Bridge (VSC average model) - I don't know which is responsible for the errors....
- Synchronous Machine
I am able to run these blocks separately (by commenting one, then running the simulation and later commenting the other and running again) so I know it isn't a problem with parameters and neither a singularity in the synchronous machine, which is one of the errors message that I receive when I try to simulate them together.
Also I know that, probably, it isn't caused by the dynamics of the system because, as you can see in my model, I put a breaker on the PV array, and tried to run with it open, so that it doesn't affect the dynamics of the system/synchronous machine, and even so the simulation goes wrong.
Does anybody knows what may be happening? Did this occur with you too? How can I solve it?
Please, try to run the cases I just said and see for yourself.*
The error happens at t = 0.0566 when both PV and SM are connected and non-commented.
*First, run "init_var.m" for setting the system parameters and variables.
Respuestas (1)
Joel Van Sickel
el 1 de Sept. de 2020
0 votos
Hello Augusto,
For your inverter controller, try adding a Zero Order hold block and set it to your TS_Control. I have attatched my modifications. To help keep things clean with closed loop controllers, if you use a zero order hold on all inputs, and then put a unit delay on the output, you should steer clear of a lot of algebraic loops and potential solver issues. Your controller had the unit delay on the output which is good, but I think synchronizing at the input side helped clean things up for the solver.
Regards,
Joel
4 comentarios
Augusto Janssen Harger da Silva
el 2 de Sept. de 2020
Joel Van Sickel
el 2 de Sept. de 2020
Hello Augusto,
phasor simulation requires that everything be locked to a constant line frequency. Because that block is completely controllable, there is no way to guarentee it is operated only at a constant line frequency. Here is a good example of how to tie in different blocks to work with phasor mode:
Regards,
Joel
Augusto Janssen Harger da Silva
el 8 de Sept. de 2020
Asem Alhayali
el 24 de Ag. de 2024
Hello, how are you? I have a problem, I hope you can help me.
The photovoltaic system circuit works normally when it works independently, but it does not work after the photovoltaic system is integrated with the 9-bus network, It does not respond, knowing that the sources are synchronous machines
Categorías
Más información sobre Simscape Electrical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!