Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 936 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 936 Bytes

powers

Power flow simulation and optimization.

About

This crate contains common structures and auxiliary functions. The case structure is defined in the caseformat crate. The main functions of powers are provided in dependent crates:

  • powers-pf Power Flow
    • Newton's method
    • Fast-Decoupled method
    • Gauss-Seidel method
    • DC power flow

Additional features are available from the author on request:

  • powers-opf Optimal Power Flow
  • powers-cpf Continuation Power Flow
  • powers-ptdf Power Transfer Distribution Factors/Line Outage Distribution Factors

License

Translated from MATPOWER into Rust by Richard Lincoln.

The source code is distributed under the same BSD 3-clause license (LICENSE or https://opensource.org/license/bsd-3-clause/) as MATPOWER.