[Abaqus] UEL user subroutine
Hello to everybody. This is my first discussion on this forum. First I want say: "sorry for my bad english"
I want run an abaqus job analysis using different general user element types. I know I can refer to these user elements in elementDefinitions and other blockOptions in InputFile by the elementTypeKey (for example U100, U200, etc).I know I can define my general user element in a UEL user subroutine in a fortran source file.I know there is the variable JTYPE passed in subroutine, which is an integer defining the element type.