How to run a Subroutine
How to run a Subroutine
(OP)
To run a T.INP file in ABAQUS/Standard I use the following command:
Abaqus job=T datacheck interactive
Then
Abaqus job=T continue interactive
Can somebody advise how to run a INP file which has subroutine FRIC (when I use the above commands it errors)
Abaqus job=T datacheck interactive
Then
Abaqus job=T continue interactive
Can somebody advise how to run a INP file which has subroutine FRIC (when I use the above commands it errors)





RE: How to run a Subroutine
RE: How to run a Subroutine
Just as an exercise I wanted to run ABAQUS example (ABAQUS Verification Manual , Sec. 4.1.4, ufricxxx.inp and its subroutine ufricxxx.f as attached) with the following command
Abaqus job=ufricxxx user=ufricxxx.f
But it gave error command saying "the following files could not be located ...."
Any advice?
RE: How to run a Subroutine
RE: How to run a Subroutine
Do I need Fortran on my PC to run subroutine?
RE: How to run a Subroutine