Reference:



Appendix

1. TCL code for OpenSees Simulations of Benchmark building using CIM

Model: 4-Story, Slow lateral cyclic loading

# Tcl file for Benchmark building simulations

# written by: S. Gajan

# units used: mass [Kg], length [m], time [s], and force [N]

# wipe out everything

wipe

# build a 2D model with 3 DOF

model BasicBuilder -ndm 2 -ndf 3

# height of each floor and foundation

set hFloor 3.355

set hFooting 1.82

# define nodes

node 1 0 0

node 2 0 0

node 3 0 $hFooting

for {set n 1} {$n ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download