Getting Started -- Lateral Loads -- Dynamic ground motion

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

Moderators: silvia, selimgunay, Moderators

Post Reply
luismir
Posts: 10
Joined: Mon Feb 18, 2013 7:27 am
Location: LNEC

Getting Started -- Lateral Loads -- Dynamic ground motion

Post by luismir » Mon Mar 03, 2014 2:49 am

I was trying to reproduce this example but when I create the load pattern (set accelSeries "Series -dt $dt -filePath BM68elc.acc -factor 1";
pattern UniformExcitation 2 1 -accel $accelSeries) I get the following error:
expected integer but got "-dt"
Could you explain me why this is happening?
Thank you very much in advance,

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

Re: Getting Started -- Lateral Loads -- Dynamic ground moti

Post by fmk » Mon Mar 03, 2014 4:46 pm

it is looking for a tag for the timeSeries and is finding -dt .. better way to do this is to create a timeseries and pass th tag to the pattern

instead create a TimeSeries
timeSeries Series 10 -dt $dt -filePath BM68elc.acc -factor 1
pattern UniformExcitation 2 1 -accel 10

http://opensees.berkeley.edu/wiki/index ... TimeSeries

luismir
Posts: 10
Joined: Mon Feb 18, 2013 7:27 am
Location: LNEC

Re: Getting Started -- Lateral Loads -- Dynamic ground moti

Post by luismir » Tue Mar 04, 2014 3:34 am

Thanks for the answer, now it works fine.

Post Reply