How to get displacement of node using python script in abaqus? With query result you can get it but I want to do using script because I have many no of node. I know to get stress on a element using below script

session.odbs[session.odbs.keys()[0]].steps['Step-1'].frames[10].fieldOutputs['S'].values[10].maxPrincipal

Gives you max Principle stress of element number 11 in step 1 on frame 10.

If anyone how to get similarly on node, pls reply.

More T S Guruprasad's questions See All
Similar questions and discussions