Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for Assistance with Power Flow Convergence Issue in MATPOWER for IEEE 34 distribution network #254

Open
asi1269 opened this issue Jan 11, 2025 · 1 comment

Comments

@asi1269
Copy link

asi1269 commented Jan 11, 2025

Dear MATPOWER Support Team,

I hope this message finds you well. I am writing to seek your assistance with a power flow convergence issue I am encountering while using MATPOWER (Version 8.0). Despite my efforts to resolve the problem, the Newton-Raphson solver fails to converge, and I would appreciate your guidance
Description of the Problem:
I am working on a modified version of the IEEE 34-bus test case (attached code). When I run the power flow using runpf, I receive the following error:
Newton's method did not converge in 10 iterations.
PF failed

Did NOT converge (0.09 seconds) <<<<<
I have tried increasing the maximum number of iterations, relaxing the convergence tolerance, and using a flat start, but the issue persists.

Steps I Have Taken:
Verified that the total load does not exceed the generator capacity.

Checked for high R/X ratios in the branch data.

Increased the maximum number of iterations to 100 and relaxed the tolerance to 1e-4.

Tried using the Fast Decoupled Power Flow (FDPF) method.

Added small dummy loads to buses with zero load to avoid numerical issues.

Ensured that all buses are connected and there are no isolated buses.

Despite these efforts, the power flow still fails to converge.

Attached Code:
I have attached a simplified version of my MATLAB code for your reference. The code defines the bus, branch, and generator data for the system.

Request for Assistance:
Could you please review the attached code and provide guidance on why the power flow is failing to converge? Are there any additional steps I can take to resolve this issue?

Thank you for your time and support. I look forward to your response.

Best regards,
Asi
New Text Document.txt

@abhyshr
Copy link

abhyshr commented Jan 13, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants