Modal analysis

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

Moderators: silvia, selimgunay, Moderators

Post Reply
hrodrigues
Posts: 44
Joined: Wed Nov 14, 2007 7:50 am
Location: Aveiro
Contact:

Modal analysis

Post by hrodrigues »

hi
i'm performing some modal analysis in a 3D model.
i'm having the following message:
ProfileSPDLinDirectSolver::solve() - aii < 0 <i, aii):(1372, 0)

do you know what this is ?
thanks in advanced
Hugo
Jhno
Posts: 214
Joined: Sat May 05, 2012 2:55 pm
Location: Laval

Re: Modal analysis

Post by Jhno »

Your matrix failed.
Either your model is ill defined (check your fix condition, for a start) of you may want to try to use a fullgeneral system.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Modal analysis

Post by fmk »

as the previous post stated you need additional boundary conditions. however, using a full general solver will not help and not quite sure why that was in the previous post,
Jhno
Posts: 214
Joined: Sat May 05, 2012 2:55 pm
Location: Laval

Re: Modal analysis

Post by Jhno »

Well, outside of being a fix problems, I thought maybe it's matrix was not sym. so that the profileband would fails.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Modal analysis

Post by fmk »

Profile is not going to check if symm or not .. it is pretty hard to get an unsymmetric matrix in OpenSees with documented elements and materials.
Post Reply