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

This MATLAB script performs three-phase fault analysis on a 28-bus distribution system. It calculates fault current and voltage magnitude.
31 download
Aggiornato 25 apr 2025

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2018b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Tag Aggiungi tag

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.1

Network single line diagram included.

1.0.0