Search found 4 matches

by dbpatankar
Fri Dec 10, 2021 2:48 am
Forum: OpenSees.exe Users
Topic: tclreadline and opensees compatibility issue
Replies: 0
Views: 10671

tclreadline and opensees compatibility issue

I have used tclreadline with opensees earlier for autocompletion of commands (shell commands). This helps a lot. However, in recent version of opensees there is issue with compatibility. Here follows the detailed description to reproduce the issue. 1) install opensees as usual. In my case its on Ubu...
by dbpatankar
Tue Oct 18, 2016 7:18 am
Forum: OpenSees.exe Users
Topic: OpenSeesTk recorder plot segmentation fault
Replies: 2
Views: 2940

Re: OpenSeesTk recorder plot segmentation fault

I actually want to view the mode shapes of the structure. For the same, I tried using display command but the command is not documented. So I thought to first try to see if I can display the graphics by using plot command which is documented. Hence I am trying to first get the graphics working. I ha...
by dbpatankar
Sun Oct 16, 2016 9:53 pm
Forum: OpenSees.exe Users
Topic: OpenSeesTk recorder plot segmentation fault
Replies: 2
Views: 2940

OpenSeesTk recorder plot segmentation fault

I was first trying to use display command which wasn't working so I am now trying to simply plot data from a file. I have code to perform eigenvalue analysis. The code works well and gives the time periods and mode shapes. However when I try to plot periods (just a test plot) using recorder plot "Pe...
by dbpatankar
Wed Jul 13, 2016 5:15 am
Forum: OpenSees.exe Users
Topic: uniaxialMaterial Cable
Replies: 1
Views: 2649

uniaxialMaterial Cable

I am trying to model a cable using uniaxialMaterial Cable as material model Here is the actual line used set cableMatTag 3 set prestress 100e6; # Prestress 100 MPa set uWtCable [expr $densitySteel * 9.81 * cos(0.6435)] set LElement [expr sqrt($L**2+$H**2)] uniaxialMaterial Cable $cableMatTag $prestr...