Three-Phase Fault Analysis for a 28-Bus Distribution System

版本 1.0.1 (2.2 KB) 作者: Ashenafi Tesfaye
This MATLAB script performs three-phase fault analysis on a 28-bus distribution system. It calculates fault current and voltage magnitude.
27.0 次下载
更新时间 2025/4/25

查看许可证

This MATLAB code is designed to analyze the effects of a three-phase fault occurring at a randomly selected bus in a 28-bus radial power distribution system. The analysis is based on per-unit normalization with 15 kV and 20 MVA base values. Key features of the code include:
  • Construction of the positive-sequence impedance matrix (Zbus) for the radial network.
  • Calculation of total three-phase fault current at the faulted bus.
  • Estimation of fault current contributions from all other buses.
  • Determination of post-fault voltage magnitudes across the network.
The line data includes both positive and zero-sequence impedances, although this specific analysis focuses on three-phase (balanced) faults, making use of only the positive-sequence network. The script can be adapted for other fault types or extended to include protection coordination studies.

引用格式

Ashenafi Tesfaye (2025). Three-Phase Fault Analysis for a 28-Bus Distribution System (https://www.mathworks.com/matlabcentral/fileexchange/180880-three-phase-fault-analysis-for-a-28-bus-distribution-system), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2018b
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.1

Network single line diagram included.

1.0.0