Results 1 to 5 of 5

Thread: compiling a umat without abaqus linking

  1. #1

    compiling a umat without abaqus linking

    can anyone give me an advise how can i compile my umat with using abaqus?
    I saw a lot of posts which are describing a way to compile the umat without using abaqus,and then using a file.o take the results.
    is that possible?

  2. #2
    Join Date
    2000-02
    Location
    Boston, USA
    Posts
    3,280
    The easiest way, and the way that I would recommend unless you have specific reasons not to, is to use the following command:

    abaqus job=[jobname] user=[name of fortran file]

    or

    specify the subroutine name in Abaqus CAE.

    -Jorgen
    Jorgen Bergstrom, Ph.D.
    PolymerFEM Administrator

  3. #3

    precision is critical in my analysis

    xm i was trying to use the fortran implict command and i saw that abaqus dont allow me, thats why i tryied to compile the umat without abaqus.

    But now i have one more question
    I have tha E=55000000000.0000
    and i defined it in abaqus as props(1)
    when i use it as S=1/props(1) i got the result :1.818181818181818E-011
    which is the correct one
    then i try to put in my inp file that values as parameteres
    and i type exactly the following lines:

    *parameter
    E=55000000000.0000
    S=1./E

    *user material,constants=2
    <E>,<S>

    and when i have use in abaqus the props(2) i got as result props(2)=1.818181818180000E-011
    while S=1/props(1)=1.818181818181818E-011
    Do you have any clue why i lost that presicion using the parameter command??

  4. #4
    Join Date
    2000-02
    Location
    Boston, USA
    Posts
    3,280
    I am not sure what would cause that loss of precision. Does it work better if you do not use *PARAMETER?

    -Jorgen
    Jorgen Bergstrom, Ph.D.
    PolymerFEM Administrator

  5. #5
    if i use that values as parameters in fortran code...i dont have any loss in precision. I check my results using matlab and i get the same values. But when i use the parameters option,from the input file i have that loss in presision. I dont have any problem to continue my work using defined parameters in fortran. But i am couriouse what loses in precision i will have if i make a parametric model using input file capabilities... so basicaly there is all my concern and thats why i have that questions :|)

Similar Threads

  1. Linking Intel compiler with Abaqus 6.7-1
    By nitinchandola in forum User Material Subroutines
    Replies: 4
    Last Post: 2008-10-15, 11:04
  2. ABAQUS / linking problems with subroutines
    By radarvizeh in forum Computer Software
    Replies: 1
    Last Post: 2008-07-17, 21:04
  3. problem during linking user subroutine
    By sokhteh57 in forum Constitutive Models
    Replies: 1
    Last Post: 2008-07-01, 19:14
  4. Problem in compiling Fortran UMAT
    By khanolkar in forum Finite Element Modeling
    Replies: 2
    Last Post: 2007-04-21, 14:06
  5. Problem in compiling and linking umat
    By Polyurethane in forum Finite Element Modeling
    Replies: 3
    Last Post: 2006-09-28, 20:51

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •