SanPen / GridCal

GridCal, a cross-platform power systems software written in Python with user interface, used in academia and industry.
https://www.advancedgridinsights.com/gridcal
GNU Lesser General Public License v3.0
406 stars 91 forks source link

"run" method in "TransientStability" class is outdated #288

Closed hinfsynz closed 2 months ago

hinfsynz commented 3 months ago

Describe the bug There is no transient stability analysis example. Calling TransientStability.run() failed at "self.grid.compile_snapshot()" step.

To Reproduce Steps to reproduce the behavior: Instantiate class "TransientStability" and invoke "run()" method

Expected behavior Simulation can complete with appropriate grid profile

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

hinfsynz commented 3 months ago

Can you please create a simple example for transient stability run too?

SanPen commented 3 months ago

This is there because of some research to try to implement it.

It is not functional as of now, but there are efforts in producing dynamic simulations in GridCal in the mid term.