Why I get Nan values in when i connect an inverter into a 11kV grid feeder?

조회 수: 5 (최근 30일)
Eleni T
Eleni T 2023년 9월 21일
답변: Sayan 2023년 9월 25일
Hello.
I have a simulink model with a power grid with 3 feeders in 11kV. In each feeder i have connected several load profiles and everything is working. When i try to connect a PV inverter on the feeder, i get 'Nan' at the output of the inverter (e.g., for voltage, active and reactive power etc). The inverter is connected through a transformer 11lV to 400V and a filter.
Something weird is that when i connect the inverter close to the source ( between the source and a load), i don't get these Nan values, while when connecting the inverter more away from the source, the Nan vlues appear.
Any idea why is this happening?
Thanks.
  댓글 수: 2
Franklin
Franklin 2023년 9월 21일
#Itemone #Itemtwo act or effect of amending, of rectifying a fault or defect; correction.
"e. to a book"
Walter Roberson
Walter Roberson 2023년 9월 21일
Sorry, I do not understand how your response will aid @Eleni Tekki in solving the problem?

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

답변 (1개)

Sayan
Sayan 2023년 9월 25일
Hi Eleni T,
I understand from your issue that you are using a "PV Array" block as a source to run the inverter in your model to feed power to your grid with the 3 feeders. However, the inverter output is 'Nan'.
The possible reasons for the issue and their fixes are mentioned below:.
  • The PV Array block (available at Simscape / Electrical / Specialized Power Systems / Sources) has an internal algebraic loop that is not solvable for the sample time defined in the model to solve the ineternal non-linear diode characteristics of the block.
  • The "Break algebraic loop in internal model" option in the "Advanced" tab of the PV Array block needs to be selected to break the algebraic loop.
If the above-mentioned solution does not work, you can follow these alternative steps to fix the issue.
  • Verify that there is no division by zero operation in your model.
  • Try changing the solver type and step size in your model.
For better understanding, you can refer the following MATLAB Answers post. A similar issue regarding the PV Array block is addressed in this post:https://www.mathworks.com/matlabcentral/answers/466337
You can further find more information on the "Break algebraic loop in internal model" section of the PV Array block in the following MATLAB documentation
Hope this helps in resolving the issue.

커뮤니티

더 많은 답변 보기:  Power Electronics Community

카테고리

Help CenterFile Exchange에서 Switches and Breakers에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by