simulation of LL fault in PV array

조회 수: 9 (최근 30일)
PRASHIK KAMBLE
PRASHIK KAMBLE 2020년 12월 3일
답변: Shivam Gothi 2024년 8월 22일
how to simulate short circuit between two points in PV array?
  댓글 수: 1
Katuri
Katuri 2024년 3월 11일
brother did you get the answer

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

답변 (1개)

Shivam Gothi
Shivam Gothi 2024년 8월 22일
Hello,
The short circuit can be simulated in Simulink by using “breaker” block of Simulink. We can control the opening and closing of Breaker by passing external logical signal. When logic “0” is passed, the breaker contacts are open and when logic “1” is passed, the breaker contacts are open.
In order to create a short circuit across DC bus of PV array, connect the “breaker” across DC bus of PV array, as shown in the below figure.
The opening and closing of the breaker is controlled by the block named “Breaker closing command”. This blocks generates logical “0” for time (0 < t < 0.5s) and logical “1” when the time is greater than 0.5 seconds.
The voltage and current measuring blocks are also added to see the voltage and current data at the scope.
Below given figure shows the voltage and short circuit current, following a fault.
After fault, the DC bus voltage of PV array drops nearly to zero and step rise in current can be seen.
I hope this answers your query.

카테고리

Help CenterFile Exchange에서 Circuits and Systems에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by