Shell element
Moderators: silvia, selimgunay, Moderators
-
- Posts: 3
- Joined: Wed Sep 22, 2010 8:45 am
- Location: Rice
Shell element
Hi,
I want to know whether opensees recent released version can analyze nonlinear shell elements or not.
I've already modeled a bridge deck with shell MITC4 but the program can't converge but when I change shell elements to beam column elements, It works!!!
Could u please tell me if opensees has any problem in shell analysis or I made a mistake in their modeling.
Thanks
I want to know whether opensees recent released version can analyze nonlinear shell elements or not.
I've already modeled a bridge deck with shell MITC4 but the program can't converge but when I change shell elements to beam column elements, It works!!!
Could u please tell me if opensees has any problem in shell analysis or I made a mistake in their modeling.
Thanks
Re: Shell element
Do you mean that you use shellMITC4 to run the dynamic analysis? Does it have something wrong with the mass modeling?
Re: Shell element
if, like the rest of the contiinuum elements, the materials at the gauss points have a density associated with them, the element will use them to form the mass matrix.
-
- Posts: 7
- Joined: Mon Feb 01, 2016 5:00 pm
Re: Shell element
Dear Users
I want to use ShellMITC4 as a pile cap, but after defining a shell element using four Peripheral nodes, the OSP doesn't show any shell element!!, it just shows an ordinary element between two early nodes among four nodes defined as peripheral nodes!!!
In addition, what does it mean with the command mentioned "input must be in counter-clockwise order around the element"!!
I want to use ShellMITC4 as a pile cap, but after defining a shell element using four Peripheral nodes, the OSP doesn't show any shell element!!, it just shows an ordinary element between two early nodes among four nodes defined as peripheral nodes!!!
In addition, what does it mean with the command mentioned "input must be in counter-clockwise order around the element"!!
Re: Shell element
Hi,
it is reg your last question, about CCW node numbering. Assume that you have a 4 noded element whose nodes are 1 (LowerLeft), 2 (LowerRight), 3 (UpperRight) and 4(UpperLeft). Then you may write
element $eleType $eleTag 1 2 3 4
Alternatively you can also write
element $eleType $eleTag 2 3 4 1
But you can't write
element $eleType $eleTag 2 1 4 3 because now you are numbering the nodes in CW fashion.
Hope this helps.
it is reg your last question, about CCW node numbering. Assume that you have a 4 noded element whose nodes are 1 (LowerLeft), 2 (LowerRight), 3 (UpperRight) and 4(UpperLeft). Then you may write
element $eleType $eleTag 1 2 3 4
Alternatively you can also write
element $eleType $eleTag 2 3 4 1
But you can't write
element $eleType $eleTag 2 1 4 3 because now you are numbering the nodes in CW fashion.
Hope this helps.
----------------------------------
With Regards,
sb1966
With Regards,
sb1966
-
- Posts: 5
- Joined: Tue May 31, 2016 10:39 pm
- Location: Tehran
Re: Shell element
i can't get localforce response of this element...but it get me just force...can you help me?