Search found 8 matches
- Thu Jun 28, 2012 4:57 am
- Forum: Framework
- Topic: Error While Compiling Opensees 2.2.2 on Ubuntu 10.10
- Replies: 1
- Views: 2383
Re: Error While Compiling Opensees 2.2.2 on Ubuntu 10.10
I resolved my previous problem by changing the permission on the files "OSverCreate.sh" and "OSverRemove.sh" (http://opensees.berkeley.edu/community/viewtopic.php?t=1447) with chmod a+x OSverCreate.sh chmod a+x OSverRemove.sh I've now run into another issue. While trying to compi...
- Wed Jun 27, 2012 2:42 pm
- Forum: OpenSees.exe Users
- Topic: Fatigue material
- Replies: 12
- Views: 13868
Re: Fatigue material
I am also having the same problem recording response from a material wrapped with the fatigue material. When I run the script posted by ozgura, I get output for material tags less than 36, which happens to be the number of fibers in the height of the sections. But, I do not get response when I use m...
- Sun Jun 24, 2012 11:56 am
- Forum: Framework
- Topic: Error While Compiling Opensees 2.2.2 on Ubuntu 10.10
- Replies: 1
- Views: 2383
Error While Compiling Opensees 2.2.2 on Ubuntu 10.10
I ran into some errors while trying to install Opensees 2.2.2 on Ubuntu 10.10. I have Tcl and Tk 8.5 installed. The makefile I am using is below: ----------------------------------------------------------------------- ############################################################################ # # P...
- Tue Jun 14, 2011 9:44 am
- Forum: Documentation
- Topic: Region Rayleigh Damping Error
- Replies: 1
- Views: 4005
Region Rayleigh Damping Error
I am using the region command to assign Rayleigh damping to my models. When I try to assign damping to my entire model using the "-ele all" option, OpenSees does not apply damping to any of the elements. I am using the displacement-based fiber beam-column elements (dispBeamColumn). Also, d...
- Thu Sep 16, 2010 7:52 am
- Forum: OpenSees.exe Users
- Topic: Tcl Lists in Recorder Objects
- Replies: 2
- Views: 2781
- Mon Sep 13, 2010 6:00 pm
- Forum: OpenSees.exe Users
- Topic: Opensees Echo File
- Replies: 0
- Views: 1328
Opensees Echo File
Is there any command to have Opensees return an echo file of the the modeling and analysis inputs?
- Thu Aug 19, 2010 12:13 pm
- Forum: OpenSees.exe Users
- Topic: Tcl Lists in Recorder Objects
- Replies: 2
- Views: 2781
Tcl Lists in Recorder Objects
Is there any way to pass a Tcl list of node or element numbers to the recorder object?
- Tue Jun 22, 2010 10:27 am
- Forum: OpenSees.exe Users
- Topic: Closing Recorder File
- Replies: 1
- Views: 2064
Closing Recorder File
I noticed while sourcing an OpenSees script inside of the program that the results file from the recorders is still being accessed by OpenSees, even after the analysis is complete. I noticed that if I use "wipe" or "wipe analysis" at the end of my scripts that the results file is...