Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe
Moderators: silvia, selimgunay, Moderators
-
liujinlong
- Posts: 19
- Joined: Fri Sep 09, 2005 6:03 pm
- Location: hit
Post
by liujinlong »
hi everybody
, i want to perform a pushover analysis with unload and reloding, Is there an example of this kind of analysis? thanks a lot!
-
fmk
- Site Admin
- Posts: 5884
- Joined: Fri Jun 11, 2004 2:33 pm
- Location: UC Berkeley
-
Contact:
Post
by fmk »
this is what you can do if you mean load control, you can do something similar for dsiplacement control.
[code]
foreach loadIncr numSteps {0.1 10 -0.1 20 0.1 10} {
integrator LoadControl $loadIncr
analyze $numSteps
}
[/code]