about the 3D dynamic analysis

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
baozai
Posts: 212
Joined: Tue Jan 04, 2011 3:39 am
Location: Southeast University

about the 3D dynamic analysis

Post by baozai »

hello. I want to know that when I do a dynamic analysis of a 3D dimensional frame, how many dofs of mass should I make?take node 1 as an example.
if I use the command as follow: mass 1 100 0 100 0. 0. 0.;
when I calculate the eigen of the structure, if the number of the eigen is 3, it can be done, but if the number is 5 the error is:

ArpackSolver::Error with _saupd info = -9999
Could not build an Arnoldi factorization.IPARAM(5) the size of the current Arnoldi factorization: is 9factorization. The user is advised to check thatenough workspace and array storage has been allocated.
WARNING DirectIntegrationAnalysis::eigen() - EigenSOE failed in solve()
ArpackSolver::Error with _saupd info = -9999
Could not build an Arnoldi factorization.IPARAM(5) the size of the current Arnoldi factorization: is 9factorization. The user is advised to check thatenough workspace and array storage has been allocated.
WARNING DirectIntegrationAnalysis::eigen() - EigenSOE failed in solve()

but if i use the command as mass 1 100 100 100 0. 0. 0.;
when I calculate the eigen of the structure, the eigen 5 could also be done. so I just want to know how to consider the mass command?

Thank you.
Baozai
baozai
Posts: 212
Joined: Tue Jan 04, 2011 3:39 am
Location: Southeast University

Re: about the 3D dynamic analysis

Post by baozai »

Will anybody help me about it?
Baozai
khunglongkhelua
Posts: 21
Joined: Thu Mar 24, 2011 3:59 pm
Location: Penn State University

Re: about the 3D dynamic analysis

Post by khunglongkhelua »

I also encounter the same problem like this


ArpackSolver::Error with _saupd info = -9999
Could not build an Arnoldi factorization.IPARAM(5) the size of the current Arnoldi factorization: is 9factorization. The user is advised to check thatenough workspace and array storage has been allocated.

Can anyone explain what this warning means.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: about the 3D dynamic analysis

Post by fmk »

the arpack solver has problems sometimes if there is duplicate eigenvalues .. it also can only solve for m-1 eigenvalues, where m is the number of eigenvalues in the system.
anuragraj
Posts: 1
Joined: Fri Sep 23, 2011 4:59 am
Location: iit bhubaneswar

Re: about the 3D dynamic analysis

Post by anuragraj »

I am encountering same problem...i have used the command mass 9 1 0 1 0 1 0...how should I tackle this error..??...
Post Reply