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

Kundur under-damped modes #425

Closed xiaojiangsi closed 1 year ago

xiaojiangsi commented 1 year ago

the document says:

The Kundur's two-area system has under-damped modes and two coherent groups of generators. It is suitable for oscillation study and transient stability studies.

how to do that? how to set the under-damped mode?

cuihantao commented 1 year ago

Underdamped modes can be found by performing an eigenvalue analysis. You can do andes run ... -r eig and inspect the output _eig.txt file for the oscillation modes.

cuihantao commented 1 year ago

This does not seem to be an issue so closing for now. Feel free to reopen it, or use "Discussions" if you have questions.