You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Kristoffer,
Thank you for this very nice program. I am using your code with neper to generate cohesive elements for abaqus and finally applying compressive loading. I have observed that the top and bottom surface of the cohesive elements are somewhat random. It makes some inconsistent deformation in cohesive elements during compression loading.
For compressive loading the top and bottom surface of the cohesive elements should be consistent. An improvements can be done by checking the surface normals are within 0-180° orientaion for Top surface and if they are 181-360° for bottom surface. Cohesive element node numbering should be done accordingly.
Is it possbile to modify the node numbering in cohesive elements such that we get top surfaces always between 0-180° and bottom surface between 181-360°.
Thank you in advance.
Rizviul
The text was updated successfully, but these errors were encountered:
Dear Kristoffer,
Sorry for the late reply. Yes, element normal is pointing wrong way. The surface normal defines the top and bottom surface in abaqus. Upward normal is the top surface.
Please see the image about top and bottom surface of the cohesive element (from abaqus cae).
I am checking your code to understand the computation of the normal. Thanks for the suggestion.
Rizviul
Dear Kristoffer,
Thank you for this very nice program. I am using your code with neper to generate cohesive elements for abaqus and finally applying compressive loading. I have observed that the top and bottom surface of the cohesive elements are somewhat random. It makes some inconsistent deformation in cohesive elements during compression loading.
For compressive loading the top and bottom surface of the cohesive elements should be consistent. An improvements can be done by checking the surface normals are within 0-180° orientaion for Top surface and if they are 181-360° for bottom surface. Cohesive element node numbering should be done accordingly.
Is it possbile to modify the node numbering in cohesive elements such that we get top surfaces always between 0-180° and bottom surface between 181-360°.
Thank you in advance.
Rizviul
The text was updated successfully, but these errors were encountered: