plvachon
Mechanical
- Jun 16, 2005
- 38
Hi to all,
I'm trying to calculate interlaminar stresses in a composite plate (Sxz, Syz), and I compare my results with those from other authors. I'm using Solid46 elements with 2 elements through thickness for each layer. the case is very simple: a rectangular plate under uniaxial tension. Here is my problem: when I extract interlaminar stresses at nodes between 2 layers, the values are not the same as for the other authors. Here are the code lines for extracting stresses:
I guess that the problem comes from the way I extract the stresses. I mention that all nodes on the interface between two layers are merged. Consequently, the solution at a node is the mean between the solution from the element above that node and the solution from the element under that node. So what would be the right way to get interlaminar stresses between 2 layers?
Thanks in advance. If it's not clear enough, please let me know!
I'm trying to calculate interlaminar stresses in a composite plate (Sxz, Syz), and I compare my results with those from other authors. I'm using Solid46 elements with 2 elements through thickness for each layer. the case is very simple: a rectangular plate under uniaxial tension. Here is my problem: when I extract interlaminar stresses at nodes between 2 layers, the values are not the same as for the other authors. Here are the code lines for extracting stresses:
Code:
NSEL,S,LOC,X,0
NSEL,R,LOC,Z,0.375 ! Select nodes
*GET,sxz,NODE,node_number,S,XZ ! Sxz
Thanks in advance. If it's not clear enough, please let me know!