/Pflow

simple power flow calculation using pandapower

Primary LanguageHTMLApache License 2.0Apache-2.0

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.