Search:

Type: Posts; User: lumpwood

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Yes it is the case that all integration points...

    Yes it is the case that all integration points must be deleted for the element to be removed. I think I would have done mostly the same as you have to identify all integration points in an element....
  2. For the UANISOHYPER it was only a guess that it...

    For the UANISOHYPER it was only a guess that it didn't work due to the limitation on initial stresses in fabrics (I originally thought the manual said 'fiber' materials actually so had to edit!). You...
  3. I haven't used SIGINI much but according to the...

    I haven't used SIGINI much but according to the manual stresses from SIGINI should be available in the UMAT in the stress array at the beginning of the analysis. If you don't propagate this stress...
  4. Like Jorgen I've also tried OpenMP with Explicit...

    Like Jorgen I've also tried OpenMP with Explicit without much success. I've also tried various combinations of MPI calls (with HP-MPI, Open-MPI, Intel MPI), co-arrays,pipes, tcp-sockets etc. None of...
  5. Regarding common blocks, they can be used in...

    Regarding common blocks, they can be used in certain cases with shared memory parallelism. Try running your job in 'threads' mode and see if things are behaving better.

    Regarding your VUEL/VUMAT,...
  6. Replies
    9
    Views
    1,089

    Exactly yes. There is an example of doing it in...

    Exactly yes. There is an example of doing it in one of the VUMATs (rotating cylinder example) in the Abaqus verification manual which may help.
  7. Replies
    9
    Views
    1,089

    An initially linear elastic material is suggested...

    An initially linear elastic material is suggested for the explicit packager for time increment estimation. Have you tried using an elastic approximation of your material behavior just for the...
  8. It is possible to define the integration point...

    It is possible to define the integration point calculation order within an element in an UEL but not the element calculation order. If you can think of a way to update you integration point values...
  9. From my experience on a single processor it...

    From my experience on a single processor it generally seems to process elements in numerical order. However, I'm not so sure if you can/should rely on that being the case always. Certainly you can't...
  10. I haven't come across this before I'm afraid. All...

    I haven't come across this before I'm afraid. All I can suggest is to make sure output is requested for that element and that the UEL is being called (and is working ok) for that element.
  11. Yes, you could use Python to extract SDV values...

    Yes, you could use Python to extract SDV values from the ODB in whatever format you like. But also you could use any language you like to work directly on the second DAT file to get a new file with...
  12. Replies
    4
    Views
    892

    Do the individual vumats work for multiple...

    Do the individual vumats work for multiple elements/complex loading conditions?

    Could excessive deformation speed/mass be affecting the result with the two merged together?
  13. It is a little strange. I guess it may be down to...

    It is a little strange. I guess it may be down to SDVs in UELs not necessarily having to be at integration points, whereas they do in UMATs. I'm sure the difference is something that could be handled...
  14. Replies
    4
    Views
    847

    Yes, but not directly that I know of. You will...

    Yes, but not directly that I know of. You will know the field variable value, which can be requested as output for the ODB file and viewed as a contour plot. Abaqus will linearly interpolate the...
  15. Replies
    21
    Views
    12,309

    Mats' idea is good. If you are using Abaqus or...

    Mats' idea is good. If you are using Abaqus or similar here are a few more tricks that sometimes work for circular-ish inclusions.

    1) If your geometry consists of a sphere in the center of a cube...
  16. Replies
    4
    Views
    847

    You have two problems here. First, props isn't...

    You have two problems here. First, props isn't your value of Young's Modulus from the INP file. It is an array of material constants that is used with the VUMAT subroutine.

    Second, you aren't...
  17. Replies
    12
    Views
    3,990

    The Examples manual in the Abaqus Documentation...

    The Examples manual in the Abaqus Documentation Collection
  18. I don't believe there is an element add/removal...

    I don't believe there is an element add/removal capability for Abaqus/Standard. Two typical approaches for what you are looking at are to:
    1) Artificially increase/decrease element material...
  19. Replies
    12
    Views
    3,990

    If you like you can just download one of the...

    If you like you can just download one of the examples from the manual and import it into CAE (File>Import>Model). That way you can see what settings they used.

    I've never used the built in models...
  20. Replies
    3
    Views
    876

    You can get nodal results for each integration...

    You can get nodal results for each integration point through field variables provided the nodes and integration point share the same element. Otherwise you may have to look toward common blocks for...
  21. Replies
    12
    Views
    3,990

    There are a number of examples of element removal...

    There are a number of examples of element removal in the Abaqus manual, have a look at the 'Rigid projectile impacting eroding plate' example.
  22. Replies
    19
    Views
    7,451

    Seems like you're close to getting this to work....

    Seems like you're close to getting this to work. Setting all those paths are convenient put not necessary to get this working. Have your tried simply opening a command prompt, running ifortvars and...
  23. Replies
    20
    Views
    5,000

    No problem. By the way, if you are looking for a...

    No problem. By the way, if you are looking for a more robust model in the future, the following approach has had good success in capturing anisotropic yield in magnesium alloys...
  24. Replies
    19
    Views
    7,451

    The message you're getting in the Abaqus monitor...

    The message you're getting in the Abaqus monitor is pretty generic. Assuming you have a working subroutine it means there is a problem with linking your subroutines with Abaqus. There are lots of...
  25. Replies
    20
    Views
    5,000

    Sorry for delay getting back on this. I don't...

    Sorry for delay getting back on this. I don't have enough time to go through a USDFLD in detail but here are some ideas: (bear in mind I've never tried to do exactly what you are doing before).
    ...
Results 1 to 25 of 93
Page 1 of 4 1 2 3 4