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