Limit Curve Question

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

Moderators: silvia, selimgunay, Moderators

Post Reply
ccharrin
Posts: 12
Joined: Wed May 23, 2012 1:52 pm
Location: Universtiy of Colorado at Boulder

Limit Curve Question

Post by ccharrin »

Hi,

When I change the $defType from 2 to 1 in the CenterColShearSpring.tcl file of the limit state material debugged example Opensees crashes. I know that defType 1 is for maximum beam-column chord rotations. Why doesn't it work for this example?

Thanks
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: Limit Curve Question

Post by vesna »

Try contacting Mohammad, the guy that debugged the code.
ccharrin
Posts: 12
Joined: Wed May 23, 2012 1:52 pm
Location: Universtiy of Colorado at Boulder

Re: Limit Curve Question

Post by ccharrin »

Hi Vesna,

I am having difficulty locating Mohammad's contact info. Is there any chance you have it?

Thank you
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: Limit Curve Question

Post by vesna »

Here it is:
m.r.azadi AT ut.ac.ir
ccharrin
Posts: 12
Joined: Wed May 23, 2012 1:52 pm
Location: Universtiy of Colorado at Boulder

Re: Limit Curve Question

Post by ccharrin »

Thank you Vesna.
wuhaoshrek
Posts: 122
Joined: Tue Oct 28, 2008 4:01 am

Re: Limit Curve Question

Post by wuhaoshrek »

vesna wrote:
> Here it is:
> m.r.azadi AT ut.ac.ir

Hi vesna, the example does not give converged result for the dynamic case. For pushover and cyclic it is fine.
mhscott
Posts: 876
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Re: Limit Curve Question

Post by mhscott »

Make sure you are using the latest version of OpenSees. I recently fixed a bug related to this issue.
wuhaoshrek
Posts: 122
Joined: Tue Oct 28, 2008 4:01 am

Re: Limit Curve Question

Post by wuhaoshrek »

mhscott wrote:
> Make sure you are using the latest version of OpenSees. I recently fixed a
> bug related to this issue.

YES, I used the version 2.4.3<rev 5645>. And the analysis stopped at time 3.260800. By the way, when I compiled the
source code just updated this morning, there are 13 failed to get built. Thanks.
mrazadi1986
Posts: 12
Joined: Sun Aug 28, 2011 2:13 am
Location: University of Tehran

Re: Limit Curve Question

Post by mrazadi1986 »

I have modified the example and sent it to Vesna to upload.
cdv
Posts: 3
Joined: Sun Jan 12, 2014 10:20 am
Location: Univarsity of Naples

Re: Limit Curve Question

Post by cdv »

Dear all,
running the debugged examples of the limit state material (files downloaded from OpenSeeswiki) with the v. 2.4.3 (rev 5645 - 2013) i have found minor problems on:
1) the pushover analysis in load control works fine but it's necessary to change the node number (1 instead of 5) at which the reactions are recorded (the X reactions for node 5 is always 0);
2) the pushover analysis in displacement control works fine only with the same change reported at the point 1) and it's also necessary to change the node number of the integrator Dislacementcontrol (4 instead of 2);
in both cases the results are the same and equal to those reported in the Example Manual.
I hope to have your help in running the cyclic analysis, because OpenSees returns the following problems:
3) the cyclic analysis in load control works without changes in the original scripts but with unsignificant results (the displacement of node 4 and the reaction of the node 1 are very low about e-42);
4) the cyclic analysis in dislpacement control failed because it's necessary to set du = 0.01 out of the "if" loop; with this change Opensees started to work but immediately it stopped and this Windows warning appears: " OpenSees has stopped working. Windows is searching for a solution".
by using an OpenSees older version (downloaded in august 2012) it returns a convergence error on the domain of the element 99 (the beamcolumn). i cannot be more precise on this error because after the istallation of the last version of OpenSees i'm not able to run the old one.
Thanks in advance
cdv
Posts: 3
Joined: Sun Jan 12, 2014 10:20 am
Location: Univarsity of Naples

Re: Limit Curve Question

Post by cdv »

this is the error for the cyclic analysis in displacement control point 4) with a previous version of OpenSees

OpenSees -- Open System For Earthquake Engineering Simulation
Pacific Earthquake Engineering Research Center -- 2.3.2.2

(c) Copyright 1999,2000 The Regents of the University of California
All Rights Reserved
(Copyright and Disclaimer @ http://www.berkeley.edu/OpenSees/copyright.html)



OpenSees > source CenterCol_basicModel_Cyclic.tcl
HI
69.5 101.604 133.707 0.00239655 0.0761983 0.15
WARNING - ForceBeamColumn2d::update - failed to get compatible element forces &
deformations for element: 99(dW: << 1.78065e+019)
Domain::update - domain failed in update
DisplacementControl::newStep - model failed to update for new dU
StaticAnalysis::analyze() - the Integrator failed at iteration: 0 with domain at
load factor -3.2955e+039
OpenSees > analyze failed, returned: -2 error flag
WARNING - ForceBeamColumn2d::update - failed to get compatible element forces &
deformations for element: 99(dW: << 2.84904e+020)
Domain::update - domain failed in update
DisplacementControl::newStep - model failed to update for new dU
StaticAnalysis::analyze() - the Integrator failed at iteration: 0 with domain at
load factor -9.89123e+039
OpenSees > analyze failed, returned: -2 error flag
ANALYSIS FAILED
OpenSees >
Post Reply