Skip to main content

A PDN solver with multiple solutions.

Project description

FPowerKit - A power distribution network calculation component

This is a package designed for power distribution network description and solving.

This package is affiliated to V2Sim, an open-aource microscopic V2G simulation platform in urban power and transportation network. If you are using the modified DistFlow model in this package, please cite the paper

@ARTICLE{10970754,
  author={Qian, Tao and Fang, Mingyu and Hu, Qinran and Shao, Chengcheng and Zheng, Junyi},
  journal={IEEE Transactions on Smart Grid}, 
  title={V2Sim: An Open-Source Microscopic V2G Simulation Platform in Urban Power and Transportation Network}, 
  year={2025},
  volume={16},
  number={4},
  pages={3167-3178},
  keywords={Vehicle-to-grid;Partial discharges;Microscopy;Batteries;Planning;Discharges (electric);Optimization;Vehicle dynamics;Transportation;Roads;EV charging load simulation;microscopic EV behavior;vehicle-to-grid;charging station fault sensing},
  doi={10.1109/TSG.2025.3560976}}

Solvers available

There are multiple solvers can be used in FPowerKit.

  • Power flow calculation
    • Newton-Raphson: Classical method for power flow calculation. (GIL-free Compatible)
    • OpenDSS: Call external OpenDSS for distribution network solving.
  • Optimal power flow (OPF)
    • DistFlow: A classical OPF model for radial distribution network, with both quadratic and linear objective of minimal active generation cost.
    • LinDistFlow: A typical simplification of DistFlow.
    • LinDistFlow2: A GIL-free compatible version of LinDistFlow, only supporting linear objective.

There are also some abstract solvers for users to customize:

  • Combined Solver: Combine two solvers to accomplish both OPF and accuracte power flow calculation. For example, use LinDistFlow + OpenDSS to get the optimal generation and the accurate power flow. The only GIL-free compatible combination is LinDistFlow2 + Newton.
  • Manual Solver: Allow user to customize constraints

Installation options

If you want to use different features, install with different command:

Feature Command
Only grid description pip install fpowerkit
Y matrix & Newton pip install fpowerkit[newton]
OpenDSS pip install fpowerkit[dss]
DistFlow pip install fpowerkit[distflow]
LinDistFlow pip install fpowerkit[ldf]
All pip install fpowerkit[full]

Secondary development on this package requires all features.

Introduction

There are 3 modes for this package to work:

  • Optimal power flow (OPF): Use cvxpy to solve the optimal power flow and determine the output of the generators.

  • Power flow calculation: Use OpenDSS/Newton-Raphson method to solve the power flow.

  • Hybrid: Use OPF to determine the initial value, and then use OpenDSS/Newton-Raphson to perform accurate calculation.

Please visit https://gitee.com/fmy_xfk/fpowerkit to read the detailed introduction and the usage.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fpowerkit-0.3.6rc1.tar.gz (39.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fpowerkit-0.3.6rc1-py3-none-any.whl (45.6 kB view details)

Uploaded Python 3

File details

Details for the file fpowerkit-0.3.6rc1.tar.gz.

File metadata

  • Download URL: fpowerkit-0.3.6rc1.tar.gz
  • Upload date:
  • Size: 39.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for fpowerkit-0.3.6rc1.tar.gz
Algorithm Hash digest
SHA256 228937bcf1af9706e423a77228df467b686e313c67b85431d30acd3a652d0e6d
MD5 405a370fc3486919b210f6b3e7c1bf87
BLAKE2b-256 cd5e7919f04935a685f136ef139d630b330fa3ae5a9e38df0af6310c1d5fc346

See more details on using hashes here.

File details

Details for the file fpowerkit-0.3.6rc1-py3-none-any.whl.

File metadata

  • Download URL: fpowerkit-0.3.6rc1-py3-none-any.whl
  • Upload date:
  • Size: 45.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for fpowerkit-0.3.6rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 2df31809b2024b40378dac02ca26d86641a4d8609ce181f42009517b9adc202b
MD5 03939c1f60ef4d0e54e52a43d083e74b
BLAKE2b-256 fa9deb5734524c2719213047e4afb7bf7cb902d2f5abe0fd3384403fa376da7d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page