OpenSees Example 2c. Nonlinear Cantilever Column: Inelastic Uniaxial Materials in Fiber Section: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
m (Indicating error message given by newer versions of OpenSees)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
==Introduction==
==Introduction==
In this example, the Uniaxial Section of Example 2b is replaced by a fiber section. Inelastic uniaxial materials are introduced in this example, which are assigned to each fiber, or patch of fibers, in the section.
In this example, the Uniaxial Section of Example 2b is replaced by a fiber section. Inelastic uniaxial materials are introduced in this example, which are assigned to each fiber, or patch of fibers, in the section.
Line 17: Line 16:
<strong>Files</strong>
<strong>Files</strong>
*[[Media:Ex2c.Canti2D.InelasticFiberSection.Push.tcl|Ex2c.Canti2D.InelasticFiberSection.Push.tcl]]
*[[Media:Ex2c.Canti2D.InelasticFiberSection.Push.tcl|Ex2c.Canti2D.InelasticFiberSection.Push.tcl]]
Note: Recent versions of OpenSees will give an error. The lateral load pattern should be defined with three instead of six values.
</div>
</div>
|}
|}
Line 30: Line 31:
<strong>Files</strong>
<strong>Files</strong>
*[[Media:Ex2c.Canti2D.InelasticFiberSection.EQ.tcl|Ex2c.Canti2D.InelasticFiberSection.EQ.tcl]]
*[[Media:Ex2c.Canti2D.InelasticFiberSection.EQ.tcl|Ex2c.Canti2D.InelasticFiberSection.EQ.tcl]]
*[[Media:BM68elc.acc|BM68elc.acc]] (ground-motion file)
*[[Media:BM68elc.zip|BM68elc.acc]] (ground-motion file)
</div>
</div>
|}
|}

Latest revision as of 17:27, 6 March 2022

Introduction

In this example, the Uniaxial Section of Example 2b is replaced by a fiber section. Inelastic uniaxial materials are introduced in this example, which are assigned to each fiber, or patch of fibers, in the section.

Input

Static Pushover



Files

Note: Recent versions of OpenSees will give an error. The lateral load pattern should be defined with three instead of six values.

Dynamic EQ Ground Motion



Run

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


Notes

  • In this example the axial and flexural behavior are coupled, a characteristic of the fiber section.
  • The nonlinear/inelastic behavior of a fiber section is defined by the stress-strain response of the uniaxial materials used to define it.



Return to OpenSees Examples Manual -- Structural Models & Analyses

Return to OpenSees User