OpenSees Examples Manual -- Structural Models & Anlyses: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 101: Line 101:
|}
|}
|}
|}
*[[OpenSees Example 1b. Elastic Portal Frame]]
*<big><strong>[[OpenSees Example 1b. Elastic Portal Frame]]</strong></big>
<!--        SECTION        -->
<!--        SECTION        -->
{| style="width:100%; vertical-align:top; border:1px solid #red; background:#white;"
{| style="width:100%; vertical-align:top; border:1px solid #red; background:#white;"
Line 157: Line 157:


== Simple Nonlinear Analysis Examples ==
== Simple Nonlinear Analysis Examples ==
*<big><strong>[[OpenSees Example 2a. Elastic Cantilever Column with variables]]</strong></big>
<!--        SECTION        -->
<!--        SECTION        -->


Line 207: Line 208:
|}
|}
|}
|}
*<big><strong>[[OpenSees Example 2b. Nonlinear Cantilever Column: Uniaxial Inelastic Section]]</strong></big>
<!--        SECTION        -->
<!--        SECTION        -->
{| style="width:100%; vertical-align:top; border:1px solid #red; background:#white;"
{| style="width:100%; vertical-align:top; border:1px solid #red; background:#white;"
Line 258: Line 260:
|}
|}
<!--        SECTION        -->
<!--        SECTION        -->
*<big><strong>[[OpenSees Example 2c. Nonlinear Cantilever Column: Inelastic Uniaxial Materials in Fiber Section ]]</strong></big>
{| style="width:100%; vertical-align:top; border:1px solid #red; background:#white;"
{| style="width:100%; vertical-align:top; border:1px solid #red; background:#white;"
! style="padding:2px" |  
! style="padding:2px" |  
Line 315: Line 318:
== 2D Structural Modeling & Analysis Examples ==
== 2D Structural Modeling & Analysis Examples ==
<!--        SECTION        -->
<!--        SECTION        -->
*<big><strong>[[OpenSees Example 3. Cantilever Column with units]]</strong></big>




Line 372: Line 376:
|}
|}
<!--        SECTION        -->
<!--        SECTION        -->
*<big><strong>[[OpenSees Example 4. Portal Frame]]</strong></big>
{| style="width:100%; vertical-align:top; border:1px solid #red; background:#white;"
{| style="width:100%; vertical-align:top; border:1px solid #red; background:#white;"
! style="padding:2px" |  
! style="padding:2px" |  
Line 429: Line 434:
|}
|}
<!--        SECTION        -->
<!--        SECTION        -->
*<big><strong>[[OpenSees Example 5. 2D Frame, 3-story 3-bay, Reinforced-Concrete Section & Steel W-Section]]</strong></big>
{| style="width:100%; vertical-align:top; border:1px solid #red; background:#white;"
{| style="width:100%; vertical-align:top; border:1px solid #red; background:#white;"
! style="padding:2px" |  
! style="padding:2px" |  
Line 487: Line 493:
|}
|}
<!--        SECTION        -->
<!--        SECTION        -->
*<big><strong>[[OpenSees Example 6. generic 2D Frame, N-story N-bay, Reinforced-Concrete Section & Steel W-Section]]</strong></big>
{| style="width:100%; vertical-align:top; border:1px solid #red; background:#white;"
{| style="width:100%; vertical-align:top; border:1px solid #red; background:#white;"
! style="padding:2px" |  
! style="padding:2px" |  
Line 550: Line 557:
== 3D Structural Modeling & Analysis Examples ==
== 3D Structural Modeling & Analysis Examples ==
<!--        SECTION        -->
<!--        SECTION        -->
*<big><strong>[[OpenSees Example 7. 3D Frame, 3-story 3-bayX 3-bayZ, Reinforced-Concrete Section & Steel W-Section]]</strong></big>




Line 611: Line 619:
|}
|}
<!--        SECTION        -->
<!--        SECTION        -->
*<big><strong>[[OpenSees Example 8. generic 3D Frame, NStory NBayX NBayZ, Reinforced-Concrete Section & Steel W-Section]]</strong></big>
{| style="width:100%; vertical-align:top; border:1px solid #red; background:#white;"
{| style="width:100%; vertical-align:top; border:1px solid #red; background:#white;"
! style="padding:2px" |  
! style="padding:2px" |  
Line 675: Line 684:
== Section Modeling And Analysis Examples ==
== Section Modeling And Analysis Examples ==
<!--        SECTION        -->
<!--        SECTION        -->
*<big><strong>[[OpenSees Example 9. Build & Analyze a Section Example]]</strong></big>


{| style="width:100%; vertical-align:top; border:1px solid #red; background:#white;"
{| style="width:100%; vertical-align:top; border:1px solid #red; background:#white;"

Revision as of 19:57, 10 November 2009



Introduction

The following examples are listed in order of simplicity.

NOTE: gravity analysis is always included as part of the model building

Process

Each example script does the following: A. Build the model

  1. model dimensions and degrees-of-freedom
  2. nodal coordinates
  3. nodal constraints -- boundary conditions
  4. nodal masses
  5. elements and element connectivity
  6. recorders for output


B. Define & apply gravity load

  1. nodal or element load
  2. static-analysis parameters (tolerances & load increments)
  3. analyze
  4. hold gravity loads constant
  5. reset time to zero


C. Define and apply lateral load

  1. load pattern (nodal loads for static analysis, support ground motion for earthquake)
  2. lateral-analysis parameters (tolerances & displacement/time increments)
    • Static Lateral-Load Analysis
      • define the displacement increments and displacement path
    • Dynamic Lateral-Load Analysis
      • define the input motion and all associated parameters, such as scaling and input type
      • define analysis duration and time increment
      • define damping
  3. analyze



Introductory Examples

The objective of Example 1a and Example 1b is to give an overview of input-file format in OpenSees using simple scripts.
These scripts do not take advantage of the Tcl scripting capabilities shown in the later examples. However, they do provide starting a place where the input file is similar to that of more familiar Finite-Element Analysis software. Subsequent examples should be used as the basis for user input files.

Objectives
  • overview of basic OpenSees input structure
  • coordinates, boundary conditions, element connectivity, nodal masses, nodal loads, etc.
  • two-node, one element
Models
  • elastic elements
Analyses
  • static pushover
  • dynamic earthquake-input
Objectives
  • two element types
  • distributed element loads
Models
  • elastic elements
Analyses
  • static pushover
  • dynamic earthquake-input



Simple Nonlinear Analysis Examples

Objectives
  • introduce variable: define & use
Models
  • elastic element
Analyses
  • static pushover
  • dynamic earthquake-input

Objectives
  • first example of nonlinear model, set nonlinearity at section level
Models
  • nonlinearBeamColumn element
  • uniaxial section
Analyses
  • static pushover
  • dynamic earthquake-input

Objectives
  • set nonlinearity at material level
  • material stress-strain response is assembled into fiber section
  • reinforced-concrete fiber section
Models
  • nonlinearBeamColumn element
  • uniaxial material
  • fiber section (Reinforced-concrete fiber section)
Analyses
  • static pushover
  • dynamic earthquake-input


2D Structural Modeling & Analysis Examples


These examples take advantage of the Tcl scripting language starting from simple variable substitutions in the initial examples, to the more advanced techniques of array management and logical expressions (if-then statements).
OpenSees Example 3. Cantilever Column with units

Objectives
  • units, defined and used (they will be used in all subsequent examples)
  • separate model-building and analysis files
  • introduce PDelta effects (or not)
Models
  • elastic elements
  • inelastic uniaxial section
  • fiber section (Reinforced-concrete fiber section)
  • Linear, PDelta or Corotational Transformation
Analyses
  • static pushover
  • dynamic earthquake-input

Objectives
  • use previously-defined procedures to simplify input
  • introduce more analysis types
  • introduce procedure to read database input motion files (data with text in first lines)
Models
  • elastic elements
  • inelastic uniaxial section
  • inelastic fiber section (Reinforced-concrete fiber section)
Analyses
  • static reversed cyclic analysis
  • dynamic sine-wave input analysis (uniform excitation)
  • dynamic earthquake-input analysis (uniform excitation)
  • dynamic sine-wave input analysis (multiple-support excitation)
  • dynamic earthquake-input analysis (multiple-support excitation)
  • dynamic bidirectional earthquake-input analysis (uniform excitation)

Objectives
  • 2D frame of fixed geometry: 3-story, 3-bay
  • nodes and elements are defined manually, one by one
Models
  • Reinforced-Concrete Section
  • Steel W-Section
  • elastic uniaxial section
  • inelastic uniaxial section
  • inelastic fiber section
Analyses
  • static reversed cyclic analysis
  • dynamic sine-wave input analysis (uniform excitation)
  • dynamic earthquake-input analysis (uniform excitation)
  • dynamic sine-wave input analysis (multiple-support excitation)
  • dynamic earthquake-input analysis (multiple-support excitation)
  • dynamic bidirectional earthquake-input analysis (uniform excitation)

Objectives
  • 2D frame geometry of variable geometry ( # stories and # bays are variables)
  • node and element definition is automated
  • use previously-defined procedures to view model node numbers and elements, deformed shape, and displacement history, in 2D
Models
  • Reinforced-Concrete Section
  • Steel W-Section
  • elastic uniaxial section
  • inelastic uniaxial section
  • inelastic fiber section
Analyses
  • static reversed cyclic analysis
  • dynamic sine-wave input analysis (uniform excitation)
  • dynamic earthquake-input analysis (uniform excitation)
  • dynamic sine-wave input analysis (multiple-support excitation)
  • dynamic earthquake-input analysis (multiple-support excitation)
  • dynamic bidirectional earthquake-input analysis (uniform excitation)


3D Structural Modeling & Analysis Examples


Objectives
  • 3D frame of fixed geometry
  • nodes and elements are manually manually, one by one
  • introduce rigid floor diaphragm
  • use previously-defined procedures to view model node numbers and elements, deformed shape, and displacement history, in 3D
Models
  • Reinforced-Concrete Section
  • Steel W-Section
  • Elastic or Fiber Section option is a variable within one input file
  • rigid diaphragm
Analyses
  • static reversed cyclic analysis
  • dynamic sine-wave input analysis (uniform excitation)
  • dynamic earthquake-input analysis (uniform excitation)
  • dynamic sine-wave input analysis (multiple-support excitation)
  • dynamic earthquake-input analysis (multiple-support excitation)
  • dynamic bidirectional earthquake-input analysis (uniform excitation)

Objectives
  • 3D frame geometry of variable geometry ( # stories and # bays in X and Z are variables)
  • node and element definition is automated
  • introduce user-input interface, the user is given the option as to what to view in model
Models
  • Reinforced-Concrete Section
  • Steel W-Section
  • Elastic or Fiber Section option is a variable within one input file
  • optional rigid diaphragm
Analyses
  • static reversed cyclic analysis
  • dynamic sine-wave input analysis (uniform excitation)
  • dynamic earthquake-input analysis (uniform excitation)
  • dynamic sine-wave input analysis (multiple-support excitation)
  • dynamic earthquake-input analysis (multiple-support excitation)
  • dynamic bidirectional earthquake-input analysis (uniform excitation)



Section Modeling And Analysis Examples

Objectives
  • defined section using uniaxial behavior (define moment-curvature curve) or
  • define section using uniaxial materials (define stress curve) in fiber section
Models
  • Uniaxial Nonlinear section
  • Fiber Steel W-section
  • Fiber RC symmetric rectangular unconfined-concrete section
  • Fiber RC symmetric rectangular unconfined & confined-concrete section
  • Fiber RC generalized rectangular section
  • Fiber RC generalized circular section
Analyses
  • 2D static unidirectional moment-curvature analysis
  • 3D static unidirectional moment-curvature analysis




Return to OpenSees User