Skip to content

Commit b14db4e

Browse files
committed
Update responseSpectrumAnalysisExample.tcl
1 parent f7e9f77 commit b14db4e

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

source/user/manual/analysis/codeExample/responseSpectrumAnalysisExample.tcl

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -52,52 +52,36 @@ node 13 2 1.5 6
5252
node 14 2 1.5 3
5353

5454
# beam elements
55-
# Geometric transformation command
5655
geomTransf Linear 1 1.0 0.0 -0.0
5756
element forceBeamColumn 1 1 2 1 Lobatto 3 5
58-
# Geometric transformation command
5957
geomTransf Linear 2 0.0 0.0 1.0
6058
element forceBeamColumn 2 2 3 2 Lobatto 3 5
61-
# Geometric transformation command
6259
geomTransf Linear 3 1.0 0.0 -0.0
6360
element forceBeamColumn 3 4 3 3 Lobatto 3 5
64-
# Geometric transformation command
6561
geomTransf Linear 4 1.0 0.0 -0.0
6662
element forceBeamColumn 4 2 5 4 Lobatto 3 5
67-
# Geometric transformation command
6863
geomTransf Linear 5 0.0 0.0 1.0
6964
element forceBeamColumn 5 5 6 5 Lobatto 3 5
70-
# Geometric transformation command
7165
geomTransf Linear 6 0.0 0.0 1.0
7266
element forceBeamColumn 6 7 6 6 Lobatto 3 5
73-
# Geometric transformation command
7467
geomTransf Linear 7 0.0 0.0 1.0
7568
element forceBeamColumn 7 8 7 7 Lobatto 3 5
76-
# Geometric transformation command
7769
geomTransf Linear 8 0.0 0.0 1.0
7870
element forceBeamColumn 8 9 2 8 Lobatto 3 5
79-
# Geometric transformation command
8071
geomTransf Linear 9 0.0 0.0 1.0
8172
element forceBeamColumn 9 8 5 9 Lobatto 3 5
82-
# Geometric transformation command
8373
geomTransf Linear 10 1.0 0.0 -0.0
8474
element forceBeamColumn 10 10 9 10 Lobatto 3 5
85-
# Geometric transformation command
8675
geomTransf Linear 11 1.0 0.0 -0.0
8776
element forceBeamColumn 11 3 6 11 Lobatto 3 5
88-
# Geometric transformation command
8977
geomTransf Linear 12 1.0 0.0 -0.0
9078
element forceBeamColumn 12 11 7 12 Lobatto 3 5
91-
# Geometric transformation command
9279
geomTransf Linear 13 0.0 0.0 1.0
9380
element forceBeamColumn 13 11 3 13 Lobatto 3 5
94-
# Geometric transformation command
9581
geomTransf Linear 14 0.0 0.0 1.0
9682
element forceBeamColumn 14 9 11 14 Lobatto 3 5
97-
# Geometric transformation command
9883
geomTransf Linear 15 1.0 0.0 -0.0
9984
element forceBeamColumn 15 12 11 15 Lobatto 3 5
100-
# Geometric transformation command
10185
geomTransf Linear 16 1.0 0.0 -0.0
10286
element forceBeamColumn 16 9 8 16 Lobatto 3 5
10387

@@ -200,7 +184,7 @@ puts [format "%10s %15f" "CQC" $MyCQC]
200184
# then do modal combination in post-processing.
201185
# Use a Path timeSeries to store the Tn-Sa pairs
202186
# ========================================================================
203-
responseSpectrumAnalysis $tsTag $direction
187+
responseSpectrumAnalysis $direction -Tn $Tn -Sa $Sa
204188

205189
# read the My values [3rd column] for each step
206190
# (1 for each mode, they are section forces associated to each modal displacement)

0 commit comments

Comments
 (0)