CURENT / andes

Python toolbox / library for power system transient dynamics simulation with symbolic modeling and numerical analysis 🔥
https://ltb.curent.org
Other
208 stars 108 forks source link

adding LODF and GLODF code #449

Open RyanVaughan opened 1 year ago

RyanVaughan commented 1 year ago

Initial request to merge generalized line outage distribution factor (GLODF) code. Let me know of any feedback.

jinningwang commented 1 year ago

Dear RyanVaughan,

Thanks a lot for your contribution. Before we finally merge it, I have two comments:

  1. It might be better to have a PR towards develop branch.
  2. It might be better to have a short description to introduce this new routine, such as its function.
jinningwang commented 2 months ago

Considering it is more like a steady state analysis, I add similar functionalities in AMS.

https://github.com/CURENT/ams/blob/fcc7e579c8f7453fae3ddebbd0eedbe4e463c1c9/ams/core/matprocessor.py#L395-L518