Standard 2D 3-node linear triangle User Element for Abaqus/Standard (UEL Subroutine).
Written using object-oriented techniques and derived types with type-bound procedures. Intended for use with Intel Fortran compilers.
Element formulation:
- Can be set for either plane strain or plane stress.
- Can be set for either isotropic or lamina material behavior.
This module:
- Must be included in the user source code with an INCLUDE statement.
- Must be accessed in the user source code with a USE statement within the UEL user subroutine.
The module-level element subroutine:
- Must be called in the user source code with a CALL statement within the UEL user subroutine.
All instructions are given in the utri3.f90
source code.