user subrontine problem (how to connect cae and subrontine?)
user subrontine problem (how to connect cae and subrontine?)
(OP)
when I try to run a user-defined load, I met follow problem:
I need use "DLOAD" user subrontine to define the non-uniform load.
I wrote the code in my user subroutine file(filmtest1.for), then saved it under current running path: c:\temp
At ABAQUS COMMAND window run:
c:\temp>abaqus job=filmtest7-3 user=filmtest1
inputfile :c:\temp\filmtest7-3
c:\temp>
No error notice appear, sounds like it runs successfully.
Then go to CAE, job manager interface:
Edit Job\General\User subroutine file:select
c:\temp\filmtest1.for
Then submit.
CAE notice me:
Error in job filmtest7-3:Problem during compilation - c:\temp\filmtest1.for
It looks like there are some problems in connection between cae and user subrontine, but I don't understand which step I did wrong? or I missed some step?
what I should do?
Please give some suggestion.
thank a lot.
I need use "DLOAD" user subrontine to define the non-uniform load.
I wrote the code in my user subroutine file(filmtest1.for), then saved it under current running path: c:\temp
At ABAQUS COMMAND window run:
c:\temp>abaqus job=filmtest7-3 user=filmtest1
inputfile :c:\temp\filmtest7-3
c:\temp>
No error notice appear, sounds like it runs successfully.
Then go to CAE, job manager interface:
Edit Job\General\User subroutine file:select
c:\temp\filmtest1.for
Then submit.
CAE notice me:
Error in job filmtest7-3:Problem during compilation - c:\temp\filmtest1.for
It looks like there are some problems in connection between cae and user subrontine, but I don't understand which step I did wrong? or I missed some step?
what I should do?
Please give some suggestion.
thank a lot.





RE: user subrontine problem (how to connect cae and subrontine?)
Look in 'filmtest7-3.log' where you may see the compilation error.
RE: user subrontine problem (how to connect cae and subrontine?)
Thanks
I checked the log file and found that the connection is good and my code has some problems.
After correct my code of the user subrontine, CAE is running good. I got my problem solved.
Thanks
RE: user subrontine problem (how to connect cae and subrontine?)
abaqus user=filename.for or filename.f
identifier: filename.inp
PS:sometimes for works and f doesn't work and vice-versa...
VJ