PQ theory can't work in single phase
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
on PQ theory, but I'm facing an issue. When the PQ block is connected to the system, the calculation results in algebraic loops, and the system doesn’t work. However, when the PQ block is not connected, everything seems to function properly. Could someone help me figure out what’s going wrong? Thank you!
1 comentario
Mathieu NOE
el 23 de Oct. de 2024
hello
maybe you have an algebraic loop problem , but IMHO you have first to solve your division by zero problem.
Respuestas (1)
Divyajyoti Nayak
el 24 de Oct. de 2024
The reason the model is not able to run is because there’s a division by zero happening in the first time step. Since the voltage starts at 0, “vs_alpha” is 0 and as “vs_beta” is the delayed “vs_alpha” signal, it is also 0. That’s why the division by zero error is occurring. Simply having the voltage start at a non-zero value by adding a phase shift to the voltage source should solve the issue.
The phase of the voltage source can be changed in the block parameters of the “Voltage Source” block.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!