Input Ground Motion Format

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

Moderators: silvia, selimgunay, Moderators

Post Reply
Marco Faggella 2
Posts: 29
Joined: Fri May 13, 2005 5:36 am

Input Ground Motion Format

Post by Marco Faggella 2 »

Silvia,

I cannot recall if an input file with multiple points per line (like PEER format) can be sourced in without transforming it into a single point per line (column) input file with your procedures

say,
if this is my file
-1.69164e-01 -1.72163e-01 -1.81138e-01 -1.95025e-01 -2.12332e-01 -2.31377e-01
-2.50750e-01 -2.69231e-01 -2.86337e-01 -3.01621e-01 -3.14783e-01 -3.28590e-01

should I do
-1.69164e-01
-1.72163e-01
-1.81138e-01
-1.95025e-01
-2.12332e-01
-2.31377e-01
-2.50750e-01
-2.69231e-01
-2.86337e-01
-3.01621e-01
-3.14783e-01
-3.28590e-01

?

thanks

marco
Marco Faggella
Ph.D. student
Univ. Chieti-Pescara, Italy
UC San Diego
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

you can do either.
Post Reply