Required parameters
- TYPE
Set this parameter equal to the element type key used to identify this
element on the
ELEMENT option. The format of this type key must be
Un in
Abaqus/Standard
and VUn in
Abaqus/Explicit,
where n is a positive integer less than 10000. To
use this element type, set TYPE=Un (or VUn) on the
ELEMENT option.
- NODES
Set this parameter equal to the number of nodes associated with an element
of this type.
Optional parameters
- COORDINATES
Set this parameter equal to the maximum number of coordinates needed in user
subroutine
UEL in
Abaqus/Standard
and user subroutine
VUEL in
Abaqus/Explicit
at any node point of the element.
Abaqus
assigns space to store the coordinate values at all the nodes associated with
elements of this type. The default is COORDINATES=1.
Abaqus
will change the value of COORDINATES to be the maximum of the user-specified value of the COORDINATES parameter or the value of the largest active degree of freedom
of the user element that is less than or equal to 3. For example, if COORDINATES=1 and the active degrees of
freedom of the user element are 2, 3, and 6, the value of COORDINATES will be changed to 3. If COORDINATES=2 and the active degrees of
freedom of the user element are 11 and 12, the value of COORDINATES will remain as 2.
- I PROPERTIES
Set this parameter equal to the number of integer property values needed as
data in user subroutine
UEL (or
VUEL) to define such an element. The default is I PROPERTIES=0.
- PROPERTIES
Set this parameter equal to the number of real (floating point) property
values needed as data in user subroutine
UEL (or
VUEL) to define such an element. The default is PROPERTIES=0.
- UNSYMM
This parameter applies only to
Abaqus/Standard
analyses.
Include this parameter if the element matrices are not symmetric. This
parameter will cause
Abaqus/Standard
to use its unsymmetric equation solution capability.
- VARIABLES
Set this parameter equal to the number of solution-dependent state variables
that must be stored within the element. Its value must be greater than 0. The
default is VARIABLES=1.
Data lines to
define a general user-defined element
- First line
Enter the list of active degrees of freedom at the first node of the element
(as determined by the connectivity list). The rule in
Conventions
regarding which degrees of freedom can be used for displacement, rotation,
temperature, etc. must be conformed to.
- Second line if the active degrees of freedom are different at
subsequent nodes
Enter the position in the connectivity list (node position on the element)
where the new list of active degrees of freedom first applies.
Enter the new list of active degrees of freedom.
Repeat the second data line as often as
necessary.