Sectional properties for forceBeamColumn element: Required??

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

Moderators: silvia, selimgunay, Moderators

Post Reply
tguha
Posts: 10
Joined: Tue Jul 18, 2017 8:44 am
Location: NexTracker

Sectional properties for forceBeamColumn element: Required??

Post by tguha » Fri Feb 16, 2018 3:45 pm

Hello,
I want to use a forceBeamColumn element as a beam through the use of an aggregator section for non-linear (dynamic) time history analysis of a structure. The aggregator section I use in the forceBeamColumn command in turn has six non-linear stress strain material models (Steel02) parametrically defined through Fy, E, b,R0, cR1,cR2,<a1 a2 a3 a4>,<sig0> in each of the six principal directions. However unlike the elasticBeamColumn element which requires us to specify sectional properties namely area (A), the moment of interia (Iy and Iz) as well as the torsional constant (J), these parameters does not seem to be required while defining the forceBeamColumn element [or the aggregator section]. The aggregator section has an optional argument for <-section $sectionTag> to include one previously defined section but as mentioned earlier this is optional. My question is then whether I am missing something or are the sectional properties really not required for defining such elements. Here is the sample code where I have defined two materials (as Steel02 material model), created an aggregator section using these material models in six principal directions and then created a forceBeamColumn element based on the aggregator section. But no where have I provided the sectional properties.

# Material "TorqueTubeSteel": matTag Fy E b R0 cR1 cR2 <a1 a2 a3 a4> <sig0>
uniaxialMaterial Steel02 4 +6.000000E+01 +1.115400E+04 +1.000000E-02 +1.850000E+01 +9.250000E-01 +1.500000E-01 +0.000000E+00 +1.000000E+00 +0.000000E+00 +1.000000E+00 +0.000000E+00

# Material "TorqueTubeSteel2": matTag Fy E b R0 cR1 cR2 <a1 a2 a3 a4> <sig0>
uniaxialMaterial Steel02 5 +6.000000E+01 +2.900000E+04 +5.000000E-02 +1.850000E+01 +9.250000E-01 +1.500000E-01 +0.000000E+00 +1.000000E+00 +0.000000E+00 +1.000000E+00 +0.000000E+00

# Section "TorqueTubeSectionAgg2": secTag matTag string ... -section secTag
section Aggregator 4 5 P 5 Vy 5 Vz 4 T 5 My 5 Mz

# Element "TorqueTubeNL": eleTag NodeI NodeJ NIP secTag geoTranTag <-mass massDens> <-iter maxIters tol>
element forceBeamColumn 741 405 406 10 4 1 -mass +0.000000E+00 -iter 10 +1.000000E-12 -integration Lobatto


Regards
Tushar Guha

Toutant
Posts: 32
Joined: Mon Sep 09, 2013 10:33 am
Location: École Polytechnique de Montréal

Re: Sectional properties for forceBeamColumn element: Requir

Post by Toutant » Fri Feb 16, 2018 8:50 pm

It's been a while since I've used OpenSees but I believe that the section Aggregator command is only used to assign materials to your section. In your case, you haven't defined the section yet. So before you assign materials via section Aggregator command you need to define the section itself. I would suggest you to discretize your section using fiber elements.

You're gonna want to look at these commands first :

-Fiber section command
-Patch command

Hope it helps and good luck.

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

Re: Sectional properties for forceBeamColumn element: Requir

Post by selimgunay » Sun Feb 18, 2018 11:06 am

You need to define a fiber section and assign defined materials to your section. Please see examples in this link

http://opensees.berkeley.edu/wiki/index ... er_Section

parasismique
Posts: 58
Joined: Tue Dec 13, 2016 7:14 am
Location: University of Tlemcen-Algeria

Re: Sectional properties for forceBeamColumn element: Requir

Post by parasismique » Thu Jun 28, 2018 11:02 am

Hi everyone,

I would need to confirm a few maybe obvious things about the incorporation of shear effect in existing beamColumn elements of OpenSees.
My question is related to section aggregator. I am modelling RC column using the fiber section. I am using nonlinear beam Column element with zero length element submitted to a effort axial.
I actually trying to use section aggregator is compatible (P, M, V or T)?
And why we used generally only the shear effect?
I would appreciate any help in this. Thanks!

Post Reply