0x3bfc / Pflow

simple power flow calculation using pandapower

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pflow

simple power flow calculation using pandapower.

Topology

It would be a load and a power generator of 0.02 MWs connected to the same bus bar, and an external connection to the grid (so essentially,the only modification to the example should be the addition of the power generator).

Build

docker build -t pflow .

Run

docker run -d -p 8000:8000 pflow

APIs

You can also, use /trafo, /bus, ext_grid, etc to retrieve the results for each component.

About

simple power flow calculation using pandapower

License:Apache License 2.0


Languages

Language:HTML 60.7%Language:Python 35.4%Language:Dockerfile 3.9%