Ask Your Question
0

Is my understanding correct about creating the distribution factor file?

asked 2014-08-12 20:25:02 -0500

ypwang gravatar image

Hi everyone, When we need to do ACCC, first need to create a distribution factor file.

Here is what I know from the PSS\E manual: Input for the process of creating the Distribution Factor file is contained in three data files: • Subsystem Description Data file; relevant subsystems of the working case are specified in this *.sub file. • Monitored Element Data file; network elements to be monitored for problems are specified in this *.mon file. • Contingency Description Data file; contingencies to be tested are specified in this *.con file.

My understanding is as follows: -Subsystem description file describes the system you want to run contingency analysis using ACCC. You can either include the whole system defined in your working case or .raw file or just specify a subsystem (i.e. using just some specific areas to define a new system you would like to work on, and ignore the rest of the original system as if the rest of system doesn't exist -- I cannot think of an realistic situation for this case though)

-A monitor element data file describes those elements that you want to monitor when you run ACCC. I guess ACCC solution file (i.e. .acc file) will only record the results for these specified elements in the subsystem you defined in the .sub file - maybe that is the purpose of this file -- to save computing time and resources.

Take my case as an example --- I need to do ACCC for a large system consisting 50 areas, but only interested in monitoring those branches and buses residing in areas 1-20. Then the original whole system (including all 50 areas) will by my subsystem, but in the .mon file, I only need to include those branches and buses in the areas 1-20. Basically, monitor file always contain less or equal number of elements than the subsystem. Of course monitor file only include those elements,but subsystem contains the whole topology and other physical information/parameters of the system.

-As for the contingency file, its meaning is very straightforward.

I would like to hear your comments. Please correct me if I am mistaken.

Thanks very much for your help in advance

edit retag flag offensive close merge delete

Comments

No way available in PSS\E GUI for to specify we only monitor elements in areas 1-20. The .mon file just say: monitor all branches in the defined subsystem and all ties (what does this mean?) from defined subsystem. It seems subsystem defines a range for monitored elements. Correct?

ypwang gravatar imageypwang ( 2014-08-12 20:40:00 -0500 )edit

Also, besides than all branches in areas 1-20, how can I specifies I also want to monitor all buses in areas 1-20? Based on my last comment, is that true that after defining a subsystem, all buses in that subsystem will be automatically monitored in ACCC?

ypwang gravatar imageypwang ( 2014-08-12 20:44:23 -0500 )edit

Okay, after reading a lot of materials, I finally got the idea: 1) *.sub file informs the ACCC to only look at a prescribed areas of the overall network, i.e. which the buses to monitor; 2) *.mon tells the power flow simulator which branches in the subsystem just define to supervise.

ypwang gravatar imageypwang ( 2014-08-12 22:16:35 -0500 )edit

1 answer

Sort by » oldest newest most voted
1

answered 2014-08-13 08:57:44 -0500

jconto gravatar image

The sub file allows a group of elements (a subsystem) to be defined for use in any future processes (ACCA, PV, QV, others) It does not restrict or select the 'areas' that the process (ACCA) will act upon.

The monitor file can select the subsystems defined in the sub file to limit the number of monitoring elements. You can monitor additional elements not defined in the subsystems of the sub file.

The contingency file can also define common use contingencies (n-1,) automatically by using the subsystems of the siub file, in addition of explicitly defined contingencies.

edit flag offensive delete link more

Comments

Thanks for your clear explanation, Jconto! Do you know a way how to specify all one generator (every single generator in the grid) contingencies in the contingency file? since "SINGLE MACHINE in subsystem 'subsysName' " will trip the largest generator on each bus if that bus has multiple generators.

ypwang gravatar imageypwang ( 2014-08-13 13:27:09 -0500 )edit

It seems there is no API (py function) or automatic contingency definition to accomplish what you want. A "contingency maker" py code could select all gens in the subsystem and create explicitly define contingencies.

jconto gravatar imagejconto ( 2014-08-14 19:25:59 -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

Stats

Asked: 2014-08-12 20:25:02 -0500

Seen: 1,779 times

Last updated: Aug 13 '14