Ask Your Question
0

power flow convergence,but Pgen is greater than Pmax

asked 2022-06-26 23:31:32 -0500

greatly gravatar image

updated 2022-06-26 23:34:28 -0500

We are calculating the power flow convergence of some cases, but we encounter a strange phenomenon. The power flow calculation result is the system power flow convergence, but the Pgen of swing generator is greater than Pmax. The detailed results are as follows

SWING BUS SUMMARY:

BUS#-SCT X-- NAME --X BASKV PGEN PMAX PMIN QGEN QMAX QMIN

31 BUS-31 100.00 797.9* 600.0 0.0 262.1 99900.0-99900.0

  1. We can see that pgen is 797.7 and Pmax is 600, but the result is power flow convergence. We are very confused about this. Does anyone know how to solve this problem? At the same time, we want to know whether pgen and Pmax can be obtained through python. Then, we help judge the convergence by comparing their values.
  2. Is there a way to judge whether the system generator output, branch power flow and node voltage meet the limits through Python. Thank you very much.
edit retag flag offensive close merge delete

3 answers

Sort by » oldest newest most voted
0

answered 2022-06-29 01:17:14 -0500

ffl gravatar image

You need to increase the dispatch of other generators connected to Type 2 Buses. The swing generator represents a physical machine so you have to honor its Pmax/Pmin limits when solving the power flow.

edit flag offensive delete link more
0

answered 2022-06-27 11:25:44 -0500

jconto gravatar image

To retrieve values for Pgen and Pmax, use the python API "MACDAT". Check the API manual for details.

edit flag offensive delete link more
0

answered 2022-06-27 11:12:01 -0500

perolofl gravatar image

There is nothing strange here. There are no P limits at a swing bus. The swing bus will supply the power necessary to maintain the active power balance in the system, i.e. the total generation = total consumtion + losses.

You have to increase PGEN for some type 2 generator nodes with at least 200 MW and solve again. Or decrease the load with 200 MW.

See also post "Swing Bus Negative Active Power".

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-06-26 23:31:32 -0500

Seen: 388 times

Last updated: Jun 29 '22