ProductsAbaqus/Standard User subroutine interface SUBROUTINE UMASFL(FLOW,KFLOW,KSTEP,KINC,TIME,NODE,COORDS)
C
INCLUDE 'ABA_PARAM.INC'
C
DIMENSION FLOW(KFLOW), TIME(2), COORDS(3)
C
user coding to define FLOW
RETURN
END
Variables to be defined
Variables passed in for information
|