LimitStateMaterialExampleDebugged: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
(Created page with '__NOTOC__ {{CommandManualMenu}} Application of a limit state material is demonstrated on an example of a column modeled with force-based beam-column element. Three types of ana...')
 
No edit summary
 
(12 intermediate revisions by one other user not shown)
Line 7: Line 7:
*cyclic analysis
*cyclic analysis
*time history analysis
*time history analysis


'''Static analyses: pushover and cyclic'''   
'''Static analyses: pushover and cyclic'''   


Main file to source to perform pushover analysis is:
Main file to source to perform pushover analysis is:
*[CenterCol_basicModel_Pushover.tcl]]
*[[CenterCol_basicModel_Pushover.tcl]]


Main file to source to perform cyclic analysis is:
Main file to source to perform cyclic analysis is:
*[CenterCol_basicModel_Cyclic.tcl]]
*[[CenterCol_basicModel_Cyclic.tcl]]
 


Supporting files to be stored in the same folder with the main file:
Supporting files to be stored in the same folder with the main file:
Line 23: Line 23:
#[[tags.tcl]]
#[[tags.tcl]]


== CenterCol_basicModel.tcl ==


<tcl>CenterCol_basicModel.tcl</tcl>
'''Time history analysis'''


== CenterColAxialSpring ==
Main file to source to perform time history analysis is:
*[[CenterCol_basicModel_Dynamic.tcl]]


<tcl>CenterColAxialSpring.tcl</tcl>
Supporting files to be stored in the same folder with the main file:
 
#[[CenterColAxialSpring.tcl]] 
== CenterColShearSpring.tcl ==
#[[CenterColShearSpring.tcl]]
 
#[[CenterColSecFiber.tcl]]
<tcl>CenterColShearSpring.tcl</tcl>
#[[tags.tcl]]
 
#[[Dynamic.EQ.Uniform_LimitState.tcl]]
== CenterColSecFiber.tcl ==
#[[LibAnalysisDynamicParameters_LimitState.tcl]]
#[[Media:ReadSMDFile.tcl | ReadSMDFile.tcl]]
#[[Media:DisplayModel2D.tcl | DisplayModel2D.tcl]]
#[[Media:DisplayPlane.tcl | DisplayPlane.tcl]]
#[[Media: TCU047-N.tcl|TCU047-N.tcl]]


<tcl>CenterColSecFiber.tcl</tcl>


== tags.tcl ==
-----


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

Latest revision as of 03:56, 17 December 2013





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 time history 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, College of Engineering, University of Tehran, Iran