Dear colleagues;
I want to do a transient analysis and split the increment into two parts.
The first calls for the first file (for a coarse discretization) and the second file (for a fine discretization).
For that the program written below does not work, can you help me please!
for {set i 0} {$ i <= 5} {incr i 1} {
wipe
source 415cyclic5_1.tcl
for {set i> 6} {$ i <= 10} {incr i 1} {
source 415cyclic5_2.tcl
# define ground motion parameters for two file ...
I appreciate your help.
How to do a transient analysis and split the increment into two parts?!!
Moderators: silvia, selimgunay, Moderators
-
- Posts: 58
- Joined: Tue Dec 13, 2016 7:14 am
- Location: University of Tlemcen-Algeria
-
- Posts: 916
- Joined: Mon Sep 09, 2013 8:50 pm
- Location: University of California, Berkeley
Re: How to do a transient analysis and split the increment into two parts?!!
After wipe, the entire model and analysis parameters are cleared, so the second part cannot run