Ask Your Question
0

How can i plot short circuit current Iccafter performing dynamic simulation ?

asked 2022-03-09 06:56:26 -0500

anonymous user

Anonymous

I am currently using the PSS/E 33.4 version and i am simulating the IEEE 9 bus system i want to visualise the short circuit current after dynamic simulation.

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2022-03-15 14:05:36 -0500

perolofl gravatar image

The problem here is that PSSE doesn't have any channel for fault current monitoring, or not even to plot a branch current.

However, the fault current can be plotted with the following method:

  1. Split the faulted bus, in my example bus 154 in savnw network is split and a zero impedance line (ZIL) is inserted to the new bus 254.

  2. Add a branch-MVA channel for the line between bus 154 and 254. Add a bus voltage channel for bus 154.

  3. Perform a dynamic simulation and apply the fault at the new bus, 254. The total fault current will then go through the branch from bus 154 to 254.

After simulation, use a formula to plot the following: branchMVA / (Vpu*Vbase) / sqrt(3). In the following example the fault is applied at time = 0.5 and cleared at time = 0.6 s. The curve shows the bus fault current, i,e, the current flowing through line 154 - 254.

image description

The inital fault current is above 16.5 kA and the current declines during the fault to about 13 kA.

edit flag offensive delete link more

Comments

Hi Perolofl, I am trying to follow your method. Could you please explain how to split the bus 154?

LaLi gravatar imageLaLi ( 2023-03-16 20:38:07 -0500 )edit

Read about split (SPLT) in Program Operation Manual. In a slider diagram, right click on a bus and select Split.

perolofl gravatar imageperolofl ( 2023-03-17 01:16:54 -0500 )edit
0

answered 2022-03-10 15:16:47 -0500

jconto gravatar image

A set of channels (a.k.a study variables) can be plotted within the PSSe GUI after opening an OUT file. The plotting features are still crude but its drag-and-drop feature is very useful. You can also use PSSPLT, a tool in the PSSe installation to do plotting. Check its manual and search for it on this forum. A channel data can be exported to excel and be plotted there. Check for "channel export" in the forum.

A python script to do plotting using the module dyntools (part of PSSe installation) is an option. Check the demo code 'dyntools_demo.py' available in the folder 'example', part of the PSSe installation.

About the case IEEE9bus system, search the forum for "Does anyone have IEEE 9 and IEEE39 dyr files?" where a link will take you to my public google site. The updated IEEE9bus system contains scripts to run fault runs (with composite load models) and simple script-driven plotting. You may check "channels.py", my other tool for plotting.

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: 2022-03-09 06:56:26 -0500

Seen: 285 times

Last updated: Mar 15 '22