Use of gammap for splitting a StaticGen into multiple dynamic ones #559
Closed
amparocorvalan
started this conversation in
General
Replies: 1 comment 1 reply
-
If you want to distribute StaticGen with idx=5 to two dynamic generators, you won't need to use Set both GENROU's |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I am trying to create a model where a StaticGen distributes its load in different DynamicGen using gammap but it does not work. Could someone who has implemented it give me an example of how to do it? I don't know how to implement the subidx of the StaticGen to index the DynamicGen, when i run the power flow it doesn't read the sub index.
I'm working with ieee14 and i tried adding a new generator.
Here is how I tried to implement it:
And the error I got:
Beta Was this translation helpful? Give feedback.
All reactions