using umat
using umat
(OP)
hi
I am using an existing umat and i tried the command:
"abaqus j=input_file user=fortran_file.for"
in abaqus command file but the answere is
"SyntaxError: invalid syntax"
could somenone explain what might be the problem? i have input file and umat in the same directory.
thanks
I am using an existing umat and i tried the command:
"abaqus j=input_file user=fortran_file.for"
in abaqus command file but the answere is
"SyntaxError: invalid syntax"
could somenone explain what might be the problem? i have input file and umat in the same directory.
thanks





RE: using umat
I think you wrote this line in the Abaqus CAE command line interface (bottom of the CAE screen). This interface is only for Python command.
You should write the same command in Abaqus Command (outside of CAE), or submit the job using the CAE Job-Module.
Rage