powers

Crates.iopowers
lib.rspowers
version0.2.0
sourcesrc
created_at2023-12-17 14:11:01.240881
updated_at2024-08-13 09:33:14.650897
descriptionPower flow simulation and optimization
homepage
repositoryhttps://github.com/powe-rs/powers
max_upload_size
id1072516
size59,596
Richard Lincoln (rwl)

documentation

README

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.

Commit count: 0

cargo fmt