BuildingTcl -- BuildAndAnalyze Examples -- Basic Example: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
(Created page with '__NOTOC__ link=BuildingTcl|right <h4 style="background:#f5faff"> <source lang="Tcl"> ######################### ## BuildingTclFiles ## ## Silvia M…')
 
No edit summary
 
Line 12: Line 12:
#########################
#########################


# -------------------
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





Latest revision as of 01:11, 5 November 2009


#########################
## 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