First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
1

How to make Z bus matrix

asked Sep 30 '4

EPEPEPE gravatar image

updated Sep 30 '4

I've been working on code to calculate a balanced three-phase fault without using PSS/E. The issue I'm facing is with the fault impedance at a specific bus.

I used the diagonal element of the Z-bus, which I obtained by inverting the Y-bus matrix. However, when I compared my results with the fault impedance from PSS/E's 'ASCC' calculation on IEEE-9 bus system, the values were significantly different.

So I have a few questions:

  1. How does PSS/E calculate the fault impedance?
  2. If PSS/E uses the Z-bus to determine the fault impedance, how does it construct the Z-bus matrix?
  3. Is there another way to accurately construct the Z-bus matrix?

I'd greatly appreciate any insight into these questions.

1 answer

Sort by » oldest newest most voted
1

answered Oct 2 '4

QuinnP gravatar image

updated Oct 2 '4

If your comparison is showing significantly different results, it may be worth double checking whether you're using FLAT settings in ASCC for your comparison, and that you're using the same type of machine source impedance.

The program application guide might help to shed some light your first question - for PSSE v34.8.2 section 11.4 covers how fault currents are calculated for ASCC.

Regarding your second question about the specific algorithms used, section 11.4 doesn't go into detail. It's possible that at that level of detail, intellectual property may be a concern?

For the third question, two conceptual algorithms that can be used to construct Z bus for faults are Lower/Upper triangular matrix decomposition, and 'bus building' where the Sherman-Morrison formula is used to iteratively increase the dimension of a reduced Zbus until the whole network is accounted for.

link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

Stats

Asked: Sep 30 '4

Seen: 146 times

Last updated: Oct 02 '24