OpenSees Example 3. Cantilever Column with units: Difference between revisions
No edit summary |
No edit summary |
||
(13 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
==Introduction== | ==Introduction== | ||
The principal features of this example is the introduction of units and the separation of the model-building and the analysis portions of the input file. | The principal features of this example is the introduction of units and the separation of the model-building and the analysis portions of the input file. | ||
Line 5: | Line 4: | ||
==Input== | ==Input== | ||
<h3>Model Building</h3> | |||
The following tasks are performed when building the model | |||
<blockquote> | |||
*define units | |||
*define model | |||
*define recorders for output | |||
*define & apply gravity | |||
</blockquote> | |||
{| style="margin:0; background:none;" | {| style="margin:0; background:none;" | ||
Line 10: | Line 17: | ||
| 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;" | ||
< | <h4>Elastic Element</h4> | ||
---- | ---- | ||
|- | |- | ||
| style="color:#000;" | <div> | | style="color:#000;" | <div> | ||
[[File: | [[File:Example3_Elastic.GIF|link=OpenSees Example 3. Cantilever Column with units]] | ||
---- | ---- | ||
<strong>Files</strong> | <strong>Files</strong> | ||
*[[Media:Ex3.Canti2D. | *[[Media:Ex3.Canti2D.build.ElasticElement.tcl|Ex3.Canti2D.build.ElasticElement.tcl]] | ||
---- | |||
<strong>Notes</strong> | |||
*Effective axial and flexural stiffnesses are defined at the element level | |||
*elasticBeamColumn elements | |||
</div> | </div> | ||
|} | |} | ||
Line 23: | Line 34: | ||
| 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;" | ||
< | <h4>Distributed Plasticity Element, Uniaxial Section</h4> | ||
---- | ---- | ||
|- | |- | ||
| style="color:#000;" | <div> | | style="color:#000;" | <div> | ||
[[File: | [[File:Example3_UniaxialSection.GIF|link=OpenSees Example 3. Cantilever Column with units]] | ||
---- | ---- | ||
<strong>Files</strong> | <strong>Files</strong> | ||
*[[Media:Ex3.Canti2D. | *[[Media:Ex3.Canti2D.build.InelasticSection.tcl|Ex3.Canti2D.build.InelasticSection.tcl]] | ||
* | ---- | ||
<strong>Notes</strong> | |||
*Axial and flexural stiffnesses/strength are defined independently at the section level | |||
*uniaxial inelastic section (moment-curvature) | |||
*nonlinear beam-column elements | |||
</div> | </div> | ||
|} | |} | ||
<!-- Column 3 --> | |||
| style="margin:0; width:25%; border:1px solid #ddcef2; background:#white; vertical-align:top; " | | |||
{| style="width:100%; vertical-align:top;background:#white;" | |||
<h4>Distributed Plasticity Element, Fiber Section</h4> | |||
---- | |||
|- | |||
| style="color:#000;" | <div> | |||
[[File:Example3_FiberSection.GIF|link=OpenSees Example 3. Cantilever Column with units]] | |||
---- | |||
<strong>Files</strong> | |||
*[[Media:Ex3.Canti2D.build.InelasticFiberSection.tcl|Ex3.Canti2D.build.InelasticFiberSection.tcl]] | |||
---- | |||
<strong>Notes</strong> | |||
*The section is broken down into fibers where uniaxial materials are defined independently. | |||
*The program calculates flexural and axial stiffnesses/strength by integrating strains across the section. | |||
*fiber section | |||
*nonlinear beam-column elements | |||
</div> | |||
|} | |||
|} | |||
<h3>Lateral-Load Analysis</h3> | |||
The following tasks are performed in the analysis | |||
<blockquote> | |||
*define lateral-load parameters | |||
*analyze | |||
</blockquote> | |||
{| style="margin:0; background:none;" | |||
<!-- Column 1 image --> | |||
| style="margin:0; width:25%; border:1px solid #ddcef2; background:#white; vertical-align:top; " | | |||
{| style="width:100%; vertical-align:top;background:#white;" | |||
<h4>Static Pushover</h4> | |||
---- | |||
|- | |||
| style="color:#000;" | <div> | |||
[[File:Example3_Push.GIF|link=OpenSees Example 3. Cantilever Column with units]] | |||
---- | |||
<strong>Files</strong> | |||
*[[Media:Ex3.Canti2D.analyze.Static.Push.tcl|Ex3.Canti2D.analyze.Static.Push.tcl]] | |||
---- | |||
<strong>Notes</strong> | |||
*One-directional displacement-controlled static loading | |||
</div> | |||
|} | |||
<!-- Column 2 --> | |||
| style="margin:0; width:25%; border:1px solid #ddcef2; background:#white; vertical-align:top; " | | |||
{| style="width:100%; vertical-align:top;background:#white;" | |||
<h4>Dynamic EQ Ground Motion</h4> | |||
---- | |||
|- | |||
| style="color:#000;" | <div> | |||
[[File:Example3_EQ.GIF|link=OpenSees Example 3. Cantilever Column with units]] | |||
---- | |||
<strong>Files</strong> | |||
*[[Media:Ex3.Canti2D.analyze.Dynamic.EQ.Uniform.tcl|Ex3.Canti2D.analyze.Dynamic.EQ.Uniform.tcl]] | |||
*[[Media:BM68elc.zip|BM68elc.acc]] (ground-motion file) | |||
---- | |||
<strong>Notes</strong> | |||
*Earthquake (from file) acceleration input | |||
*Same acceleration input at all nodes restrained in specified direction | |||
</div> | |||
|} | |||
|} | |} | ||
Line 89: | Line 167: | ||
==Notes== | ==Notes== | ||
Line 105: | Line 178: | ||
*In OpenSees/Tcl, units are simply defined as variables that become scaling factors. This technique allows the user to input variables with different types of units, not just the ones chosen for output. For example, section widths can be defined in inches, while element length can be defined in feet. | *In OpenSees/Tcl, units are simply defined as variables that become scaling factors. This technique allows the user to input variables with different types of units, not just the ones chosen for output. For example, section widths can be defined in inches, while element length can be defined in feet. | ||
<blockquote> | <blockquote>For example, with the following commands used in setting some of the units: | ||
For example, with the following commands used in setting some of the units: | |||
<blockquote><source lang="Tcl"> | <blockquote><source lang="Tcl"> | ||
Line 133: | Line 205: | ||
---- | ---- | ||
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:31, 1 September 2010
Introduction
The principal features of this example is the introduction of units and the separation of the model-building and the analysis portions of the input file. For demonstration purposes, this example visits the 2D cantilever column, again.
Input
Model Building
The following tasks are performed when building the model
- define units
- define model
- define recorders for output
- define & apply gravity
Elastic Element
|
Distributed Plasticity Element, Uniaxial Section
|
Distributed Plasticity Element, Fiber Section
|
Lateral-Load Analysis
The following tasks are performed in the analysis
- define lateral-load parameters
- analyze
Static Pushover
|
Dynamic EQ Ground Motion
|
Run
The following combinations of model-building and analysis can be performed with this example:
- To run Elastic Mode, Static Pushover Analysis:
puts " -------------Elastic Model -------------" puts " -------------Static Pushover Analysis -------------" source Ex3.Canti2D.build.ElasticElement.tcl source Ex3.Canti2D.analyze.Static.Push.tcl
- To run Elastic Mode, Uniform Earthquake Excitation:
puts " -------------Elastic Model -------------" puts " -------------Uniform Earthquake Excitation -------------" source Ex3.Canti2D.build.ElasticElement.tcl source Ex3.Canti2D.analyze.Dynamic.EQ.Uniform.tcl
- To run Uniaxial Inelastic Section, Nonlinear Model, Static Pushover Analysis
puts " -------------Uniaxial Inelastic Section, Nonlinear Model -------------" puts " -------------Static Pushover Analysis -------------" source Ex3.Canti2D.build.InelasticSection.tcl source Ex3.Canti2D.analyze.Static.Push.tcl
- To run Uniaxial Inelastic Section, Nonlinear Model, Uniform Earthquake Excitation
puts " -------------Uniaxial Inelastic Section, Nonlinear Model -------------" puts " -------------Uniform Earthquake Excitation -------------" source Ex3.Canti2D.build.InelasticSection.tcl source Ex3.Canti2D.analyze.Dynamic.EQ.Uniform.tcl
- To run Uniaxial Inelastic Material, Fiber Section, Nonlinear Mode, Static Pushover Analysis
puts " -------------Uniaxial Inelastic Material, Fiber Section, Nonlinear Model -------------" puts " -------------Static Pushover Analysis -------------" source Ex3.Canti2D.build.InelasticFiberSection.tcl source Ex3.Canti2D.analyze.Static.Push.tcl
- To run Uniaxial Inelastic Material, Fiber Section, Nonlinear Mode, Uniform Earthquake Excitation
puts " -------------Uniaxial Inelastic Material, Fiber Section, Nonlinear Model -------------" puts " -------------Uniform Earthquake Excitation -------------" source Ex3.Canti2D.build.InelasticFiberSection.tcl source Ex3.Canti2D.analyze.Dynamic.EQ.Uniform.tcl
Notes
- This example is the first to follow most of the recommended techniques in building an input file:
- Model and analysis parameters are defined as variables
- The basic units, used to define Force, Length and Time need to be independent.
- Units need to be used consistently throughout the input file, otherwise some arguments will not scale properly
- The model-building files and the analysis files are separated. The same analysis file can be used on different model-building files (elastic or inelastic elements).
- This example does not, however, take advantage of previously-defined Tcl procedures and scripts, as will Example 4.
- In OpenSees/Tcl, units are simply defined as variables that become scaling factors. This technique allows the user to input variables with different types of units, not just the ones chosen for output. For example, section widths can be defined in inches, while element length can be defined in feet.
For example, with the following commands used in setting some of the units:
set in 1.; # define basic units -- output units set kip 1.; # define basic units -- output units set sec 1.; # define basic units -- output units # ------- set ft [expr 12.*$in]; # define engineering units set ksi [expr $kip/pow($in,2)];When the user says:
set HCol [expr 3*$in]; set LCol [expr 30*$ft];Tcl multiplies 30 by 12 to give the column length in inches. By scaling the input, all input processed by OpenSees is in the basic units, as is the output.
Return to OpenSees Examples Manual -- Structural Models & Analyses
Return to OpenSees User