PQ theory can't work in single phase

조회 수: 1 (최근 30일)
Thanapon
Thanapon 2024년 10월 21일
답변: Divyajyoti Nayak 2024년 10월 24일
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
Mathieu NOE
Mathieu NOE 2024년 10월 23일
hello
maybe you have an algebraic loop problem , but IMHO you have first to solve your division by zero problem.

댓글을 달려면 로그인하십시오.

답변 (1개)

Divyajyoti Nayak
Divyajyoti Nayak 2024년 10월 24일
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.

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by