GettingStartedInputFile.tcl -– Additional Models

From OpenSeesWiki
Jump to navigation Jump to search
# another set of models:

addModelData ModelLabel PortalFrameARC
addModelData ModelDescription "Frame A, Exterior Frame"  
addModelData ModelTypeLabel Elevation  
addModelData -Geometry Height 24*\$ft Story 1
addModelData -Geometry Width 10*\$ft Bay 1
addModelData -Columns SectionLabel 30x30RCRectangularFiber ColumnLine "1 2"  Story 1
addModelData -Beams SectionLabel 30x60RCRectangularFiber Bay 1 Floor 2
addModelData SupportBC pin  
addModelData JointOffsetsSwitch off
addModelData TributaryWidth 7*\$ft
addModelData -GravityLoad LoadLabel DL1  Floor 2 DistributedLoad 175*\$psf  
addModelData -GravityLoad LoadLabel DL2 Floor 2 DistributedLoad 7400*\$psf  
addModelData -GravityLoad LoadLabel LL1  Floor 2 DistributedLoad 7400*\$psf  
addModel  

addModelData ModelLabel PortalFrameBRC
addModelData ModelDescription "Frame B, Interior Frame"  
addModelData ModelTypeLabel Elevation
addModelData -Geometry Height 24*\$ft Story 1
addModelData -Geometry Width 20*\$ft Bay 1
addModelData -Columns SectionLabel 30x30RCRectangularFiber ColumnLine "1 2"  Story 1 Orient Rotated
addModelData -Beams SectionLabel 30x60RCRectangularFiber Bay 1 Floor 2
addModelData -ChevronBraces SectionLabel W12x16 Bay 1 Story 1 Eccentricity 4.*\$ft
addModelData SupportBC fix  
addModelData OutOfPlaneSupportBC pin
addModelData JointOffsetsSwitch off
addModelData TributaryWidth 5*\$ft
addModelData -GravityLoad LoadLabel DL1   Floor 2 DistributedLoad 175*\$psf  
addModelData -GravityLoad LoadLabel DL2  Floor 2 DistributedLoad 7400*\$psf  
addModelData -GravityLoad LoadLabel LL1  Floor 2 DistributedLoad 7400*\$psf  
addModel  


addModelData ModelLabel 1x1Floor
addModelData ModelDescription "4-Bay by 3-Bay Floor Plan"
addModelData ModelTypeLabel Plan
addModelData iVerticalGridLineLabel "0.0 10.0"
addModelData iHorizontalGridLineLabel "A B"
addModelData -HorizontalBayWidth Bay 1 Width 20*\$ft
addModelData -VerticalBayWidth Bay 1 Width 10*\$ft
addModel  


addModelData ModelLabel 3DBracedPortalRC
addModelData ModelDescription "Let's try It"
addModelData ModelTypeLabel 3DFrame
addModelData PlanModelLabel 1x1Floor
addModelData -addElevation ElevationModelLabel PortalFrameARC iGridLineLabel "0.0 10.0"
addModelData -addElevation ElevationModelLabel PortalFrameBRC iGridLineLabel "A B"
addModel

puts --DoneAdditionalModels--

Return to Getting Started with BuildingTcl