This can be done by selecting the 3D solid element set you want to embed in, then select Mesh->Edit->Mesh->Offset to create shell layers. Set the offset of the layer to 0 and you have a surface you can use for the rebar (there are details of how to assign the rebar in the Abaqus manual). This...
I would like to use the embedded element technique (user's manual 6.11 section 33.4.1) to embed rebar reinforced surface elements into 3D solid elements. My question is, how do I generate the surface elements from my 3D solid model? I want these surface elements to conform to the shape of the...
Thank you for that suggestion. I have tried to implement it, but the solver appears to be having a problem. I have included the code from the .inp file below. If possible, can you tell me if I am understanding it correctly? This is for a group of 11 wires, the connector type is bushing.
I...
I am searching for a way to pretension non-linear springs. I would like them to have tension in them before I apply my loading step. Does anyone have any ideas as to how I may accomplish this? Thanks.
I have the first part of the code working (looping through elements, calculating center of each element). However, the node locations printed out in my python code do not match the node locations in Abaqus/CAE when I probe the nodes. As an example, node 491 (according to my code) has the same...
Thanks for your suggestions. I'm new to python/abaqus; it's a steep learning curve!
I can figure out the average, max and min stress in my element set using my python code. But I cannot figure out how to perform the same calculation on a subset of the entire element set. This subset will be...
This does not work the way I would have expected.
I'm trying to read from a filedOutput, right? It does not seem to like "COORD". Here is the relevant code:
#all of the coordinate data from the first frame of Step1
location = frame1.fieldOutputs['COORD']
#all of the Mises stress data from...
How do I access the original coordinates of nodes using Python?
I am attempting to write a python script to output the average and maximum Mises stress within a certain 3D area. The area I am interested in is a box from [X,Y,Z]start to [X,Y,Z]end. How can I test if, in the undeformed...