Hello, I want to run a power flow for a highly meshed distribution network using OpenDSS. I wanted to know more about how OpenDSS solve power flow . Does it use forward backward method or Newton-Raphson method? If OpenDSS uses forward backward method for solving power flow, how can it perform power flow for highly meshed network? Thank you in advance,
Hello Paulo Radatz and Roger Dugan, Would you please help me to find English version of PFlow.pdf in the link thay you sent? Thank you
Thanks for your response. I used DSSText.Command='save'; But it is not giving a .dss file. Should I save a specific object?
Hello all, I am working on IEEE 34-bus system. I changed the original loads of this system in ieee34Mod2.dss file using MATLAB. Now, I want to create a new ieee34Mod2.dss file including the new load values using MATLAB. Does anyone know how I can do this? Thanks,
Hello All, I want to consider a switch on a line using following code for a modified IEEE 13-bus system with a new line added. I define a switch on the new line using: New SwtControl.680675 SwitchedObj=Line.680675 SwitchedTerm=1 Action=Open Lock=Yes Delay=0 Normal=Open However, when I run the code the line is still close. How can I open Line.680675 ? Also, I want to consider three switches for Line.680675 (i.e., one switch for each phase of the line), How can I define one switch for each phase of...
Hello All, I want to consider a switch on a line using following code for a modified IEEE 13-bus system with a new line added. I define a switch on the new line using: New SwtControl.680675 SwitchedObj=Line.680675 SwitchedTerm=1 Action=Open Lock=Yes Delay=0 Normal=Open However, when I run the code the line is still close. How can I open Line.680675 ? Also, I want to consider three switches for Line.680675 (i.e., one switch for each phase of the line), How can I define one switch for each phase of...