How to run file inp in Abaqus?
How to run file inp in Abaqus?
(OP)
I am a new people in Abaqus. I wan to ask that:
I have written a Subroutine in Fortran, how I can run program with subroutine in Abaqus? This time I cant relate Abaqus and Subroutine in Fortran.
I have written a Subroutine in Fortran, how I can run program with subroutine in Abaqus? This time I cant relate Abaqus and Subroutine in Fortran.





RE: How to run file inp in Abaqus?
Put your subroutine (.f or .for) in the same directory as your input, then try:
abaqus job=[name_input_file] user=[name_fortran_file]
Note: no extension name is needed.
Hope it works.
regards.
RE: How to run file inp in Abaqus?