Hello all,
I would like to know how to build known states of stress in a separate step at the beginning of the analysis.
What are the commands in python to use in order to do so.
I read in the 6.6ef Doc that the Stress Object could be used but it seems that in the 6.7-1 the Stress Object is...
Dear ABAQUS Users,
I would like to install some libraries to make some mathematical operations ( for example on matrices) for the postprocessing of my odb datas.
I'm quite a bit lost how to install for example the numpy libraries on my computer (working on windows).
Did anyone has already...
Dear Abaqus User's,
I'm trying to access with python Postprocessing to odb datas. I would like to extract at every node of a Set the Stress components ( S11,S22, and so on.) and the coordinates of these nodes.
Getting the Nodal coordinates for each frame is not being difficult by the use of...
Hello everybody,
I'm trying to make a preprocessing data in python so as to parametrise the geometry of my model so as the meshing density.
When starting my "data.py" in the NoGUI Mode , I get the error message :
-- typeError: "Repository" Object is not callable --...