0

FLOW1 function output not matching with Load Flow Solution

I have written a power plant controller model in PSSE. I need to initialize the PPC model with remote branch flow. I used the FLOW1() function to get the active and reactive power flow of the remote branch. Somehow there is a difference in the results between the steady-state model and this function output. The difference is very minor (0.02 MVAR). Due to this, I am getting initial suspects in the PSSE model, which is not accepted by many utilities.

CALL FLOW1(M+1,L+2,L+3,L+4) Q = VAR(L+3)

from load flow Q = 16.0042 MVAR, but from VAR(L+3) it is 15.99409 MVAR. Even though the difference is very small but it will show as a suspect.

Kindly help me to resolve this issue.

CPReddy's avatar
1
CPReddy
asked 2022-11-22 07:20:53 -0500, updated 2022-11-22 07:22:09 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

Hello, are you initializing with some setpoint or VAR reads the Q directly. If you are initializing with Q value user defined, then make sure the Q is selected from the same end. I would suggest try adding a line with zero impedance and try initializing it.

Berwin's avatar
113
Berwin
answered 2022-11-22 11:53:46 -0500
edit flag offensive 0 remove flag delete link

Comments

Hi, the model is initialized from the load flow solution. I think we should solve the network solution first and read the Q value from the solution. This may solve the issue. But I don't have any idea to do it. In the case of the current injection model, normally we do this when IFLAG is true.

CPReddy's avatar CPReddy (2022-11-22 20:37:08 -0500) edit

Hello, You can solve the network before initialisation and make sure the convergence tolerance are met and also Q at branch is within the limits of PPC specified limits.

Berwin's avatar Berwin (2022-11-23 01:34:41 -0500) edit

I didn't get your answer exactly. Could you please give me a piece of code to do it.

CPReddy's avatar CPReddy (2022-11-23 05:21:11 -0500) edit
add a comment see more comments
0

You don't have exactly the same solution in load flow and at initialisation. The generators and loads are converted the load flow is solved with TYSL. This explains the difference in the line flow values. Very normal and shouldn't cause any initial conditions suspect.

Which STATE has suspect conditions? What kind of block is it (lag, integrator, washout, etc)?

What are the STATE and DSTATE values?

perolofl's avatar
3.8k
perolofl
answered 2022-11-24 10:22:06 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer