About Pinching4 material!

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

Moderators: silvia, selimgunay, Moderators

Post Reply
popecl
Posts: 9
Joined: Tue Nov 07, 2006 1:29 am

About Pinching4 material!

Post by popecl » Tue Nov 27, 2007 6:29 pm

I have already defined the Pinching4 material using force-deformation relation to exhibit the cyclic degradation of strength and stiffness.

However, can I make use of the Pinching4 material to define a section which can be used in Nonlinear beam-column elements?

Can I define a fiber section using the Pinching4 material?

Thanks for your attention!

# Pinching 4 model
#units--Kn and m.
set MatTag 1;
set ePd1 0.065; set ePf1 449;
set ePd2 0.2; set ePf2 496;
set ePd3 0.39; set ePf3 562;
set ePd4 0.846; set ePf4 0;
set rDispP 0.4;
set rForceP 0.3;
set uForceP 0;
set dmgType "energy";
set gK1 1.0; set gK2 0.15; set gK3 0.3; set gK4 0.2; set gKLim 1.0;
set gD1 0.5; set gD2 0.5; set gD3 2.0; set gD4 2.0; set gDLim 0.5;
set gF1 1.0; set gF2 0; set gF3 1.0; set gF4 1.0; set gFLim 1.0;
set gE 20;
##
uniaxialMaterial Pinching4 $MatTag $ePf1 $ePd1 $ePf2 $ePd2 $ePf3 $ePd3 $ePf4 $ePd4 \
$rDispP $rForceP $uForceP \
$gK1 $gK2 $gK3 $gK4 $gKLim \
$gD1 $gD2 $gD3 $gD4 $gDLim \
$gF1 $gF2 $gF3 $gF4 $gFLim $gE $dmgType;

silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia » Tue Nov 27, 2007 7:08 pm

yes. you can use materials to define any "force"-"deformation" responses, such as moment-curvature, for example.

i almost want to change the name to something else.
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104

popecl
Posts: 9
Joined: Tue Nov 07, 2006 1:29 am

Post by popecl » Tue Nov 27, 2007 10:04 pm

If you have the model of nonlinear beam-column elements using the Pinching4 material, can you give several examples to me?
Thank you very much!

els83
Posts: 7
Joined: Thu Aug 04, 2011 6:21 am
Location: padova

Re:

Post by els83 » Sat Feb 04, 2012 3:07 pm

silvia wrote:
> yes. you can use materials to define any
> "force"-"deformation" responses, such as
> moment-curvature, for example.
>
> i almost want to change the name to something else.

So, Is it Possible to use the Pinching4 material model with fiber section? I mean Can we assign it to fibers like stress-strain instead of force-deformation?

Thanks,

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

Re: About Pinching4 material!

Post by vesna » Tue Feb 07, 2012 9:58 am

Yes, you can use it to assign stress-strain relationship to fibers of a fiber section.

omalvarez
Posts: 18
Joined: Sat Jul 13, 2013 6:25 am
Location: UMSNH

Re: About Pinching4 material!

Post by omalvarez » Tue Nov 05, 2013 2:09 pm

Dear Vesna,
I have a question about backbone curve. I am working at a model, but I do not know how get a backbone curve, it can be moment-curvature or moment-rotation column diagram? How can I calibrate the model?
Best regards.

mhscott
Posts: 875
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Re: About Pinching4 material!

Post by mhscott » Wed Nov 06, 2013 8:07 am

Some information on calibration between moment-curvature and moment-rotation can be found here:

http://dx.doi.org/10.1193/1.4000136

omalvarez
Posts: 18
Joined: Sat Jul 13, 2013 6:25 am
Location: UMSNH

Re: About Pinching4 material!

Post by omalvarez » Wed Nov 06, 2013 11:13 am

Thank you so much professor Scott, then I can use moment-rotation or moment-curvature to characterize pinching4 material, its right?

Post Reply