Horizontal and vertical ground motions at same time

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

Moderators: silvia, selimgunay, Moderators

Post Reply
susan
Posts: 110
Joined: Sun Mar 02, 2008 12:10 am

Horizontal and vertical ground motions at same time

Post by susan » Wed Jul 26, 2017 4:39 am

Hi all,

Could you please guide me how I can apply horizontal and vertical ground motions at the same time?

If I define:

pattern UniformExcitation 1 1 -accel $accelSeries-H;
pattern UniformExcitation 2 2 -accel $accelSeries-V;

is it enough?

Or should I define analysis commands (test, algorithm, system, ...), separately?

Thank you.

selimgunay
Posts: 913
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: Horizontal and vertical ground motions at same time

Post by selimgunay » Thu Jul 27, 2017 9:57 pm

Yes you can apply all the components at the same time and your pattern commands are enough. You don't need to define analysis commands separately. This just changes the right hand side of the equation of motion, hence the external excitation.

Post Reply