Perform 3D 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
sajedmohsen
Posts: 6
Joined: Fri Dec 08, 2017 2:25 am
Location: student

Perform 3D Analysis

Post by sajedmohsen »

Hello

I intend to do a 3-dimensional nonlinear dynamic analysis. In other words, I want the records for x-direction and y-direction to get started together and end together, as well as. Consequently, the interaction effects of applying both directions will be considered in the output responses related to the x-direction and y-direction.

But I need help on how to do this. Please provide guidance in this regard.
Prafullamalla
Posts: 160
Joined: Mon Feb 02, 2015 6:32 pm

Re: Perform 3D Analysis

Post by Prafullamalla »

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
Prafulla Malla, Nepal
Praf_malla@hotmail.com
Hwoarang
Posts: 18
Joined: Mon Jul 16, 2018 11:27 pm

Re: Perform 3D Analysis

Post by Hwoarang »

Good time
In the following of the above question, how should we define the analyze command?
selimgunay
Posts: 916
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: Perform 3D Analysis

Post by selimgunay »

Analyze command is used in the regular way

http://opensees.berkeley.edu/wiki/index ... ze_Command
Hwoarang
Posts: 18
Joined: Mon Jul 16, 2018 11:27 pm

Re: Perform 3D Analysis

Post by Hwoarang »

Thank you
Post Reply