Relative Content

Tag Archive for pythonabaqusabaqus-odb

Python scripting in Abaqus extracting output from the output data base

I’m writing a code in python that extracts the contact stress (CPRESS) in Abaqus 2019 of all the nodes on a given surface. I managed to write the code so that the Node-Label as well as the coordinates of the nodes from the surface get extracted and are written to a csv file. However, I’m not having any success in accessing the CPRESS-Value for the nodes that I’m interested in.