Apply NTH in Two Perpendicular Direction at The 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
Hwoarang
Posts: 18
Joined: Mon Jul 16, 2018 11:27 pm

Apply NTH in Two Perpendicular Direction at The Same Time

Post by Hwoarang »

Hello Everyone

I want to accomplish NTH (nonlinear time history) analysis in two perpendicular directions at the same time (i.e. x and y directions). But I don't know how to do this. I would be appreciated if anybody helps me in this field.
selimgunay
Posts: 916
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: Apply NTH in Two Perpendicular Direction at The Same Tim

Post by selimgunay »

You need to define two acceleration time series and apply them in two orthogonal directions, below is an example

set comp1 "Series -dt $dt -filePath $xFile -factor $GMfatt"
set comp2 "Series -dt $dt -filePath $yFile -factor $GMfatt"

pattern UniformExcitation 2 1 -accel $comp1
pattern UniformExcitation 3 2 -accel $comp2
Hwoarang
Posts: 18
Joined: Mon Jul 16, 2018 11:27 pm

Re: Apply NTH in Two Perpendicular Direction at The Same Tim

Post by Hwoarang »

Thank you so much Dear selimgunay
Post Reply