Hi all.

I wanted to create a new field output in Abaqus for which I have to multiply a tensor(S) with a vector(V). Stress in Abaqus is generally calculated at integration point. So I developed a simple python algorithm to get the stress at nodes. But I am not able to multiply the scalar component of the stresses at nodes with the scalar component of the velocities found at nodes.

Abaqus shows incompatible data location error.

I used getsubset() and specifying the position=Elemental_node method. 

Thanks.  

Similar questions and discussions