Is it possible to make an "interface" channel in PSSE for dynamics studies?
I would like to create a channel such that I can monitor an interface which contains 3 branches such that I can get the sum of branches A+B+C
I would like to create a channel such that I can monitor an interface which contains 3 branches such that I can get the sum of branches A+B+C
You can write a user model that sums the power of the lines and stores the result in a VAR.
Thanks! Is there a UMD editor in PSSE that I can use to make this?
No. You have to write the code yourself.
You can add Functions after getting the out file to a plot the summation of flow in branches.
Plot book --> Plot attibutes --> Add fuction Name: Sum (or whatever) Arithmetic function: A+B+C and click verify Select the channel file and then, the variables A,B and C. In the Plot Tree, function folder you have the sum
Thanks for this! I was looking for something which I could use to monitor it as part of the simulation, but this way works well too.