Hi dear fmk

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

Moderators: silvia, selimgunay, Moderators

Post Reply
setareh20
Posts: 26
Joined: Wed Mar 24, 2010 10:12 pm
Location: IIEES
Contact:

Hi dear fmk

Post by setareh20 »

Hi,
I want to do Gravity Analysis and the arrangement for Gravity Analysis in my model are:

constraints Penalty 10e16 10e16;
numberer RCM;
system BandGeneral;
test EnergyIncr 1.0e-5 600;
algorithm Newton;
set NstepGravity 10;
set DGravity [expr 1./$NstepGravity];
integrator LoadControl $DGravity;
analysis Static;
analyze $NstepGravity;


But I faced with the following error:

WARNING BandGenLinLapackSolver::solve() -LAPACK routine returned 1
WARNING NewtonRaphson::solveCurrentStep() -the LinearSysOfEqn failed in solve()
StaticAnalysis::analyze() - the Algorithm failed at iteration: 0 with domain at load factor 0.1
OpenSees > analyze failed, returned: -3 error flag

After that, I used the different system types and different algorithm types for example SparseGEN, Umfpack and ModifiedNewton and ….. But for each of them Opensees gave me that error. Please guide me how can I eliminate the above error.
Thank you so much
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: Hi dear fmk

Post by vesna »

This warning message indicates the problem with the model rather than with the analysis. Check your constraints and make sure that you do not have any "hanging" nodes.
Post Reply