Error in Load Flow analyzer with Phase shifted Transformer
조회 수: 13 (최근 30일)
이전 댓글 표시
Hello,
I have the Problem that when i try to use the Load Flow Analyzer on my Simulation, i get the following Error: "An error in the model prevented the load flow analysis".
Now i know where this Problem comes from, but not how to fix it. I have a "Three-Phase Transformer (Two Windings)" that i need to use with 150Degree Phase-Shift. That is obtained by connecting the output terminals of delta winding to the appropriate phases of the network.
I read somewhere that this connections, e.g. a is connected to B, causes the Load Flow analyser to show the error message. How do i get around this and also keep the 150 Degree Phase shift in my Model/Transformer?
Choosing a Phase angle in the "Three-Phase Source" just resets to 0 when i run the Load flow analyzer.

Thanks in advance,
Enes
댓글 수: 0
답변 (1개)
CHANDRA BABU GUTTIKONDA
2025년 8월 30일
Use the transformer’s winding connection + clock position (e.g. Yd5/Dy5 for ±150°) instead of manually cross-connecting delta terminals.
댓글 수: 2
Deepak
2025년 9월 2일
Simulink’s Three-Phase Transformer (Two windings) block in R2023a does not include a direct "clock position" setting. Instead, as the MathWorks documentation confirms, the phase shift (such as the 150° shift in a DY-N11 configuration) must be implemented manually by connecting the delta winding terminals to the appropriate phases of the network. The documentation link is pasted below:
So yes, for DY-N11 behavior, the correct approach in Simulink is to wire the secondary (wye) side such that phase A connects to phase B, B to C, and C to A. This manual cross-connection effectively introduces the 150° phase shift, just as the physical transformer would.
Hope this helps!
참고 항목
카테고리
Help Center 및 File Exchange에서 Power Transmission and Distribution에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!