Crates.io | powers |
lib.rs | powers |
version | 0.2.0 |
source | src |
created_at | 2023-12-17 14:11:01.240881 |
updated_at | 2024-08-13 09:33:14.650897 |
description | Power flow simulation and optimization |
homepage | |
repository | https://github.com/powe-rs/powers |
max_upload_size | |
id | 1072516 |
size | 59,596 |
Power flow simulation and optimization.
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
Additional features are available from the author on request:
powers-opf
Optimal Power Flowpowers-cpf
Continuation Power Flowpowers-ptdf
Power Transfer Distribution Factors/Line Outage Distribution FactorsTranslated 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.