Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. skyseducer

    Build states of stress in Step

    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...
  2. skyseducer

    Getting Nodal Stress and Nodal Coordinates in Postprocessing

    Well, I'd already checked the archives and I'd seen your post but I don't think it's gonna help me. As I said, Getting the Coordinates of the node is not that difficult. My question was if it was possible to get Stress , Strain components at nodes , or if it was possible to get Coordinates at...
  3. skyseducer

    installation of Numpy with the abaqus python

    Thank you Brep for your help. I'm running on 6.7 and with the tips you gave me I was able to install the "numpy" and make it work. Nevertheless, I would try to install the all libraries with the activestate or Enthought distribution.
  4. skyseducer

    installation of Numpy with the abaqus python

    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...
  5. skyseducer

    Getting Nodal Stress and Nodal Coordinates in Postprocessing

    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...
  6. skyseducer

    The Reaction force in coating indentation

    If you write a Python Postprocessing file calculating the sum of the RF2 values at the node node that are submitted to boundary conditions, you should have the result you want. Cheers
  7. skyseducer

    Python Preprocessing - Contact callable?

    I actually found a second little script error . I thought the structure was wrong but I do think now, the programmer was not typing really well. Thank you Xerf for your help .
  8. skyseducer

    Python Preprocessing - Contact callable?

    Thank you Xerf. Actually, I first got the command in using the Cae interface command ( as I think that was the easiest way to learn how the structure of a preprocessing python file is made) and just copied the corresponding files that were written in the ".rpy" in my python file. I'd perhaps...
  9. skyseducer

    Python Preprocessing - Contact callable?

    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 --...
Back
Top