OpenSees Example 2b. Nonlinear Cantilever Column: Uniaxial Inelastic Section: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
(Created page with '__NOTOC__ ==Introduction== This is the first example of a nonlinear model. The nonlinear beam-column element that replaces the elastic element of Example 2a requires the definit…')
 
No edit summary
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
__NOTOC__
==Introduction==
==Introduction==
This is the first example of a nonlinear model.
This is the first example of a nonlinear model.
Line 16: Line 15:
|-
|-
| style="color:#000;" | <div>
| style="color:#000;" | <div>
[[File:Example2b_Push.GIF|link=OpenSees Example 2b. 2D Elastic Cantilever Column]]
[[File:Example2b_Push.GIF|link=OpenSees Example 2b. Nonlinear Cantilever Column: Uniaxial Inelastic Section]]
----
----
<strong>Files</strong>
<strong>Files</strong>
Line 29: Line 28:
|-
|-
| style="color:#000;" | <div>
| style="color:#000;" | <div>
[[File:Example2b_EQ.GIF|link=OpenSees Example 2b. 2D Elastic Cantilever Column]]
[[File:Example2b_EQ.GIF|link=OpenSees Example 2b. Nonlinear Cantilever Column: Uniaxial Inelastic Section]]
----
----
<strong>Files</strong>
<strong>Files</strong>
*[[Media:Ex2b.Canti2D.InelasticSection.EQ.tcl|Ex2b.Canti2D.InelasticSection.EQ.tcl]]
*[[Media:Ex2b.Canti2D.InelasticSection.EQ.tcl|Ex2b.Canti2D.InelasticSection.EQ.tcl]]
*[[Media:BM68elc.acc|BM68elc.acc]] (ground-motion file)
*[[Media:BM68elc.zip|BM68elc.acc]] (ground-motion file)
</div>
</div>
|}
|}


|}
|}


==Run==
==Run==
*To run Static Pushover analysis:
*To run Static Pushover analysis:
:<strong>source Ex2b.Canti2D.InelasticSection.Push.tcl</strong>
<blockquote><source lang="Tcl">
source Ex2b.Canti2D.InelasticSection.Push.tcl
</source> </blockquote>


*To run EQ ground-motion analysis (BM68elc.acc needs to be downloaded into the same directory):
*To run EQ ground-motion analysis (BM68elc.acc needs to be downloaded into the same directory):
<blockquote><source lang="Tcl">
source Ex2b.Canti2D.InelasticSection.EQ.tcl
</source> </blockquote>


:<strong>source Ex2b.Canti2D.InelasticSection.EQ.tcl</strong>


==Notes==
==Notes==
Line 52: Line 57:


----
----
Return to [[OpenSees Examples Manual]]
Return to [[OpenSees Examples Manual -- Structural Models & Analyses]]


Return to [[OpenSees User]]
Return to [[OpenSees User]]

Latest revision as of 23:29, 1 September 2010

Introduction

This is the first example of a nonlinear model.

The nonlinear beam-column element that replaces the elastic element of Example 2a requires the definition of the element cross section, or its behavior. In this example, the Uniaxial Section used to define the nonlinear moment-curvature behavior of the element section is "aggregated" to an elastic response for the axial behavior to define the required characteristics of the column element in the 2D model. In a 3D model, torsional behavior would also have to be aggregated to this section.


Input

Static Pushover


Dynamic EQ Ground Motion



Run

  • To run Static Pushover analysis:
source Ex2b.Canti2D.InelasticSection.Push.tcl
  • To run EQ ground-motion analysis (BM68elc.acc needs to be downloaded into the same directory):
source Ex2b.Canti2D.InelasticSection.EQ.tcl


Notes

In this example, both the axial behavior (typically elastic) and the flexural behavior (moment curvature) are defined indepenently and are then "aggregated" into a section. This is a characteristic of the uniaxial section: there is no coupling of behaviors.



Return to OpenSees Examples Manual -- Structural Models & Analyses

Return to OpenSees User