Ask Your Question
0

Help with islanding

asked 2018-01-18 08:17:17 -0500

jmaurio gravatar image

Hello. I am trying to simulate multiple line outages of a power system using psspy. There are cases when the system will form two islands. When this happens, one of the islands will not have a swing bus and I, of course, get the error that there are buses in an island without a swing bus. I have tried to change one of the buses in the non-swing bus island to be of type 3 after the outages using

ierr = psspy.busdata4(30,1,intgar1 = 1, intgar2 = 1)

but I am getting the error

FATAL: Bus 30 [BUS 30 33.000] does not belong to a substation (000568)

I feel like there must be a standard way to handle this type of situation where multiple islands form. Can someone please assist me?

Thank you!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2018-01-18 09:16:24 -0500

perolofl gravatar image

The second argument should be 0 for a normal bus!

The best solution to your problem is disconnecting all islands with psspy.island().

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2018-01-18 08:17:17 -0500

Seen: 705 times

Last updated: Jan 18 '18