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:
![image](https://private-user-images.githubusercontent.com/173844542/349685124-a66c8fef-8515-4d01-bd6c-673435176132.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMDQ4MDAsIm5iZiI6MTczOTIwNDUwMCwicGF0aCI6Ii8xNzM4NDQ1NDIvMzQ5Njg1MTI0LWE2NmM4ZmVmLTg1MTUtNGQwMS1iZDZjLTY3MzQzNTE3NjEzMi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxNjIxNDBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hMGNlYTFhOGY0MTE1ZDZhMjJjOTEyMDU3ZmZhMDRkODg0Y2JhZGZkZWJiNGM2YWQ2NDI0YzkxYjEyODgyNGFkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.XL0gb5mGZJND8p9PTd1gpSuz1LxIMxNzxOHwEq_gk0k)
Beta Was this translation helpful? Give feedback.
All reactions