Reliability Examples in the source code files can’t execute

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

Moderators: silvia, selimgunay, Moderators

Post Reply
bridger
Posts: 13
Joined: Tue Oct 04, 2011 3:35 am
Location: hust

Reliability Examples in the source code files can’t execute

Post by bridger »

For example, error occurs when executing truss2.tcl.
=====================================================
Error information:
WARNING analysis Static - no Algorithm yet specified,
NewtonRaphson default will be used
WARNING analysis Static - no ConstraintHandler yet specified,
PlainHandler default will be used
WARNING analysis Static - no Numberer specified,
RCM default will be used
WARNING analysis Static - no Integrator specified,
StaticIntegrator default will be used
WARNING analysis Static - no LinearSOE specified,
ProfileSPDLinSOE default will be used
ERROR: invalid input: parameter1
expected floating-point number but got "-mean"
while executing
"randomVariable 62 lognormal -mean $E -stdv [expr 0.1*$E]"
(file "truss2.tcl" line 30)
linguan118
Posts: 140
Joined: Sun Oct 03, 2010 11:36 pm
Location: Hong Kong

Re: Reliability Examples in the source code files can’t exec

Post by linguan118 »

Version of your .exe?
Research Assistant Professor, The Hong Kong Polytechnic University
guanlin@polyu.edu.hk
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: Reliability Examples in the source code files can’t exec

Post by vesna »

You may be looking at the old examples. I think that developers of the reliability part of the source code changed the architecture of that part which means that you can not use old examples. Try to contact developers. They may help you.
Post Reply