Too stable

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

Moderators: silvia, selimgunay, Moderators

Post Reply
jpu
Posts: 7
Joined: Mon Jan 10, 2005 2:49 am
Location: Zurich
Contact:

Too stable

Post by jpu » Fri Mar 11, 2005 7:37 am

I am having a the following lines in my input file:

set dt 0.01
set AccelSeries2 "Path -filePath Seisme31_11111.g3 -dt $dt -factor 1000"

# Create UniformExcitation load pattern
# tag dir
pattern UniformExcitation 2 2 -accel $AccelSeries2

These makes openSees relative happy apart from the calculations are not meaningfull.

The problem is that Seisme31_11111.g3 does really not exist, but this is no problem for the code which happy calculates something.

Would it not be posible to fix this error posibility from the user?

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

Post by fmk » Fri Mar 11, 2005 2:09 pm

i have changed the code to spit out a warning message if the file the user specified does not exist .. it will be in version 1.6.2 and above.

jpu
Posts: 7
Joined: Mon Jan 10, 2005 2:49 am
Location: Zurich
Contact:

Post by jpu » Mon Mar 14, 2005 5:32 am

fmk wrote:i have changed the code to spit out a warning message if the file the user specified does not exist .. it will be in version 1.6.2 and above.
I personally think execution should be stopped and the user prompted for another file name. Probably it's just a matter of taste.

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

Post by fmk » Wed Mar 16, 2005 10:46 am

we can make it do whatever you people want.

Post Reply