/matlab-opf

a vectorized power flow calculation program

Primary LanguageMATLABApache License 2.0Apache-2.0

Vectorized power flow calculation program

Features

  • Vectorized power flow calculation.
  • Mocks for ieee5/118/1047 systems, for test and verification purpose.
  • Callback support for pf function.
  • Optimal step calculation support.
  • Examples for usage of pf function.

Dependencies

This project dependens on these projects listed below (also hold on Github):

System Requirments

  • MATLAB 7.0 or later.

Running

Here is a step-by-step tutorial that helps you to make this program working on your computer.

Step 1

To clone a repository hold on Github, open your favorite Git client and then execute the command : git clone url/of/source/repository target/directory/you/prefer. Visit git-clone documentation for more details.

To download a repository hold on Github, go to its home page, and then select the Download ZIP button on the upper right.

Step 2

  • Launch your MATLAB.
  • Add the paths of all your downloads mentioned above to your MATLAB's search path(use Set Path command).
  • Type pf_test in your MATLAB's Command Window and hit Enter, then enjoy!

About

  • author: Beicun Li, member of the Institute of Power System Optimization, Guangxi University (the iPso).
  • contact: reese.laye@gmail.com

Additional Informations

This project is inspired by these smart people's work:

  • Wenting Hou, member of the iPso: method of optimal step calculation

Revision history

  • beta 0.9

License

Apache License, Version 2.0