Is it a bug?

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

Moderators: silvia, selimgunay, Moderators

Post Reply
benliangxiao
Posts: 34
Joined: Tue Feb 08, 2011 2:44 pm
Location: UC Berkeley

Is it a bug?

Post by benliangxiao »

Hi,

I'm running time history analysis for a large model. It's getting stuck at one step without showing any error or convergence message and it lasts forever.
It seems that it's running the command "set ok [analyze 1 $dt]" forever.
This problem also happened to my other relatively simpler models before. With different integrators or time steps, the problems were overcome.
But for this large model, it always has this problem even if I have tried other integrators.

Thanks,
Xiao.
benliangxiao
Posts: 34
Joined: Tue Feb 08, 2011 2:44 pm
Location: UC Berkeley

Re: Is it a bug?

Post by benliangxiao »

BTW, I'm using the latest version 2.4.4.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Is it a bug?

Post by fmk »

Ben,

are you using the force beam column, i.e. element type "nonlinearBeamColumn", "forceBEamColumn" , or "beamWIthHinges"? if so you are getting stuck in the internal element iterations, use forceBeamColumn command and look at the -iter option.
benliangxiao
Posts: 34
Joined: Tue Feb 08, 2011 2:44 pm
Location: UC Berkeley

Re: Is it a bug?

Post by benliangxiao »

Thank you. Yes, the beamWithHinges is used.
The problem was solved by changing constraints from Transformation to Penalty.
Did you mean change to other hinge integration methods?

fmk wrote:
> Ben,
>
> are you using the force beam column, i.e. element type
> "nonlinearBeamColumn", "forceBEamColumn" , or
> "beamWIthHinges"? if so you are getting stuck in the internal
> element iterations, use forceBeamColumn command and look at the -iter
> option.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Is it a bug?

Post by fmk »

no .. it was change the element command to use the forceBeamElement and use the -iter option.
benliangxiao
Posts: 34
Joined: Tue Feb 08, 2011 2:44 pm
Location: UC Berkeley

Re: Is it a bug?

Post by benliangxiao »

Did you mean in this case I should use the command "element forceBeamElement" instead of "element beamWithHinges"? For the -iter option, the default maximum number of iteration is 1 and the default tolerance is 1e-16, should I change to other values.

Many thanks,
Xiao.


fmk wrote:
> no .. it was change the element command to use the forceBeamElement and use
> the -iter option.
Post Reply