Search found 5 matches

by elhaddad
Wed Jul 23, 2014 10:47 pm
Forum: OpenSees.exe Users
Topic: Potential bugs in Shell element
Replies: 13
Views: 11736

Re: Potential bugs in Shell element

Hi MIRomero, Yes, I got this fixed in the source code I have and compiled it to an exe Do you have a copy of the source that you can compile? or are you using the executable files provided by the website? If you can modify the source and compile it, then you will need to do three modifications (like...
by elhaddad
Thu Mar 27, 2014 10:10 am
Forum: OpenSees.exe Users
Topic: Potential bugs in Shell element
Replies: 13
Views: 11736

Re: Potential bugs in Shell element

Hello Dr. McKenna, I think I found out how to correct this bug. It looks like it is better to avoid using resid vector for this method and use a local variable. I created a vector called allAccel and used it to store the accelerations. Also I have uncommented the two lines (981 and 982), that I had ...
by elhaddad
Fri Mar 21, 2014 3:16 pm
Forum: OpenSees.exe Users
Topic: Potential bugs in Shell element
Replies: 13
Views: 11736

Re: Potential bugs in Shell element

Thanks Dr. McKenna for the reply. I posted a script previously here: http://opensees.berkeley.edu/community/viewtopic.php?f=2&t=61397 It is a modification of one of the shell dynamics examples but I added ground excitation to it. It assumes El Centro earthquake is in the ElCentroEQ.thf file (whi...
by elhaddad
Thu Mar 20, 2014 10:45 pm
Forum: OpenSees.exe Users
Topic: Potential bugs in Shell element
Replies: 13
Views: 11736

Potential bugs in Shell element

Hello Everyone, I was having problems running linear dynamic analysis when my Opensees model has shell elements with non-zero rho value and subjected to ground excitation. I decided to debug the code and ended up finding at least one bug. I am posting them here to see if someone else had similar pro...
by elhaddad
Wed Mar 19, 2014 12:06 am
Forum: OpenSees.exe Users
Topic: Linear dynamic analysis diverges with ShellMITC4 elements
Replies: 0
Views: 2724

Linear dynamic analysis diverges with ShellMITC4 elements

Hello Everyone, I had some problems running linear dynamic analyses for Opensees models that contain shell elements. I was wondering if someone else had similar problem, and whether this a bug or a mistake in my models. Generally, If the model has shell elements with rho value defined and subjected ...