problem on 2 direction pushover

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

Moderators: silvia, selimgunay, Moderators

Post Reply
majidkhan
Posts: 9
Joined: Wed Jul 08, 2015 12:57 am
Location: science and research university

problem on 2 direction pushover

Post by majidkhan »

i am trying to perform pushover analysis on 2 direction but "integrator displacement " valid 1 degree of freedom at node. give me some advise to do pushover on both x and y direction current. i use 2 integrator displacement is it correct?

pattern Plain $PushOverLoadPattern Linear {
load 3 0. 10000. 0. 0. 0. 0.
load 3 10000. 0. 0. 0. 0. 0.
}
integrator DisplacementControl 3 1 0.01
integrator DisplacementControl 3 2 0.01
analysis Static
analyze 1000

thanks
Mohammadf
Posts: 144
Joined: Wed Dec 15, 2010 10:58 am

Re: problem on 2 direction pushover

Post by Mohammadf »

Hi Dear Majid
you can perform your pushover in one direction and then save the model state by use loadConst command and then perform pushover on the second direction you want.
majidkhan
Posts: 9
Joined: Wed Jul 08, 2015 12:57 am
Location: science and research university

Re: problem on 2 direction pushover

Post by majidkhan »

thanks
i know that. i had already done it
i compare this 2 pushover methods. and must do it on both direction concurrent
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: problem on 2 direction pushover

Post by fmk »

you cannot use displacement control to control 2 different dof.
Post Reply