problem while solving CPF in psat toolbox
3 views (last 30 days)
Show older comments
how to sort out the error"Max # of iters. at corrector step. * Reduced Variable Increments in Corrector Step 0.5" in psat toolbox in matlab
4 Comments
Answers (1)
Akanksha
on 28 Apr 2025
- Double-check your data: Make sure all your bus, generator, load, and line data are complete and realistic. Missing or incorrect values can cause convergence problems.
- Improve initial guesses: Sometimes, giving the solver better starting values for voltages and angles helps.
- Adjust solver settings: Try increasing the maximum number of iterations (e.g., Settings.PFmax = 50) or loosening the convergence tolerance (e.g., Settings.PFtol = 1e-4).
- Check for islands: Ensure your network is fully connected—no isolated buses or islands.
- Reduce system stress: If your system is heavily loaded or close to voltage collapse, try reducing some loads or generation to see if it helps.
- Flat start: Set all voltages to 1.0 p.u. and angles to zero as a starting point and see if that makes a difference.
- Look for singularities: Check that no buses are disconnected and all elements are properly modelled.
If you keep having trouble, try these steps one by one, and if possible, share your specific case data for more targeted help.
Hope this helps!
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!