First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Can you show the fault commands use in your run?
"Network not converged" messages typically appear during 'on-fault' simulation periods. After the fault clears,the network should converged unless a collapse condition is found.
Could it be that the test fault is too severe, reaching and remaining in collapse as soon the fault is applied?
Also consider that the problem occurs after swapping generator models. Maybe the new models have invalid parameters (untuned).
2 | No.2 Revision |
Can you show the fault commands use in your run?
"Network not converged" messages typically appear during 'on-fault' simulation periods. After the fault clears,the network should converged unless a collapse condition is found.
Could it be that the test fault is too severe, reaching and remaining in collapse as soon the fault is applied?
Also consider that the problem occurs after The swapping generator models. Maybe the new models have of models with invalid parameters (untuned).
Model tuning might require optimizing model parameters for a specific dynamic response, like frequency response from governor models in a power unbalance condition or PSS tuning due to power oscillation. Third party tools required....
BTW, add the following code before calling STRT_2,
# lower the acceleration factor (0.8) or the step size (0.004) for non-convergence scenarios outside a fault
psspy.dynamics_solution_param_2([99,_i,_i,_i,_i,_i,_i,_i],
[0.8,_f,0.004, 0.016,_f,_f,0.8,_f])
psspy.set_relang(1,38,r"""1""") #to help with plotting of angles
Lastly, check the forum on "Model Tuning" for related information.