Dynamic ground motion

For posts concerning the documentation, errors, ommissions, general comments, etc.

Moderators: silvia, selimgunay, Moderators

Post Reply
YoungXu
Posts: 14
Joined: Wed May 21, 2014 2:12 am
Location: University of XinJiang

Dynamic ground motion

Post by YoungXu » Wed Jun 04, 2014 7:12 pm

After I script "timeSeries Series 10 -dt 0.01 -filePath BM68elc.acc -factor 1
pattern UniformExcitation 2 1 -accel 10" and run this process, then the system tell me that "could not open file BM68elc.acc".
Please help me !!! Thanks!

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Dynamic ground motion

Post by fmk » Tue Jun 10, 2014 7:54 am

it cannot open the file .. possible causes:
1) the file is not in the directory where script is running as you have no path to file in command in must be in current directory
2) the file name is incorrect .. if windows check the extensions, e.g. file not BM68elx.acc.txt or something
3) file permisions dor that file do not allow you to open it.

YoungXu
Posts: 14
Joined: Wed May 21, 2014 2:12 am
Location: University of XinJiang

Re: Dynamic ground motion

Post by YoungXu » Wed Jun 11, 2014 10:22 pm

Thank you fmk! I found that if I want to use the "BM68elx.acc" , I must change the digital matrix of this file's content(download from the "opensees Examples" ), just like become X*X to X*1. How can I change the matrix? Use "READSMDFILE"?

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Dynamic ground motion

Post by fmk » Tue Jun 17, 2014 12:03 pm

the ReadSMDFile just contains tcl code to open, read and write some files. You simply midofy it to suit any format you want. you just need to understand a little tcl to do so. i suggest you try as it will make you a better user of the program

Post Reply