LimitStateMaterialExampleDebugged: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 44: Line 44:
-----
-----


Original code debugged and extended to include time history analysis by: <span style="color:blue"> Mohammad Reza Azadi Kakavand, University of Teheran, Iran </span>
Original code debugged and extended to include time history analysis by: <span style="color:blue"> Mohammad Reza Azadi Kakavand, University of Tehran, Iran </span>

Revision as of 17:44, 15 November 2011





Application of a limit state material is demonstrated on an example of a column modeled with force-based beam-column element. Three types of analysis are performed on a same column:

  • pushover analysis
  • cyclic analysis
  • time history analysis


Static analyses: pushover and cyclic

Main file to source to perform pushover analysis is:

Main file to source to perform cyclic analysis is:

Supporting files to be stored in the same folder with the main file:

  1. CenterColAxialSpring.tcl
  2. CenterColShearSpring.tcl
  3. CenterColSecFiber.tcl
  4. tags.tcl


Time history analysis

Main file to source to perform pushover analysis is:

Supporting files to be stored in the same folder with the main file:

  1. CenterColAxialSpring.tcl
  2. CenterColShearSpring.tcl
  3. CenterColSecFiber.tcl
  4. tags.tcl
  5. Dynamic.EQ.Uniform_LimitState.tcl
  6. LibAnalysisDynamicParameters_LimitState.tcl
  7. ReadSMDFile.tcl
  8. DisplayModel2D.tcl
  9. DisplayPlane.tcl
  10. TCU047-N.tcl



Original code debugged and extended to include time history analysis by: Mohammad Reza Azadi Kakavand, University of Tehran, Iran