Error in static analysis
Moderators: silvia, selimgunay, Moderators
Error in static analysis
Anyone knows what does the following error mean? Appreciate your help.
WARNING BandGenLinLapackSolver::solve() -LAPACK routine returned 1397
WARNING AcceleratedNewton::solveCurrentStep() -the LinearSysOfEqn failed in solv
e()
StaticAnalysis::analyze() - the Algorithm failed at iteration: 0 with domain at
load factor 0.05
OpenSees > analyze failed, returned: -3 error flag
WARNING BandGenLinLapackSolver::solve() -LAPACK routine returned 1397
WARNING AcceleratedNewton::solveCurrentStep() -the LinearSysOfEqn failed in solv
e()
StaticAnalysis::analyze() - the Algorithm failed at iteration: 0 with domain at
load factor 0.05
OpenSees > analyze failed, returned: -3 error flag
Re: Error in static analysis
Since the failure is in the first step of analysis! it seems that there is a problem with your model or the FEA parameters you considered!
It is my Opinion!
It is my Opinion!
Best Regards,
A.H.Arshian
A.H.Arshian
Re: Error in static analysis
Check your model! It looks like it is unstable. Check boundary conditions and connectivity of your elements. Make sure not to have "hanging" nodes.
Re: Error in static analysis
Thanks! I forgot to integrate the torsional stiffness. Now it works.
-
- Posts: 33
- Joined: Mon Jul 08, 2013 5:51 am
- Location: Boğaziçi University
Re: Error in static analysis
how did you solve that problem? could you tell us the details please? how did you integrate the torsional stiffness? thanks
Re: Error in static analysis
anybody know what's mean below eror?
WARNING BandGenLinLapackSolver::solve() -LAPACK routine returned 2
DisplacementControl::newStep(void) - failed in solver
StaticAnalysis::analyze() - the Integrator failed at iteration: 0 with domain at
load factor 0
WARNING BandGenLinLapackSolver::solve() -LAPACK routine returned 2
DisplacementControl::newStep(void) - failed in solver
StaticAnalysis::analyze() - the Integrator failed at iteration: 0 with domain at
load factor 0
-
- Posts: 33
- Joined: Mon Jul 08, 2013 5:51 am
- Location: Boğaziçi University
Re: Error in static analysis
check your model if there is any hanger node. or check your connections. Generally LAPACK problems is about convergence.