Basic forces of Elastic Beam column element
Moderators: silvia, selimgunay, Moderators
-
- Posts: 12
- Joined: Thu Jul 20, 2017 2:53 am
Basic forces of Elastic Beam column element
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.
best regards.
-
- Posts: 916
- Joined: Mon Sep 09, 2013 8:50 pm
- Location: University of California, Berkeley
Re: Basic forces of Elastic Beam column element
Actually you can record forces in the local coordinate with the following command:
recorder Element -file ele1local.out -time -ele 1 localForce
recorder Element -file ele1local.out -time -ele 1 localForce
-
- Posts: 52
- Joined: Fri Mar 17, 2017 11:01 am
- Location: IIT Patna
Re: Basic forces of Elastic Beam column element
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?
> 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?
-
- Posts: 52
- Joined: Fri Mar 17, 2017 11:01 am
- Location: IIT Patna
Re: Basic forces of Elastic Beam column element
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
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
-
- Posts: 916
- Joined: Mon Sep 09, 2013 8:50 pm
- Location: University of California, Berkeley
Re: Basic forces of Elastic Beam column element
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.
-
- Posts: 52
- Joined: Fri Mar 17, 2017 11:01 am
- Location: IIT Patna
Re: Basic forces of Elastic Beam column element
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?
> 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?
-
- Posts: 52
- Joined: Fri Mar 17, 2017 11:01 am
- Location: IIT Patna
Re: Basic forces of Elastic Beam column element
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
> 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