user subroutine
user subroutine
(OP)
hi, i was using abaqus 5.8.4 with user subroutine hetval, and i have no problems.
now i'm trying to run previous jobs on abaqus 6.2.1, but i have some problems with user subroutine. the message file shows "subroutine hetval is missing".
can anybody tell me what's wrong?
now i'm trying to run previous jobs on abaqus 6.2.1, but i have some problems with user subroutine. the message file shows "subroutine hetval is missing".
can anybody tell me what's wrong?





RE: user subroutine
In newer versions of ABAQUS you don't put the subroutine into the INP file. Instead you put the subroutine into a file, say 'hetval.f', and run ABAQUS as follows:
ABAQUS62 j=job1 user=hetval.f
http://www.analysis.demon.co.uk