Problems creating a case with only renewable generators #564
-
Dear @cuihantao and @jinningwang, I am working on a case study consisting of a wind plant, a battery and a series of loads (modeling an off-grid system). In a first instance I simulated the same system but on-grid, including a synchronous generator. By eliminating the synchronous generator the system fails to calculate the power flow. I have tried this in different ways:
In all these attempts the problem was always the same, the Jacobian matrix is singular and the power flow calculation does not continue. The only way I have been able to get these systems to run is to leave the synchronous generator connected but without load (as what could be a synchronous capacitor). Can you help me to solve this problem? Is it possible to create in ANDES cases that do not have synchronous generators? I would be very grateful for your valuable support. Solving this would be a great help in order for me to complete my master thesis. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi, @amparocorvalan The singular Jacobian matrix during power flow may be caused by something simple. The way to troubleshoot is to delete all the models that are not used in power flow, so as to narrow down the issue. Dynamic generators, e.g., GENROU, are not used in power flow; they are initialized after solving it. Are there any new models that you developed being used in power flow? |
Beta Was this translation helpful? Give feedback.
-
I did get a fully renewable system working. The only trick is to retain a Slack so that the system has a reference for angle. This might solve your issue because the output does not report any all-zero rows/zeros at the main diagonal. |
Beta Was this translation helpful? Give feedback.
You are welcome. When creating the case for power flow, you have one Slack device for each island. You can keep the Slack there without using any dynamic generator to substitute it. See if that gets the simulation to go thorugh.