Version 2.1.0 released
Moderators: silvia, selimgunay, Moderators
Version 2.1.0 released
A new version of OpenSees has been released. Please note it requires tcl8.5 be installed on your machine.
-
- Posts: 71
- Joined: Sat Nov 29, 2008 10:18 am
- Location: -
Re: Version 2.1.0 released
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
access to node values
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
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
-
- Posts: 9
- Joined: Fri Oct 05, 2007 11:46 am
- Location: Simpson Gumpertz & Heger
-
- Posts: 14
- Joined: Sun Nov 16, 2008 6:55 pm
- Location: KU
Re: Version 2.1.0 released
[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!
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!
-
- Posts: 14
- Joined: Sun Nov 16, 2008 6:55 pm
- Location: KU
[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!
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!
-
- Posts: 5
- Joined: Fri Apr 03, 2009 2:28 am
- Location: wuhan