Skip to content

Welthulk/Sparlectra.jl

Repository files navigation

Documentation

SPARLECTRA

This package contains tools for subsequent network calculations. It primarily features a program for calculating load flow using the Newton-Raphson method. The focus is to provide valuable insights into load flow calculations for both students and ambitious professionals.


Installation

using Pkg
Pkg.add("Sparlectra")

Network Creation

This package supports the import and export of Matpower .m files, although currently it only reads bus, generator, and branch data from these files. Please note that additional Matlab functions within the .m file are not supported. Additionally, you can modify the imported Matpower files or you can create your own network using easy-to-use functions provided by the package.

License

This project is licensed under the BSD-3-Clause - The license file contains the complete licensing information.