ProductsAbaqus/Standard Usage with contact pairs and gap elementsWhen this subroutine is used with a contact pair, point A is on the slave surface and point B is on the master surface. When GAPCON is used with gap elements of type DGAP or GAPUNIT, point A is on the first node of the element and point B is the second node of the element. User subroutine interface SUBROUTINE GAPCON(AK,D,FLOWM,TEMP,PREDEF,TIME,CINAME,SLNAME,
1 MSNAME,COORDS,NOEL,NODE,NPRED,KSTEP,KINC)
C
INCLUDE 'ABA_PARAM.INC'
C
CHARACTER*80 CINAME,SLNAME,MSNAME
C
DIMENSION AK(5),D(2), FLOWM(2), TEMP(2), PREDEF(2,*),
1 TIME(2), COORDS(3)
user coding to define AK(1) -- AK(5)
RETURN
END
Variables to be defined
Variables passed in for information
|