problem while solving CPF in psat toolbox
이전 댓글 표시
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
billal taiebsoliman
2022년 5월 16일
DID YOU SOLV THAT PROBLEM
billal taiebsoliman
2022년 5월 16일
NEED HELP
Kalyani Kulkarni
2022년 5월 16일
billal taiebsoliman
2022년 5월 17일
i have the sam problem
답변 (1개)
Akanksha
2025년 4월 28일
0 개 추천
- 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!
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!