Aggregator command to add the Shear force-deformation

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

Moderators: silvia, selimgunay, Moderators

Post Reply
gooddaytogo
Posts: 23
Joined: Fri Mar 01, 2019 7:15 pm
Location: Texas Tech University

Aggregator command to add the Shear force-deformation

Post by gooddaytogo » Mon Aug 24, 2020 11:32 am

Hi, everybody,
I am using the section Aggregator command to add the Shear force-deformation to the existing fiber section, but I am confused about how to define the Shear force-deformation relation for the uniaxialMaterial, anybody can help or provide some reference about it? Thanks a lot.

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

Re: Aggregator command to add the Shear force-deformation

Post by mhscott » Mon Aug 24, 2020 12:04 pm

Use a uniaxialMaterial to define the section shear force-shear deformation relationship, then add it to the fiber section using 'Vy' in the aggregator. I don't have a specific example on hand, but you can search the message board as this is not an uncommon question.

selimgunay
Posts: 913
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: Aggregator command to add the Shear force-deformation

Post by selimgunay » Mon Aug 24, 2020 12:23 pm

If you are using an elastic response

uniaxialMaterial Elastic $matTag $GA

If inelastic (using Steel01 for example to represent bilinear relationship)

uniaxialMaterial Steel01 $matTag $Fy $GA $b

Fy is the shear capacity, GA is the multiplication of shear modulus and shear area, b is the ratio of slope after yield to GA. You can have it negative to represent brittle failure

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

Re: Aggregator command to add the Shear force-deformation

Post by mhscott » Mon Aug 24, 2020 12:29 pm

Thanks, Selim! :)

gooddaytogo
Posts: 23
Joined: Fri Mar 01, 2019 7:15 pm
Location: Texas Tech University

Re: Aggregator command to add the Shear force-deformation

Post by gooddaytogo » Mon Aug 24, 2020 1:25 pm

mhscott wrote:
Mon Aug 24, 2020 12:04 pm
Use a uniaxialMaterial to define the section shear force-shear deformation relationship, then add it to the fiber section using 'Vy' in the aggregator. I don't have a specific example on hand, but you can search the message board as this is not an uncommon question.
Thanks, it is very helpful,

gooddaytogo
Posts: 23
Joined: Fri Mar 01, 2019 7:15 pm
Location: Texas Tech University

Re: Aggregator command to add the Shear force-deformation

Post by gooddaytogo » Mon Aug 24, 2020 1:40 pm

selimgunay wrote:
Mon Aug 24, 2020 12:23 pm
If you are using an elastic response

uniaxialMaterial Elastic $matTag $GA

If inelastic (using Steel01 for example to represent bilinear relationship)

uniaxialMaterial Steel01 $matTag $Fy $GA $b

Fy is the shear capacity, GA is the multiplication of shear modulus and shear area, b is the ratio of slope after yield to GA. You can have it negative to represent brittle failure

Thanks for your reply.
Can I understand it in this way, when using uniaxialMaterial command:
For shear, we use GA to describe the relation between F and gamma;
For torsion, we use GJ to describe the relation between T and theta;

As for Fy, does it mean the shear force when the section starts to yields?
Hope you can help me confirm it.

Another is for the A in GA, do we need to use the whole area or the effective area and why? Thanks.

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

Re: Aggregator command to add the Shear force-deformation

Post by mhscott » Mon Aug 24, 2020 1:54 pm

Yes, the "Fy" is interpreted as yield shear force.

You can use whatever "A" you want in GA ... it's just a number to the material model :)

selimgunay
Posts: 913
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: Aggregator command to add the Shear force-deformation

Post by selimgunay » Mon Aug 24, 2020 2:13 pm

Fy is the shear capacity and in a bilinear model that you use, it corresponds to the yield force.

A is shear area which is equal to 5/6 of the total area for rectangular sections and 9/10 of the total area for circular sections

gooddaytogo
Posts: 23
Joined: Fri Mar 01, 2019 7:15 pm
Location: Texas Tech University

Re: Aggregator command to add the Shear force-deformation

Post by gooddaytogo » Mon Aug 24, 2020 3:15 pm

selimgunay wrote:
Mon Aug 24, 2020 2:13 pm
Fy is the shear capacity and in a bilinear model that you use, it corresponds to the yield force.

A is shear area which is equal to 5/6 of the total area for rectangular sections and 9/10 of the total area for circular sections
Brilliant, for the shear area, I am trying to find some references where you can derive the shape factor for any shape, would you have any resources for it? Thanks.

selimgunay
Posts: 913
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: Aggregator command to add the Shear force-deformation

Post by selimgunay » Mon Aug 24, 2020 3:36 pm

You can find a derivation and some references here:

http://citeseerx.ist.psu.edu/viewdoc/do ... 1&type=pdf

gooddaytogo
Posts: 23
Joined: Fri Mar 01, 2019 7:15 pm
Location: Texas Tech University

Re: Aggregator command to add the Shear force-deformation

Post by gooddaytogo » Mon Aug 24, 2020 7:07 pm

selimgunay wrote:
Mon Aug 24, 2020 3:36 pm
You can find a derivation and some references here:

http://citeseerx.ist.psu.edu/viewdoc/do ... 1&type=pdf
Awesome, many thanks.

Post Reply