Does anyone have any suggestions on this, please?
Does anyone have any suggestions on this, please?
Hi All, I am trying to model a simple SWER network in OpenDSS. The SLD for the SWER is attached. I have used the following code to implement the attached network. Clear New Circuit.SWER bus1=Node0 pu=1.0 basekV=11.0 ! Lines New Line.L12 Bus1=Node0.1.2.3 Bus2=Node1.1.2.3 R1=0.126 X1=0.072 R0=1.987 X0=0.126 C1=0.9490 C0=0.000 Normamps=265 Length=0.029 units=km New Line.L15 Bus1=Node1.1.2.3 Bus2=Node2.1.2.3 R1=0.339 X1=0.351 R0=0.489 X0=1.566 C1=10.406 C0=4.425 Normamps=126 Length=0.517 units=km New...
Does anyone have any sample code to model SWER networks in OpenDSS?
Thanks Roger.
Hi, can anyone help me understand how OpenDSS processes the linecode commands as such. New Linecode.1 units=km nphases=3 R1=0.32 R0=(4 0.12 *) X1=0.063 X0=(4 0.013 *) I am confused specifically at R0=(4 0.12 *) and X0=(4 0.063 *)terms. Are they same as R0=0.48and X0=0.052 (basically multiplying both values) or representing r and x matrices? Any help will be highly appreciated. Thanks.
Anyone?
Thanks Roger, this worked but gave rise to a new problem. Now, the battery is being connected to only one bus (BUS1) in a continuous loop, but the bus number does not change with the iteration. How can I solve this problem to add the battery at each one one at a time in a loop? Your response and time is highly appreciated.
Hi All, I am a PhD student and I am trying to observe the behavior of PV and BESS in an unbalanced network, I have added single phase PV generators at few of the load buses. I am planning to add a single battery (which I assume, has been optimally sized and is available) to each of the buses one at a time in a loop (considering brute force approach) and I want to observe the voltage profile. After I add a loop, I get "Duplicate new element definition" error. I would like to request if anyone can...