Modified Ibarra-Medina-Krawinkler Deterioration Model

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

Moderators: silvia, selimgunay, Moderators

Post Reply
mehdikia2519
Posts: 39
Joined: Sun Apr 19, 2009 12:03 am
Location: Iran

Modified Ibarra-Medina-Krawinkler Deterioration Model

Post by mehdikia2519 » Mon Nov 11, 2013 12:25 am

dear frank

Convergence problem is happened during incremental dynamic analysis when the Modified Ibarra-Medina-Krawinkler Deterioration Model (Bilin Material) is used . it is worthy to note this problem cannot be solved by utilizing the smaller time steps .
It would be your kind if you help me with this problem

brag006
Posts: 173
Joined: Wed Feb 15, 2012 1:26 pm
Location: University of Auckland

Re: Modified Ibarra-Medina-Krawinkler Deterioration Model

Post by brag006 » Mon Nov 11, 2013 1:46 pm

try changing analysis parameters. Implement a loop which changes parameters if one fails. There are a few examples which use these loops. Increase the number of iterations

hnaderi
Posts: 15
Joined: Sat May 25, 2013 11:44 am

Re: Modified Ibarra-Medina-Krawinkler Deterioration Model

Post by hnaderi » Mon Nov 11, 2013 9:38 pm

remove IDA analysis from your code.
Use eigen command to obtain the period of the structure After Static analysis. Does it work?

mehdikia2519
Posts: 39
Joined: Sun Apr 19, 2009 12:03 am
Location: Iran

Re: Modified Ibarra-Medina-Krawinkler Deterioration Model

Post by mehdikia2519 » Fri Nov 15, 2013 10:07 pm

dear hnaderi and barg006
thanks for your attehtion
both suggested teqniques were applied befor , but nothing achived . it is noting , convergence problems remove when other type of model is used .

hnaderi
Posts: 15
Joined: Sat May 25, 2013 11:44 am

Re: Modified Ibarra-Medina-Krawinkler Deterioration Model

Post by hnaderi » Sat Nov 16, 2013 1:38 am

I think problems occur when you want to calculate the damping of structure with eigenvalue command before Dynamic analysis.
this means that your model is destroyed by the gravity loads. Check your model (units, mass, sections, elements, loads, Constraints, ...)
Maybe there is a problem in the definition of Bilin material in your model. (increase the stiffness of rotational springs)
if the model is correct, you should calculate rayleigh damping factors (alpha, beta) manually. Do not use the eigen command.

I've seen this problem in several different cases for dynamic analysis. (Ibarra-Medina-Krawinkler Model, BeamColumnJoint element, Joint2D element and ...)
Totally, i think this type of modeling is not proper for Dynamic analysis (It seems unrealistic), Especially if someone wants to consider damage accumulation in structure and elements.

hshoar
Posts: 26
Joined: Wed Sep 12, 2012 5:45 am
Location: Sience and Research branch of IAU
Contact:

Re: Modified Ibarra-Medina-Krawinkler Deterioration Model

Post by hshoar » Sat Nov 16, 2013 6:57 am

Hi,

Here is Dr. Mckenna's suggestion in analysis failure! :

fmk: start by changing the elements to be elastic beam columns. if that fails your nodes, elements or boundary conditions are messed up.
if it works change the section to be elastic for the nonlinear beam columns. if that fails check your beam definitions.
if that works change the materials to be elastic. if it fails your section is wrong.
if that works your materials are incorrectly defined. look at the parameters or consider switching material types.

Good Luck!

xiell
Posts: 15
Joined: Thu Nov 14, 2013 6:22 pm
Location: Tsinghua University

Re: Modified Ibarra-Medina-Krawinkler Deterioration Model

Post by xiell » Sat Nov 16, 2013 8:30 am

I have also done some research on this model, I think it is not due to the accumulation stuff. This model really works well in all static analysis, only not fit for dynamic analysis.

Post Reply