Search found 17 matches

by f.ribeiro
Tue May 06, 2014 1:51 am
Forum: OpenSees.exe Users
Topic: beamwithhinge without deterioration!!
Replies: 15
Views: 12999

Re: beamwithhinge without deterioration!!

Section deformation (axial and curvature) can be obtained with the Element Deformation recorder: recorder Element -file FileDeformation.out -ele 1 section 1 deformation End section forces can be obtained with the Element Forces recorder: recorder Element -file FileForces.out -ele 1 globalForce The t...
by f.ribeiro
Fri May 02, 2014 5:25 am
Forum: OpenSees.exe Users
Topic: beamwithhinge without deterioration!!
Replies: 15
Views: 12999

Re: beamwithhinge without deterioration!!

1) The initial stiffness of the element is supposed to be controlled by the elastic element. Maybe you should look at the EI you are using to define the elastic element. 2) It wasn't me that posted this example so I am not the right person to talk about it. I will let others explain it because they ...
by f.ribeiro
Fri May 02, 2014 2:03 am
Forum: OpenSees.exe Users
Topic: beamwithhinge without deterioration!!
Replies: 15
Views: 12999

Re: beamwithhinge without deterioration!!

Regarding the concentrated plasticity model: 1) n=1.5 is way to small to provide you accurate results. The spring must be rigid-plastic. This means that in the elastic region the spring should have negligible deformation. Ibarra and Krawinkler (2005) and Zareian and Medina (2010) have suggested n=10...
by f.ribeiro
Thu May 01, 2014 4:26 am
Forum: OpenSees.exe Users
Topic: beamwithhinge without deterioration!!
Replies: 15
Views: 12999

Re: beamwithhinge without deterioration!!

You can, but I believe it is better to start by posting your code here so that the problems and solutions are shared with everyone.

Filipe Ribeiro
f.ribeiro@fct.unl.pt
by f.ribeiro
Mon Apr 28, 2014 3:21 am
Forum: OpenSees.exe Users
Topic: beamwithhinge without deterioration!!
Replies: 15
Views: 12999

Re: beamwithhinge without deterioration!!

1) Since you defined well the model parameters for using with the BeamWithHinges (don't forget you are defining a moment-curvature relationship), there is no apparent reason for it. .. please post your code so that I can take a look at it. 2) I guess that 0.004*L does not have any physical meaning s...
by f.ribeiro
Tue Apr 08, 2014 10:06 am
Forum: OpenSees.exe Users
Topic: (ASAP)problem about the MK-bilin——why it is still elastic
Replies: 8
Views: 7943

Re: (ASAP)problem about the MK-bilin——why it is still elasti

You can record the moment at the element ends, where the plastic hinges will form. The rotation is obtained by integrating the curvature along a defined length so there is no rotation associated with the hinge section. What you can do is to record the curvature at your hinge section (using the eleme...
by f.ribeiro
Sat Apr 05, 2014 4:14 pm
Forum: OpenSees.exe Users
Topic: (ASAP)problem about the MK-bilin——why it is still elastic
Replies: 8
Views: 7943

Re: (ASAP)problem about the MK-bilin——why it is still elasti

The paper by Scott and Ryan (2013) only addresses the case of elasto-plastic material with hardening. In the case you have a softening region, the second paper proposes a calibration procedure for force-based beam column elements. Hope it helps.
by f.ribeiro
Wed Apr 02, 2014 2:22 am
Forum: OpenSees.exe Users
Topic: (ASAP)problem about the MK-bilin——why it is still elastic
Replies: 8
Views: 7943

Re: (ASAP)problem about the MK-bilin——why it is still elasti

The Bilin material and the parameters proposed by Lignos and Krawinkler (2011) were thought to define a Moment-Rotation relationship. Thus, it is appropriate to be assigned to concentrated plasticity elements. However, if you want to implement it in a distributed plasticity element, you should be aw...
by f.ribeiro
Tue Sep 17, 2013 5:12 am
Forum: OpenSees.exe Users
Topic: Applying Cyclic Loading to ZeroLength Element
Replies: 8
Views: 8058

Re: Applying Cyclic Loading to ZeroLength Element

With the code above I'm afraid you're not reaching the yield moment. Thus you are obtaining a linear elastic response and not the desired hysteretic curve. By symply increasing the "ratio" variable you would fix that. However, I am not sure what's the purpose of this variable as is. In the...
by f.ribeiro
Fri Sep 13, 2013 1:27 pm
Forum: Framework
Topic: Bug Spotted in Bilin material
Replies: 14
Views: 10947

Re: Bug Spotted in Bilin material

There was a minor bug in the update of the unloading stiffness due to deterioration. The code with revision 5531 contains the latest bug fix so that stiffness deterioration also works for the case when the Bilin material is used in zero-length springs with the optional n-factor. Please use this late...
by f.ribeiro
Mon Sep 09, 2013 3:53 pm
Forum: Framework
Topic: Bug Spotted in Bilin material
Replies: 14
Views: 10947

Re: Bug Spotted in Bilin material

The changes made in the last commit were mainly related to the update of model parameters due to cyclic deterioration. Additionally, other minor bugs, namely in the post-capping stiffness, were corrected. However, from the validation examples we used, not large differences are expected. Can you post...
by f.ribeiro
Sat Sep 07, 2013 9:28 am
Forum: OpenSees.exe Users
Topic: Hinge with modified IMK deterioration model
Replies: 3
Views: 3780

Re: Hinge with modified IMK deterioration model

Only the solving algorithm.

Filipe Ribeiro
by f.ribeiro
Fri Sep 06, 2013 12:40 am
Forum: OpenSees.exe Users
Topic: Hinge with modified IMK deterioration model
Replies: 3
Views: 3780

Re: Hinge with modified IMK deterioration model

We have modified the example by changing a few dynamic analysis parameters and, from the runs we made, convergence is now attained without trouble.

Filipe Ribeiro
by f.ribeiro
Tue Jun 28, 2011 4:13 am
Forum: OpenSees.exe Users
Topic: Perform Dynamic Analysis Consecutively
Replies: 8
Views: 5894

Re: Perform Dynamic Analysis Consecutively

Sorry for the big text, hope you don't get :? I have another possible reason to explain this situation: When a timeSeries and a uniformExcitation is defined the first point corresponds to the time 0.0 isn't it ?? When I start the second dynamic analysis the time is, e.g. 70s, so at that time there i...
by f.ribeiro
Tue Jun 28, 2011 3:47 am
Forum: OpenSees.exe Users
Topic: Perform Dynamic Analysis Consecutively
Replies: 8
Views: 5894

Re: Perform Dynamic Analysis Consecutively

I did what you said and I realized that there is no problem with the grav loads. I found the problem is the uniformExcitation itself. I defined the uniform excitation using timeSeries in order to get the absolute accel. Then I recorded the accel of the base nodes (whose accel must be the same of the...