Hello all,
i got a bit further - here the script until now; i left the names for the step, instances, sets etc as they are in my model (they are easy to identify):
------------------------------------------------------------
from abaqus import *
from abaqusConstants import *
from math import *...
dear all,
i produced a python script for a model of a connection (timber piece with dowel through it) that is loaded statically - timber pieced fixed and dowel displacing. i need the sum of reaction forces of the timber (created via a nodeSet) over all frames and the displacement of the dowel...