How to do a transient analysis and split the increment into two parts?!!

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
parasismique
Posts: 58
Joined: Tue Dec 13, 2016 7:14 am
Location: University of Tlemcen-Algeria

How to do a transient analysis and split the increment into two parts?!!

Post by parasismique » Sun Sep 20, 2020 4:20 pm

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.

selimgunay
Posts: 913
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?!!

Post by selimgunay » Mon Sep 21, 2020 9:36 pm

After wipe, the entire model and analysis parameters are cleared, so the second part cannot run

Post Reply