First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Hello All,
I am required to write a user written dynamic model for the FACTS device steady state model. The dynamic model would simulate dynamics of the Static Series Synchronous Compensator (SSSC).
I have gone through chapters 18 and 21 of the Program Operating manual, and I have a couple of questions:
What should I name the Fortran file? Are there any restrictions on that?
I looked at the DEMOEX model routine and understood it. But, in that model, they set EFD(I) to a particular value which is sent to the steady state model. I am confused, how do they know which variables in a steady state model can be manipulated and what are their names are. Essentially how would I find the interface points between the PSS/E static model and my user written model.
Finally, what other files do I need for compile other than the fortran .f file I have written.