failure!!

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
kadirtopcu
Posts: 33
Joined: Mon Jul 08, 2013 5:51 am
Location: Boğaziçi University

failure!!

Post by kadirtopcu »

WARNING: CTestNormDispIncr::test() - failed to converge
after: 25 iterations
ModifiedNewton::solveCurrentStep() -the ConvergenceTest object failed in test()
StaticAnalysis::analyze() - the Algorithm failed at iteration: 0 with domain at load factor 1
OpenSees > analyze failed, returned: -3 error flag

what could be the reason of this warning? please help, thanks.
mhscott
Posts: 876
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Re: failure!!

Post by mhscott »

ModifiedNewton usually takes many more than 25 iterations to converge
kadirtopcu
Posts: 33
Joined: Mon Jul 08, 2013 5:51 am
Location: Boğaziçi University

Re: failure!!

Post by kadirtopcu »

thanks for answer Mr. Michael but I have also tried 100 but it is not working. how many steps do you offer to try? Also my model includes fiber sections. could it be the problem? if it is, what can I do to solve it?
mhscott
Posts: 876
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Re: failure!!

Post by mhscott »

Output the norms using print flag 1 on your convergence test to see if your analysis is converging. If the norms are reducing, allow more iterations. If not, check your model for the reason why there is non-convergence.
Post Reply