Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  1. martmachado

    VUMAT Double Precision

    Hi guys, After getting lots of help from the support, we figured it out. In my environmental file I had some settings which allowed me to compile f90 files in runtime (the support hadn't seen this before). The subroutines were treated as object files. I was always compiling standalone the...
  2. martmachado

    VUMAT Double Precision

    Hi Bartosz, Thanks a lot for your answer! It really helped me a lot to clarify these things. I was always using "implicit none" on my codes because I'm used to that (from before I started with User Subroutines) and that's why I was declaring variables. Anyway, your explanation of Abaqus'...
  3. martmachado

    VUMAT Double Precision

    Thanks! I contacted the guy from abaqus support I usually contact but he's out of office until Thursday. Could you plese give a direct link to a forum in the "community"? I'm already registered in 3ds.com but somehow I can't find a forum like this to post. Thanks a lot once again!
  4. martmachado

    VUMAT Double Precision

    Hi IceBreaker, thanks for your reply! Sorry if I wasn't very clear. What I meant is that if I declare my variables as double precision in my VUMAT (for example, DOUBLE PRECISION props(nprops)) the values I set in the abaqus input file do not match those stored in the array 'props' (I'm printing...
  5. martmachado

    VUMAT Double Precision

    Hi all, Can anybody help me out running a VUMAT with double precision? If I define my variables in VUMAT as double precision and run "abaqus user=... job=..." the values do not match those in the inp file. On the other hand, if I run "abaqus double user=... job=... " I get the following...
  6. martmachado

    UMAT: Coordinates of integration points

    I used SAVE to store the info in memory and fortunately it worked fine. It also allowed me to use more than one CPU.
  7. martmachado

    UMAT: Coordinates of integration points

    Thanks a lot Bartosz! I'll try both things and let you know.
  8. martmachado

    UMAT: Coordinates of integration points

    Hi, I'm writing an UMAT and I need to have simultaneously the coordinates of my 4 integration points so I can compute the "shear angle". The problem is that (maybe I'm wrong with this) UMAT is called again for each integration point at each iteration so the variable COORD is updated to the...
  9. martmachado

    How to read Internal Element sets by using python scripting?

    Hi Geokim, Probably it's already too late but I was trying to do the same and here is the solution I found. It worked for me! import odbAccess odb=odbAccess.openOdb(path=myPath,readInternalSets=True)

Part and Inventory Search