Basic forces of Elastic Beam column element

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

Moderators: silvia, selimgunay, Moderators

Post Reply
SadeghSalimian
Posts: 12
Joined: Thu Jul 20, 2017 2:53 am

Basic forces of Elastic Beam column element

Post by SadeghSalimian » Mon Jul 31, 2017 2:37 pm

Hi dear friends I want to record basic forces of a series of elastic beam columns in my model. in fact I need to record axial force and moments of each end of element as well as shears on each joint, but I found the recorder for this type of elements includes force command which records forces in the global coordinate. it does not record even local forces. I do not know how to deal with this issue. especially when the model is 3D. I was wondering if someone could help me and share his or her experience about this matter.

best regards.

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

Re: Basic forces of Elastic Beam column element

Post by selimgunay » Mon Jul 31, 2017 10:16 pm

Actually you can record forces in the local coordinate with the following command:

recorder Element -file ele1local.out -time -ele 1 localForce

venkateshyadav
Posts: 52
Joined: Fri Mar 17, 2017 11:01 am
Location: IIT Patna

Re: Basic forces of Elastic Beam column element

Post by venkateshyadav » Sun Feb 18, 2018 11:09 pm

selimgunay wrote:
> Actually you can record forces in the local coordinate with the following
> command:
>
> recorder Element -file ele1local.out -time -ele 1 localForce

Hi,
By using this command localForce, get an output as
4641.94 -1.48777 892839 -3995.07 1.48777 -897303
Can you explain me in this which is Axial force column and which is shear force column in that list?

venkateshyadav
Posts: 52
Joined: Fri Mar 17, 2017 11:01 am
Location: IIT Patna

Re: Basic forces of Elastic Beam column element

Post by venkateshyadav » Thu Feb 22, 2018 7:58 pm

It is a 2d problem.
So you mean 4641.94 is the axial force?
So as you said, if it is axial force. Then how to find out the shear forces in that particular element

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

Re: Basic forces of Elastic Beam column element

Post by selimgunay » Thu Feb 22, 2018 8:12 pm

The first three are the forces at node i and the last three are forces at node j. The first one should be axial (local x), second one should be shear (local y) and the third should be moment, but please check the column headings by using -xml instead of -file in the recorder syntax.

venkateshyadav
Posts: 52
Joined: Fri Mar 17, 2017 11:01 am
Location: IIT Patna

Re: Basic forces of Elastic Beam column element

Post by venkateshyadav » Thu Feb 22, 2018 9:49 pm

selimgunay wrote:
> The first three are the forces at node i and the last three are forces at
> node j. The first one should be axial (local x), second one should be shear
> (local y) and the third should be moment, but please check the column
> headings by using -xml instead of -file in the recorder syntax.

Hi selimgunay,
Thanks for your reply. I checked by changing the heading -xml. And it is displaying as below the 6 columns:
<ResponseType>Px_1</ResponseType>
<ResponseType>Py_1</ResponseType>
<ResponseType>Mz_1</ResponseType>
<ResponseType>Px_2</ResponseType>
<ResponseType>Py_2</ResponseType>
<ResponseType>Mz_2</ResponseType>

So here you mean that Px1 is the axial force at end 1 and Py1 is the shear force at end 1 and so on...
Is the interpretation correct?

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Basic forces of Elastic Beam column element

Post by fmk » Fri Feb 23, 2018 1:50 pm

yes

venkateshyadav
Posts: 52
Joined: Fri Mar 17, 2017 11:01 am
Location: IIT Patna

Re: Basic forces of Elastic Beam column element

Post by venkateshyadav » Fri Feb 23, 2018 8:26 pm

fmk wrote:
> yes

Hi, thanks for your reply.
Is there any way to model shear hinge i.e., shear capacity failure criteria in opensees.
By section aggregator one can aggregate the shear with fiber section. But before aggregating how to define the shear capacity of the column so that the column after reaching that limit it goes to failure zone. Am doing pushover analysis

Post Reply