convergence problem Nonlinear frame

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

Moderators: silvia, selimgunay, Moderators

Post Reply
sgs
Posts: 17
Joined: Tue Oct 05, 2010 7:18 am
Location: Lehigh University

convergence problem Nonlinear frame

Post by sgs »

Hi all;
I am doing a transient analysis on a nonlinear frame,
I keep getting this warning:

WARNING: CTestEnergyIncr::test() - failed to converge
after: 10 iterations
ModifiedNewton::solveCurrentStep() -the ConvergenceTest object failed in test()
DirectIntegrationAnalysis::analyze() - the Algorithm failed at time 0.21
OpenSees > analyze failed, returned: -3 error flag

My analysis object is :

algorithm ModifiedNewton
integrator Newmark 0.5 0.25
test EnergyIncr 1.0e-8 10 0
numberer Plain
constraints Plain
system BandGeneral
analysis Transient

could anyone help me,plz?
Thanks
Shahidi
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: convergence problem Nonlinear frame

Post by vesna »

Try to do the analysis in a while loop as is was done in this example:
http://opensees.berkeley.edu/wiki/index ... e_Analysis
Post Reply