Replies: 5 comments 2 replies
-
this is the code I am running. A problem I have with this code is that I keep getting this error: |
Beta Was this translation helpful? Give feedback.
-
Instead of specifying the
and:
Let us know if that works |
Beta Was this translation helpful? Give feedback.
-
Thank you for your help! This works + I had to change element to asymmetric_load and asymmetric_sgen in stead of load and sgen. Now I was able to run the code and write vm_a_pu to an xlsx-file, but not without any problem. I constantly had the following error: So my xlsx-file is a file full with zeros. The same happens when I want to write 'i_a_from_ka' from res_line_3ph. This is the outputwriter I use.
Should I change anything else in the parameters of timeseries so that it becomes a 3-phase power flow calculation? |
Beta Was this translation helpful? Give feedback.
-
I have an additional question: is it possible that by using timeseries, the battery (proposed as a storage element) 'self' decides to charge and discharge based on the powers at the time? |
Beta Was this translation helpful? Give feedback.
-
Hello @LiesDebr, Funny enough, I must do the same thing in my master thesis and I am encountering similar issues as yourself. To answer you still unanswered questions, I did manage to run a timeseries function for an asymmetric three-phase powerflow, using the following run command: Also, the error you had (KeyError: "None of [Int64Index([0, 1, 2], dtype='int64')] are in the [index]") was indeed due to the fact that you were trying to control elements named "loads" and "sgen", while you needed to change those names for "asymmetric_load" and "asymmetric_sgen". |
Beta Was this translation helpful? Give feedback.
-
for my masterthesis I search a program that can calculate the powerflow in a low-voltage unbalanced grid. This grid has households with PV-modules, so I would also have to use the asymmetric static generator.
In addition it has also to be possible to add the storage (battery) in the calculation.
So my question now would be
thank you!
Beta Was this translation helpful? Give feedback.
All reactions