Rev 4675 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4675 | Rev 4682 | ||
|---|---|---|---|
| Line 3... | Line 3... | ||
| 3 | # Units: kips, in, sec
|
3 | # Units: kips, in, sec
|
| 4 | # ----------------------------
|
4 | # ----------------------------
|
| 5 | 5 | ||
| 6 | wipe; # clear opensees model |
6 | wipe; # clear opensees model |
| 7 | 7 | ||
| 8 | # create data directory
|
- | |
| 9 | file mkdir Data
|
- | |
| 10 | 8 | ||
| 11 | #-----------------------------
|
9 | #-----------------------------
|
| 12 | # Define the model
|
10 | # Define the model
|
| 13 | # ----------------------------
|
11 | # ----------------------------
|
| 14 | 12 | ||
| Line 47... | Line 45... | ||
| 47 | fix 1 1 1 |
45 | fix 1 1 1 |
| 48 | fix 4 1 1 |
46 | fix 4 1 1 |
| 49 | 47 | ||
| 50 | # define the recorder
|
48 | # define the recorder
|
| 51 | #---------------------
|
49 | #---------------------
|
| 52 | recorder Node -file Data/RCUniaxialCompression.out -time -node 2 -dof disp |
- | |
| - | 50 | recorder Node -file RCUniaxialCompression.out -time -node 2 -dof disp |
|
| 53 | 51 | ||
| 54 | # define load pattern
|
52 | # define load pattern
|
| 55 | #---------------------
|
53 | #---------------------
|
| 56 | pattern Plain 1 Linear { |
54 | pattern Plain 1 Linear { |
| 57 | load 2 1.0 0.0 |
55 | load 2 1.0 0.0 |