fix end beam problem

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

Moderators: silvia, selimgunay, Moderators

Post Reply
Mohammadf
Posts: 144
Joined: Wed Dec 15, 2010 10:58 am

fix end beam problem

Post by Mohammadf »

Hi Dear all
I have modeled a simple beam with fix ends and with a gravity analysis. I can not run this model!!! it has an error."FATAL ProfileSPDLinSOE::getX - vectX == 0" but when i change one end constrain from 1 1 1 to 0 1 1 I can run it.

constraints Plain
numberer RCM
system BandGeneral
test NormDispIncr 1.e-6 10
algorithm Newton
integrator LoadControl 0.1
analysis Static
analyze 10


what is the problem? please help.

Regards
Last edited by Mohammadf on Fri Aug 09, 2013 11:20 am, edited 1 time in total.
hnaderi
Posts: 15
Joined: Sat May 25, 2013 11:44 am

Re: fix end beam problem

Post by hnaderi »

Hello Dear Friend Mohammadf

Change your Constraints Method. Use Penalty Method.
for Example:
Constraints Penalty 1e12 1e12
Mohammadf
Posts: 144
Joined: Wed Dec 15, 2010 10:58 am

Re: fix end beam problem

Post by Mohammadf »

Many Thanks Dear Naderi
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: fix end beam problem

Post by fmk »

the problem arose because the model had 0 degress-of-freedom when you use plain (transformationwould give similar results) and impose a constraint on the only free dof ..hence you actuall had 0 dof and hence the original error method.
Post Reply