edxu96 / mgrid

multilayer network for power grid with multiple voltage levels
https://edxu96.github.io/mgrid
GNU General Public License v3.0
4 stars 2 forks source link

Incremental power flow #133

Open edxu96 opened 3 years ago

edxu96 commented 3 years ago
edxu96 commented 3 years ago

Fixed Point Method

Screenshot 2021-02-19 at 10 07 03

In words, given a set of nodal power injections, a guess at nodal voltages is made initially, and nodal current injections are calculated based on latest voltages and power injections. Then, a set of voltages is calculated using currents. The process is repeated until values of voltages remain unchanged according to a pre‐defined criteria. This procedure is called fixed point method in OpenDSS.


It seems that power injections in the previous snapshot are still required.

edxu96 commented 3 years ago

Convex Relaxation of OPF