BuildingTcl -- BuildAndAnalyze Examples -- Basic Example

From OpenSeesWiki
Jump to navigation Jump to search


#########################
## BuildingTclFiles
##
## Silvia Mazzoni, 2008
##    University of California, Berkeley
#########################

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

SelectModel PortalFrameRC 
SelectLoadCombination InterestingStaticPushover
BuildAndAnalyze

# -------------------
UnselectAllModels
UnselectAllLoadCombinations
SelectModel PortalFrameRC WTestFrame2Story2Bay
SelectLoadCombination OneFullCycleSmall MaxEQ1
BuildAndAnalyze
# -------------------
UnselectAllModels
UnselectAllLoadCombinations
SelectModel 3DBuildingPortalFrameRC
SelectLoadCombination PushToTenPercentDriftZ MaxEQ2bidirect10sec
BuildAndAnalyze

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

SelectAllModels
SelectAllLoadCombinations
BuildAndAnalyze



BuildingTcl -- BuildAndAnalyze

Return to BuildingTcl Command Language Manual