GettingStartedInputFile.tcl -– BuildAndAnalyze

From OpenSeesWiki
Jump to navigation Jump to search
#########################
## BuildingTclFiles
##
## Silvia Mazzoni, 2008
##    University of California, Berkeley
#########################

# -------------------
ListAllModels
ListAllLoadCombinations
# -------------------
UnselectAllModels
UnselectAllLoadCombinations

SelectModel RCSectionTestFrame2Story2BayNBC
SelectLoadCombination InterestingStaticPushover
BuildAndAnalyze

# -------------------
UnselectAllModels
UnselectAllLoadCombinations
SelectModel RCSectionTestFrame2Story2BayNBC BraceWSectionFrame
SelectLoadCombination InterstingFullCycles MaxEQ1
BuildAndAnalyze

# -------------------
UnselectAllModels
UnselectAllLoadCombinations

SelectAllModels
SelectAllLoadCombinations
BuildAndAnalyze

Return to Getting Started with BuildingTcl