OpenSees Example 1a. 2D Elastic Cantilever Column: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
| style="margin:0; width:25%; border:1px solid #ddcef2; background:#white; vertical-align:top; " |
| style="margin:0; width:25%; border:1px solid #ddcef2; background:#white; vertical-align:top; " |
{| style="width:100%; vertical-align:top;background:#white;"
{| style="width:100%; vertical-align:top;background:#white;"
<strong>Static Pushover</strong>
<h3>Static Pushover</h3>
----
----
|-
|-
Line 24: Line 24:
| style="margin:0; width:25%; border:1px solid #ddcef2; background:#white; vertical-align:top; " |
| style="margin:0; width:25%; border:1px solid #ddcef2; background:#white; vertical-align:top; " |
{| style="width:100%; vertical-align:top;background:#white;"
{| style="width:100%; vertical-align:top;background:#white;"
<strong>Dynamic EQ Ground Motion</strong>
<h3>Dynamic EQ Ground Motion</h3>
----
----
|-
|-

Revision as of 16:34, 11 November 2009

Introduction

Example 1a is a simple model of an elastic cantilever column. The objective of this example is to give an overview of input format.

While the structural model is the same, there are two lateral-load cases:

Input

Static Pushover


Dynamic EQ Ground Motion



Files

Run

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





Return to OpenSees Examples Manual

Return to OpenSees User