OpenSees Example 1a. 2D Elastic Cantilever Column: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==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. | 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: | While the structural model is the same, there are two lateral-load cases: | ||
==Input== | |||
{| style="margin:0; background:none;" | {| style="margin:0; background:none;" | ||
Line 32: | Line 35: | ||
|} | |} | ||
==Run== | |||
#To run Static Pushover analysis: | |||
:<strong>source Ex1a.Canti2D.Push.tcl</strong> | |||
#To run EQ ground-motion analysis (BM68elc.acc needs to be downloaded into the same directory): | |||
:<strong>source Ex1a.Canti2D.EQ.tcl</strong> | |||
Revision as of 16:31, 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
|
|
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