Ask Your Question
0

Initial conditions, snp and rstr for dynamic simulations

asked 2020-08-11 21:09:45 -0500

IndiraX gravatar image

updated 2020-08-11 21:41:39 -0500

Hi guys,

I run a simulation in steady-state conditions but frequency changes slightly at the begining of the simulation, then it goes steady-state. https://drive.google.com/drive/folders/1RKPD_ED-xdk6kirFo1x2oLDEJrwucP8q?usp=sharing

I tried to save the snp at t=300 s with this code:

psspy.strt(0, outputfile) 
psspy.dynamics_solution_param_2(intgar1 = 5000, realar1 = 0.25, realar3 = 0.001)
psspy.strt(0, outputfile) # 2nd start is needed to get initial conditions to SS
sim_time = 300.0 # simulation
psspy.run(0, sim_time, 9999,1000,1000)
psspy.progress_output(1,"",[0,0]) # turn it on
psspy.save('post2simulation.sav')
psspy.snap(sfile = 'post2simulation.snp')

Then, I used post2simulation.snp as ini2simulation.snp and load it at the begining of my next simulation with this code:

psspy.case(casefile + '.sav')
psspy.rstr(sfile = 'ini2simulation.snp')

But I still have that stage of transition at the begining of my simulation.

Do you think this is related to my save case, dyr or snp?

Thanks in advance!!

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2020-08-12 03:03:10 -0500

perolofl gravatar image

It seems you have initial conditions suspect after first STRT. It is better to correct the issues causing initial conditions suspect. Is the saved case properly solved? Are any generator models hitting limits?

edit flag offensive delete link more

Comments

Hi there! Thanks for your comments. I didn't have any generator out of limits, and I think save case was OK, because I tried to keep the swing generator output as similar as possible.

IndiraX gravatar imageIndiraX ( 2020-08-18 20:16:54 -0500 )edit

What I did was to go back to the original case, and try to disconect generators but this time trying to reduce inertia equally from the north and south parts of the network, thus I did not have any problem with ss conditions runing dyn simulations.

IndiraX gravatar imageIndiraX ( 2020-08-18 20:18:44 -0500 )edit

Check the dynamic models that have STATEs with initial conditions suspect.

perolofl gravatar imageperolofl ( 2020-08-19 01:04:23 -0500 )edit
0

answered 2020-08-11 22:13:28 -0500

jconto gravatar image

In dynamics, the case and the snp file work as a pair, synchronized in time.

At t=300 you save the case and snp file. For the new simulation you use the case at t=0 with a snp file at t=300. Try using the case at t=300 with the snp file at t=300 as the starting files for the new simulation.

edit flag offensive delete link more

Comments

Hi, I have also tried taking the sav and snp files and use them for the new simulation but PSS/E gets stuck, and in the progress window is showed: NUMBER OF ELEMENTS RESTORED: CONS ... Day_Light.out Messages for api LTAP Ckt "3" from bus 46130 ... not found (002067)

IndiraX gravatar imageIndiraX ( 2020-08-11 22:40:34 -0500 )edit

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: 2020-08-11 21:09:45 -0500

Seen: 893 times

Last updated: Aug 12 '20