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
No edit summary
Line 45: Line 45:
*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">
<blockquote><source lang="Tcl">
source source Ex2c.Canti2D.InelasticFiberSection.EQ.tcl
source Ex2c.Canti2D.InelasticFiberSection.EQ.tcl
</source> </blockquote>
</source> </blockquote>



Revision as of 17:54, 11 November 2009

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


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

Return to OpenSees User