OpenSees.exe has stopped working
Moderators: silvia, selimgunay, Moderators
OpenSees.exe has stopped working
Dear Mrs/Mr,
I downloaded OpenSees.exe and Tcl/Tk file. After the installation, when I try to run the file Example1.SFI_MVLEM (taken from http://opensees.berkeley.edu/wiki/index ... r_RC_Walls) it says that "OpenSees.exe has stopped working".
What shall I do?
Thanks
I downloaded OpenSees.exe and Tcl/Tk file. After the installation, when I try to run the file Example1.SFI_MVLEM (taken from http://opensees.berkeley.edu/wiki/index ... r_RC_Walls) it says that "OpenSees.exe has stopped working".
What shall I do?
Thanks
-
- Posts: 916
- Joined: Mon Sep 09, 2013 8:50 pm
- Location: University of California, Berkeley
Re: OpenSees.exe has stopped working
There may be something wrong with that example. Please try another file. You can try the below one. What are you trying to model?
http://opensees.berkeley.edu/wiki/index ... ver_Column
http://opensees.berkeley.edu/wiki/index ... ver_Column
Re: OpenSees.exe has stopped working
I am trying to model a shear wall, anyway the example you send me is working. So there should definitely be something wrong with the example I downloaded.
Thank you!
Thank you!
Re: OpenSees.exe has stopped working
I have also tried to run this Example 1. It seems as if the "OpenSees.exe has stopped working" msg appears when the code reaches the material "uniaxialMaterial ConcreteCM" around about line 96 of the original code. I have also seen this same issue with several other examples I have sourced using the SFI_MVLEM shear wall element. I have no issues running most of the other examples of the openSees website.
Could this be related to the version of openSees.exe I am using. I currently have the latest version 2.5.0 installed using the 64bit binaries.
Regards,
J
Could this be related to the version of openSees.exe I am using. I currently have the latest version 2.5.0 installed using the 64bit binaries.
Regards,
J
-
- Posts: 13
- Joined: Sun May 22, 2016 5:57 pm
- Location: Universidad Nacional de Colombia
Re: OpenSees.exe has stopped working
Hi
Did you guys find the solution to run the example 2 about the shear wall? I downloaded the example and the OpenSees stopped working. I think that the problem is located in this line of the code:
for {set i 1} {$i <= [expr 2*$NumStories]} {incr i} {
element SFI_MVLEM [expr 1000 + $i] [expr 100 + $i - 1] [expr 100 + $i] $n_fibers $c_rot -thick $Twall $Twall $Twall $Twall $Twall $Twall -width $LengthBoundEl $widthWebEl $widthWebEl $widthWebEl $widthWebEl $LengthBoundEl -mat $MatFSAM_Con $MatFSAM_Unc $MatFSAM_Unc $MatFSAM_Unc $MatFSAM_Unc $MatFSAM_Con;
}
Any idea?
The link of the example 2. http://opensees.berkeley.edu/wiki/index ... r_RC_Walls
Thanks
Did you guys find the solution to run the example 2 about the shear wall? I downloaded the example and the OpenSees stopped working. I think that the problem is located in this line of the code:
for {set i 1} {$i <= [expr 2*$NumStories]} {incr i} {
element SFI_MVLEM [expr 1000 + $i] [expr 100 + $i - 1] [expr 100 + $i] $n_fibers $c_rot -thick $Twall $Twall $Twall $Twall $Twall $Twall -width $LengthBoundEl $widthWebEl $widthWebEl $widthWebEl $widthWebEl $LengthBoundEl -mat $MatFSAM_Con $MatFSAM_Unc $MatFSAM_Unc $MatFSAM_Unc $MatFSAM_Unc $MatFSAM_Con;
}
Any idea?
The link of the example 2. http://opensees.berkeley.edu/wiki/index ... r_RC_Walls
Thanks
-
- Posts: 43
- Joined: Fri Jan 29, 2016 10:20 pm
Re: OpenSees.exe has stopped working
I think in the source code the number of macro fibers are limited to 5 downside, When I increase more than 5 no error, but when I decrease less than 5 it is happening...