Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 2.48 KB

README.md

File metadata and controls

32 lines (24 loc) · 2.48 KB

Thesis file repository

1. Iterative Branch Exchange - Matlab(v.2024)

The Matlab project uses 2 external programs/libraries.

Instructions: Download the "IterativeBranchExchange" .m files. Before starting, edit the file setPath.m adding the folder 'BranchExchange'. The following .m files run the Iterative Branch Exchange for each network described in item 1.

  • run_16bus.m
  • run_33bus.m
  • run_69bus.m
  • run_84bus.m
  • run_119bus.m
  • run_136bus.m

2. Iterative Branch Exchange - C# OpenDSS Customization

for the C# Visual Studio project, please go to the repository InterativeBranchExchange for the article Distribution Network Reconfiguration using Iterative Branch Exchange and Clustering Techniques.

2024_89_CemigReconfigurationCases Folder containing 89 feeders (or substations) in the OpenDSS format (.dss), including the 3 study cases presented in my thesis. Also, I uploaded 5 powerpoints presentations, describing these 89 reconfiguration cases implemented in the CEMIG-D distribution system. I suggest a quick look at these files folder "Reconf_pptx"

3. Suplementary material

folder "2023_LineConstants" Folder with OpenDSS script for calculating distribution line parameters of my thesis.

folder "DSS_reconfiguration_networks" Folder with the 33, 70, 84, 119, and 136-bus networks in Matpower and OpenDSS format.

folder "MST_InitalPopulationGA" Folder with files (Matlab struct) containing initial population for 33, 69, 84, 119, and 136-bus networks. This population was generated by the Minimum Spanning Tree algorithm and uses binary codification.

Ezequiel C. Pereira