Skip to content

Standard 2D 3-node linear triangle User Element for Abaqus/Standard.

License

Notifications You must be signed in to change notification settings

ropeonfire/UTRI3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

UTRI3

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:

  1. Can be set for either plane strain or plane stress.
  2. Can be set for either isotropic or lamina material behavior.

This module:

  1. Must be included in the user source code with an INCLUDE statement.
  2. Must be accessed in the user source code with a USE statement within the UEL user subroutine.

The module-level element subroutine:

  1. Must be called in the user source code with a CALL statement within the UEL user subroutine.

USAGE

All instructions are given in the utri3.f90 source code.

About

Standard 2D 3-node linear triangle User Element for Abaqus/Standard.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published