About dynamic analysis

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

Moderators: silvia, selimgunay, Moderators

Post Reply
benliangxiao
Posts: 34
Joined: Tue Feb 08, 2011 2:44 pm
Location: UC Berkeley

About dynamic analysis

Post by benliangxiao » Sun Nov 25, 2012 7:45 pm

Hi,

After using "analyze 1 $dt" to do one step dynamic analysis, I'd like to know if there is anyway to remove the results of the this step and restart from the previous step.

Many thanks,
Xiao.

vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: About dynamic analysis

Post by vesna » Mon Nov 26, 2012 4:34 pm

If you want to move your model to the state where it was before that one step of analysis you can do it by using "reset" command: http://opensees.berkeley.edu/wiki/index ... et_Command

benliangxiao
Posts: 34
Joined: Tue Feb 08, 2011 2:44 pm
Location: UC Berkeley

Re: About dynamic analysis

Post by benliangxiao » Mon Nov 26, 2012 4:37 pm

vesna wrote:
> If you want to move your model to the state where it was before that one
> step of analysis you can do it by using "reset" command:
> http://opensees.berkeley.edu/wiki/index ... et_Command


Thanks!
If, say I have done the 2000 steps of dynamic analysis, after finishing the step 2001,
does this command could make the model go back to step 2000, that means discard the results of step 2001?

Xiao.

vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: About dynamic analysis

Post by vesna » Mon Nov 26, 2012 4:56 pm

No, this command would set the state of the domain to its original state.

benliangxiao
Posts: 34
Joined: Tue Feb 08, 2011 2:44 pm
Location: UC Berkeley

Re: About dynamic analysis

Post by benliangxiao » Mon Nov 26, 2012 5:01 pm

vesna wrote:
> No, this command would set the state of the domain to its original state.

Thanks!
So is there anyway can do the things I mentioned?

Xiao.

vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: About dynamic analysis

Post by vesna » Tue Nov 27, 2012 10:23 am

you can use database commands (http://opensees.berkeley.edu/wiki/index ... e_Commands) to save and restore model states.

benliangxiao
Posts: 34
Joined: Tue Feb 08, 2011 2:44 pm
Location: UC Berkeley

Re: About dynamic analysis

Post by benliangxiao » Tue Nov 27, 2012 1:47 pm

vesna wrote:
> you can use database commands
> (http://opensees.berkeley.edu/wiki/index ... e_Commands) to save and
> restore model states.

Thank you!
But when I used them, it always came out an error message "invalid command name "save"".
I'm using the latest version of OpenSees.

Xiao.

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: About dynamic analysis

Post by fmk » Wed Nov 28, 2012 3:28 pm

you need to issue the database command before the save command, the save and restore do not exist until after the database command is called.

be warned the database command does not work for all ele and materials.

nitadorakis
Posts: 64
Joined: Sun Apr 05, 2009 12:48 am
Location: Technical University of Crete, Greece
Contact:

Re: About dynamic analysis

Post by nitadorakis » Sun Dec 02, 2012 1:02 am

Hi,

Regarding the DATABASE command, I noticed that it doesn't seem not to work with TripleFrictionPendulum elements.
Is there any alternative way to restore a model in the state just after static analysis when doing IDA and want to exclude the static analysis part from the IDA loop?
When using the RESET command within the IDA loop, not only the dynamic but also the static analysis response results are deleted (even though the static analysis part is outside the loop).

vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: About dynamic analysis

Post by vesna » Mon Dec 03, 2012 11:59 am

Database command is the only way to restore model states.

Which TripleFrictionPendelum element do you want to use? If it is this one: http://opensees.berkeley.edu/wiki/index ... n_Pendulum we can ask the developer to modify the code to allow for database command.

nitadorakis
Posts: 64
Joined: Sun Apr 05, 2009 12:48 am
Location: Technical University of Crete, Greece
Contact:

Re: About dynamic analysis

Post by nitadorakis » Mon Dec 03, 2012 12:30 pm

Thanks for your reply.
Indeed, I use that element, and I would be gratefull if this modification-addition could be done.

vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: About dynamic analysis

Post by vesna » Mon Dec 03, 2012 4:10 pm

We will send a request.

nitadorakis
Posts: 64
Joined: Sun Apr 05, 2009 12:48 am
Location: Technical University of Crete, Greece
Contact:

Re: About dynamic analysis

Post by nitadorakis » Mon Dec 03, 2012 10:49 pm

Thanks.
This will save a lot of computational time.

Post Reply