Version 2.1.0 released

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

Moderators: silvia, selimgunay, Moderators

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

Version 2.1.0 released

Post by fmk »

A new version of OpenSees has been released. Please note it requires tcl8.5 be installed on your machine.
hugo.esquivel
Posts: 71
Joined: Sat Nov 29, 2008 10:18 am
Location: -

Re: Version 2.1.0 released

Post by hugo.esquivel »

Hi Frank. OpenSeesTk for mac is still in version 2.0.0; and now OpenSees v2.1.0 opens like it was OpenSeesTk. ¿?
Hugo Esquivel
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

fixed .. just remember you might need to clear your cache on the browser
jefferyr
Posts: 39
Joined: Tue Feb 12, 2008 12:40 pm
Location: Portland State University

access to node values

Post by jefferyr »

Frank,

Since the new version allows a user to get information about nodes/elements, does it allow access to values set by the mass and load commands? It would be handy to double check what OpenSees thinks the gravity and mass values are; for troubleshooting.

Thanks,

Jeff
cyz1654
Posts: 29
Joined: Sun May 11, 2008 3:16 am
Location: Zhejiang

Post by cyz1654 »

For: New eleNodes command to return nodes at an element. (eleNodes eleTag?)

Could you show a commad example?
Thomas_Tang
Posts: 9
Joined: Fri Oct 05, 2007 11:46 am
Location: Simpson Gumpertz & Heger

Post by Thomas_Tang »

I am wondering how to use the new command for generating a shallow foundation.

Could you please list all the input arguments for each new command?
Otherwise how can we get the new features work correctly since the help documentation has not been updated?

Thanks!
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

i'll get the documentation updated next week, i just received some from the authors.
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
WhiteNoise
Posts: 14
Joined: Sun Nov 16, 2008 6:55 pm
Location: KU

Re: Version 2.1.0 released

Post by WhiteNoise »

[quote="fmk"]A new version of OpenSees has been released. Please note it requires tcl8.5 be installed on your machine.[/quote]

Hello,
Since the model I’m doing is pretty long, I split it into several files and I source them from an “all analysis file” as below:


[code]
# Bridge Benchmark case 1(readme).txt]
puts " ---------Elastic Model --------------------"
source Basic.Model.tcl
puts " ---------Uniform Earthquake Excitation -----------------"
source Dynamic.EQ.Uniform.tcl
[/code]

When I run the model with OpenSees version 2.0.0 it works well, however, when I run the model with the version 2.1.0 the following error appears :

wrong # args: should be “source ?-encoding name? fileName”
while executing
“source Basic.Model.tcl”
(file “D:\Models\BenchmarkBridge\OpenSees\CaseOne\Go.All.Analysis.tcl” line 3)

How can I fix this in order to run my model with the new version??
Thank you!
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

i have never seen that error before .. try reloading tcl8.5 and make sure you place it in the correct directory c:\Program Files\Tcl
WhiteNoise
Posts: 14
Joined: Sun Nov 16, 2008 6:55 pm
Location: KU

Post by WhiteNoise »

[quote="fmk"]i have never seen that error before .. try reloading tcl8.5 and make sure you place it in the correct directory c:\Program Files\Tcl[/quote]

I reloaded tcl85 and I checked its location (c:\Program Files\Tcl), however, I couldn't fix the error.
Anyway, I'll try to figure out how to fix it, for the meanwhile I'll use the previous version. In any case, later if have some idea please share.
Thanks!
youyicun2008
Posts: 5
Joined: Fri Apr 03, 2009 2:28 am
Location: wuhan

Post by youyicun2008 »

[quote="silvia"]i'll get the documentation updated next week, i just received some from the authors.[/quote] :lol:

Waiting for your updating with a long time .Could you show a commad example? :P
Post Reply