USDFLD subroutine not called in abaqus
USDFLD subroutine not called in abaqus
(OP)
Hi everyone
i am using USDFLD subrotuine in abaqus and i define DEPVAR and USER DEFIEND FIELD in material property and use this code(write(6,*) '!!! USDFLD subroutine CALLED !!!' ) in end of my subroutine to know usdfld used or not . i found my subrotuine not called in abaqus.
please help me, it necessary for me to know whats wrong whit my model or fortran code
files such as .inp & subtoroutine is available in below link:
i am using USDFLD subrotuine in abaqus and i define DEPVAR and USER DEFIEND FIELD in material property and use this code(write(6,*) '!!! USDFLD subroutine CALLED !!!' ) in end of my subroutine to know usdfld used or not . i found my subrotuine not called in abaqus.
please help me, it necessary for me to know whats wrong whit my model or fortran code
files such as .inp & subtoroutine is available in below link:





RE: USDFLD subroutine not called in abaqus
Abaqus converts all names to upper case and removes all white signs.
In your case you need use:
CODE
Bartosz
VIM filetype plugin for Abaqus
https://github.com/gradzikb/vim-abaqus
RE: USDFLD subroutine not called in abaqus
almost i was reading all post of you about USDFLD code and use your example and change it for my model
i am very appreciate from you.