OpenSees Example 1b. Elastic Portal Frame: Difference between revisions
Jump to navigation
Jump to search
(Created page with '__NOTOC__ ==Introduction== Example 1b is a simple model of an elastic cantilever column. The objective of this example is to give an overview of input format. While the structur…') |
No edit summary |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
==Introduction== | ==Introduction== | ||
Example 1b is a simple model of an elastic | Example 1b is a simple model of an elastic portal frame. The objective of this example is to give an overview of input format. | ||
While the structural model is the same, there are three lateral-load cases: | |||
==Input== | ==Input== | ||
Line 15: | Line 15: | ||
|- | |- | ||
| style="color:#000;" | <div> | | style="color:#000;" | <div> | ||
[[File:Example1b_Push.GIF|link=OpenSees Example 1b. | [[File:Example1b_Push.GIF|link=OpenSees Example 1b. Elastic Portal Frame]] | ||
---- | ---- | ||
<strong>Files</strong> | <strong>Files</strong> | ||
Line 28: | Line 28: | ||
|- | |- | ||
| style="color:#000;" | <div> | | style="color:#000;" | <div> | ||
[[File:Example1b_EQ.GIF|link=OpenSees Example 1b. | [[File:Example1b_EQ.GIF|link=OpenSees Example 1b. Elastic Portal Frame]] | ||
---- | ---- | ||
<strong>Files</strong> | <strong>Files</strong> | ||
*[[Media:Ex1b.Portal2D.EQ.tcl|Ex1b.Portal2D.EQ.tcl]] | *[[Media:Ex1b.Portal2D.EQ.tcl|Ex1b.Portal2D.EQ.tcl]] | ||
*[[Media:BM68elc. | *[[Media:BM68elc.zip|BM68elc.acc]] (ground-motion file) | ||
</div> | </div> | ||
|} | |} | ||
|} | |} | ||
==Run== | ==Run== | ||
*To run Static Pushover analysis: | *To run Static Pushover analysis: | ||
<blockquote><source lang="Tcl"> | |||
source Ex1b.Portal2D.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 Ex1b.Portal2D.EQ.tcl | |||
</source> </blockquote> | |||
==Notes== | |||
Line 52: | Line 56: | ||
---- | ---- | ||
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:26, 1 September 2010
Introduction
Example 1b is a simple model of an elastic portal frame. The objective of this example is to give an overview of input format.
While the structural model is the same, there are three lateral-load cases:
Input
Static Pushover |
Dynamic EQ Ground Motion |
Run
- To run Static Pushover analysis:
source Ex1b.Portal2D.Push.tcl
- To run EQ ground-motion analysis (BM68elc.acc needs to be downloaded into the same directory):
source Ex1b.Portal2D.EQ.tcl
Notes
Return to OpenSees Examples Manual -- Structural Models & Analyses
Return to OpenSees User