7

I have an (AC) power grid topology with generators, consumers, power lines, tranformers, etc. I also have a "snapshot" of the system's state, i.e., I know how much real power the generators feed, how much real power is used by the consumers, I know the reactive power values, and voltages. I also know the parameters of the power grid's infrastructure such as the maximum power of the transformers or the impedance of the power lines.

The problem I am facing now is this: Suppose one generator feeds more real power, and one consumer uses more real power. How can I calculate what the load of the power grid's nodes is? I want to ascertain that, e.g., no transformer or power line is loaded beyond its limit.

I basically know that there is something called "power flow analysis," which I've been reading up. The matrices, Newton-Raphson approach to solving the equations, etc., is not the problem: What I do not know is how to apply the matrices to arrive at an answer to my question. I basically need help to formulate the equations: What are my input variables, what are my results?

Technaton
  • 315
  • 1
  • 5

1 Answers1

0

you can use this free software Internet technology based Power System Simulator (InterPSS) also there are a lot of better Commercial software.

user1586
  • 674
  • 4
  • 15
  • Although your answer is quite short and not _immediately_ helpful, I gained a lot of insight from browsing the InterPSS source code. I.e., in the end, you help me --- thanks! :) – Technaton Sep 01 '15 at 12:43